Changes between Version 60 and Version 61 of BluePrint/GIS/GeoExplorer


Ignore:
Timestamp:
03/08/11 13:12:11 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/GIS/GeoExplorer

    v60 v61  
    7575== Issues with !GeoExplorer ==
    7676=== Outstanding ===
     77 * How do we get Editable Features?
    7778 * Internal Feature Layers need to populate the Legend
    7879 * Clustering isn't working
     
    8182  * text strings are sometimes still hidden in private methods not separate public variables (resolved now?)
    8283  * 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 '#'
    8486  * Doesn't appear to read the config at all!
    8587  * Viewer sends about to geoexplorer/about.html
     
    100102   * Future: Make it easy to Add new Feeds within GeoExplorer via {{{/eden/gis/layer_kml/create.json}}}
    101103  * 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
    102105=== Changed ===
    103106Local to Sahana:
     
    105108 * Base layers above Overlays [{{{GeoExplorer.js}}}]
    106109  * 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 '#')
    108110
    109111=== 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
    117114
    118115----