Changes between Version 52 and Version 53 of FrequentlyAskedQuestions

Show
Ignore:
Timestamp:
12/15/07 21:15:51 (5 years ago)
Author:
crschmidt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FrequentlyAskedQuestions

    v52 v53  
    360360The !TileCache distribution includes an HTML example, index.html, which shows how to use it with OpenLayers. Assuming that your bbox and resolutions array are the defaults, it should be really simple -- when they're not anymore, things get a bit more difficult. 
    361361 
     362== Why is My Map Sluggish when I Add 500 Markers? == 
     363Browsers can't handle moving around a DOM with more than a few hundred 
     364elements at once. I highly recommend figuring out a way to limit 
     365yourself to under 500 markers (Firefox) or 50 markers (IE6). 
     366 
    362367== How Do I Build a Single-File Version of !OpenLayers? == 
    363368