Changes between Version 52 and Version 53 of FrequentlyAskedQuestions
- Timestamp:
- 12/15/07 21:15:51 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FrequentlyAskedQuestions
v52 v53 360 360 The !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. 361 361 362 == Why is My Map Sluggish when I Add 500 Markers? == 363 Browsers can't handle moving around a DOM with more than a few hundred 364 elements at once. I highly recommend figuring out a way to limit 365 yourself to under 500 markers (Firefox) or 50 markers (IE6). 366 362 367 == How Do I Build a Single-File Version of !OpenLayers? == 363 368
