Changes between Version 60 and Version 61 of BluePrint/GIS/GeoExplorer
- Timestamp:
- 03/08/11 13:12:11 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/GIS/GeoExplorer
v60 v61 75 75 == Issues with !GeoExplorer == 76 76 === Outstanding === 77 * How do we get Editable Features? 77 78 * Internal Feature Layers need to populate the Legend 78 79 * Clustering isn't working … … 81 82 * text strings are sometimes still hidden in private methods not separate public variables (resolved now?) 82 83 * http://www.sencha.com/learn/Tutorial:Localizing_Ext 83 * Published maps: {{{geoexplorer/viewer.html#id}}} 84 * Published maps: {{{viewer#maps/id}}} 85 * NB web2py doesn't see the '#' 84 86 * Doesn't appear to read the config at all! 85 87 * Viewer sends about to geoexplorer/about.html … … 100 102 * Future: Make it easy to Add new Feeds within GeoExplorer via {{{/eden/gis/layer_kml/create.json}}} 101 103 * Caching / unzipping of KMZs means that we don't just want to read the config but also to initiate the server-side processes for this functionality 104 102 105 === Changed === 103 106 Local to Sahana: … … 105 108 * Base layers above Overlays [{{{GeoExplorer.js}}}] 106 109 * NB if try to {{{//expanded: true,}}} then get weird effects with 1 baselayer appearing on load & a different one when the Base Layers folder is opened 107 * {{{Composer.js}}} showEmbedWindow shows wrong link: geoexplorer/viewer.html (can't redirect as web2py doesn't see the '#')108 110 109 111 === Fixed === 110 Can go upstream: https://github.com/opengeo/GeoExplorer/pull/1 111 * Ext 3.0.0 -> 3.3.1 (Test they work ok with 3.0.0 too): 112 * {{{header: false}}} (westPanel) [{{{GeoExplorer.js}}}] 113 * !OpenLayers 2.9 -> 2.10 114 * Can remove the 'Patch the !SphericalMercator layer' from the top of {{{GeoExplorer.js}}} 115 * !GeoExt - >Trunk 116 * Can {{{//,items: []}}} [{{{GeoExplorer.js}}}] since http://trac.geoext.org/ticket/305 is fixed 112 * All pushed upstream: https://github.com/opengeo/GeoExplorer/pull/1 113 117 114 118 115 ----