lvbin0127 / bcmapper

Automatically exported from code.google.com/p/bcmapper
Other
2 stars 0 forks source link

Enable offline KML capability #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago

1. Determine memory capacity
2. Open OI File browser to get .kml/kmz
3. Unzip .kmz to kml, if needed
4. Load and display kml
5. Report to user how many objects have been disabled due to low memory capacity

Original issue reported on code.google.com by csomer...@gmail.com on 29 Jan 2012 at 2:08

GoogleCodeExporter commented 9 years ago

Original comment by csomer...@gmail.com on 14 Feb 2012 at 8:16

GoogleCodeExporter commented 9 years ago
Test performance by loading all manholes and pipes, and controlling visibility 
based on zoom level

Original comment by csomer...@gmail.com on 23 Feb 2012 at 9:50

GoogleCodeExporter commented 9 years ago
Nutiteq does not support regions part of KML spec, so no support for LOD, which 
is how KML controls visibility.

We can not load the entire collection system in one go

So, we have to control KML visibility programmatically, according to zoom level 
and bounding box.

Original comment by csomer...@gmail.com on 29 Feb 2012 at 7:20