Changes between Version 46 and Version 47 of BluePrint/GIS/GeoExplorer
- Timestamp:
- 01/24/11 13:06:52 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/GIS/GeoExplorer
v46 v47 49 49 50 50 * ~~Internal feature layers~~ 51 * KML/GeoRSS/GPX layers51 * ~~KML/GeoRSS/GPX layers~~ 52 52 * Parse config from /eden/gis/layer_kml.json 53 53 * Add new Layers via /eden/gis/layer_kml/create.json 54 * unzip KMZs 55 * Caching 54 * Caching / unzipping of KMZs means that we don't just want to read the config but also to intiiate the server-side processes for this functionality 56 55 * WFS Layers 57 56 * ~~Extra OSM layers (!CycleMap, Hillshading, Taiwan, Custom)~~ … … 65 64 * ~~Mouse Pointer: Lat/Lon & MGRS~~ 66 65 * Configurability 66 * can we embed a map into a page? 67 * should be possible: 68 {{{ 69 config[portalConfig]: ``Ext.Panel`` if it has a ``renderTo`` property, or an ``Ext.Viewport`` otherwise 70 }}} 71 * can we have a popup window for the !LocationSelector? 72 * Switching to Ext.Window isn't easy. Overriding initPortal in Sahana.js means we lose the toolbar/layerContainer/legendContainer 67 73 * can each button have an enabled option? 68 74