Changes between Version 46 and Version 47 of BluePrint/GIS/GeoExplorer


Ignore:
Timestamp:
01/24/11 13:06:52 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/GIS/GeoExplorer

    v46 v47  
    4949
    5050 * ~~Internal feature layers~~
    51  * KML/GeoRSS/GPX layers
     51 * ~~KML/GeoRSS/GPX layers~~
    5252  * Parse config from /eden/gis/layer_kml.json
    5353  * 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
    5655 * WFS Layers
    5756 * ~~Extra OSM layers (!CycleMap, Hillshading, Taiwan, Custom)~~
     
    6564 * ~~Mouse Pointer: Lat/Lon & MGRS~~
    6665 * Configurability
     66  * can we embed a map into a page?
     67   * should be possible:
     68{{{
     69config[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
    6773  * can each button have an enabled option?
    6874