Changes between Version 1 and Version 2 of BluePrint/GIS/GeoExplorer


Ignore:
Timestamp:
11/30/10 10:44:58 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/GIS/GeoExplorer

    v1 v2  
    2222
    2323== Feature Comparison ==
    24 === !GeoExplorer has which MVC doesn't ==
     24=== !GeoExplorer has which MVC doesn't ===
    2525 * Save personalised, bookmarkable map views (layers / viewport)
    2626 * Browse for new WMS servers/layers
     
    3131 * Implementation of 'group' for different layer folders (can use this for Internal/External feeds)
    3232
    33 === MVC has which !GeoExplorer doesn't ==
     33=== MVC has which !GeoExplorer doesn't ===
    3434 * Internal feature layers (do these as KML?)
    3535 * KML/GeoRSS/GPX layers (use source 'ol'?)
    3636 * Clustering
    37  * Extra OSM layers (CycleMap, Hillshading, Taiwan, Custom)
    38  * Extra Google layers (MapMaker)
     37 * Extra OSM layers (!CycleMap, Hillshading, Taiwan, Custom)
     38 * Extra Google layers (!MapMaker)
    3939 * Yahoo layers
    4040 * Potlatch2 integration
     
    4646== Issues with !GeoExplorer ==
    4747=== Outstanding ===
    48  * Published maps: geoexplorer/viewer.html#id
     48 * Published maps: {{{geoexplorer/viewer.html#id}}}
    4949  * Doesn't appear to read the config at all!
    5050  * Viewer sends about to geoexplorer/about.html
    5151 * How to edit Title/Abstract(Description)/Contact when saving a map?
    52  * How to save a WMS Server when saving a Map? ("source":"source78")
     52 * How to save a WMS Server when saving a Map? ({{{"source":"source78"}}})
    5353 * Not clear when saving whether this is a New map or an Update
    5454  * Should have a 'Save As' option
     
    5656 * scaleLinePanel ugly: remove the Scale Chooser?
    5757 * Layer-Switcher in Embedded View not as nice...why different UI (just that we have less space not a reason since we can collapse mini)
    58  * Currently has issues with !GeoExt 1.0 ('j is null')
     58 * Currently has issues with !GeoExt 1.0 ({{{j is null}}})
    5959 * Not tried updating to latest GXP version from [https://github.com/opengeo/gxp GitHub] yet
    6060
    6161=== Fixed ===
    6262 * Ext 3.0.0 -> 3.2.1 (Test they work ok with 3.0.0 too):
    63   * height: 27 (north)          [GeoExplorer.js & Viewer.js]
    64   * header: false (westPanel)   [GeoExplorer.js]
    65  * OpenLayers 2.9 -> 2.10
    66   * Can remove the 'Patch the SphericalMercator layer' from the top of GeoExplorer.js
     63  * {{{height: 27}}} (north)          [{{{GeoExplorer.js}}} & {{{Viewer.js}}}]
     64  * {{{header: false}}} (westPanel)   [{{{GeoExplorer.js}}}]
     65 * !OpenLayers 2.9 -> 2.10
     66  * Can remove the 'Patch the !SphericalMercator layer' from the top of {{{GeoExplorer.js}}}
    6767
    6868----