Changes between Version 5 and Version 6 of BluePrintGISKMLLayers
- Timestamp:
- 05/27/10 00:21:54 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintGISKMLLayers
v5 v6 4 4 * File upload 5 5 6 Cache feeds so that if Internet goes down they remain available. 6 ~~Cache feeds so that if Internet goes down they remain available.~~ 7 7 8 8 Styling/Features example: 9 9 * http://crschmidt.net/mapping/kml 10 10 11 Need to handle network links. 11 ~~Need to handle network links~~ 12 12 13 Need to unzip KMZ files, which requires intercepting the uploaded file before just saving to the DB: http://groups.google.com/group/web2py/browse_thread/thread/63809c06cac3b0d5 13 ~~Need to unzip KMZ files~~ 14 * Intercept the uploaded file before just saving to the DB: http://groups.google.com/group/web2py/browse_thread/thread/63809c06cac3b0d5 14 15 15 16 Need to catch a folder full of Network Links inside the Network Link! 16 17 17 18 We wish to display internal Features using KML feeds too (to avoid extra work). 19 * !OpenLayers.Layer.Vector with Protocol.HTTP and Strategy.Fixed 18 20 * Control URL parameters from jQuery controls: http://fuzzytolerance.info/code/using-geoserver-openlayers-and-cql-filters/ 19 21 * Popup content advanced options: http://www.mail-archive.com/users@openlayers.org/msg11117.html 20 * Different content for Hover (e.g. Title) & C Lick (full HTML)22 * Different content for Hover (e.g. Title) & Click (full HTML) 21 23 * Load dynamically via AJAX 22 24