Changes between Version 1 and Version 2 of BluePrint/GIS/GeoExplorer
- Timestamp:
- 11/30/10 10:44:58 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/GIS/GeoExplorer
v1 v2 22 22 23 23 == Feature Comparison == 24 === !GeoExplorer has which MVC doesn't == 24 === !GeoExplorer has which MVC doesn't === 25 25 * Save personalised, bookmarkable map views (layers / viewport) 26 26 * Browse for new WMS servers/layers … … 31 31 * Implementation of 'group' for different layer folders (can use this for Internal/External feeds) 32 32 33 === MVC has which !GeoExplorer doesn't == 33 === MVC has which !GeoExplorer doesn't === 34 34 * Internal feature layers (do these as KML?) 35 35 * KML/GeoRSS/GPX layers (use source 'ol'?) 36 36 * 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) 39 39 * Yahoo layers 40 40 * Potlatch2 integration … … 46 46 == Issues with !GeoExplorer == 47 47 === Outstanding === 48 * Published maps: geoexplorer/viewer.html#id48 * Published maps: {{{geoexplorer/viewer.html#id}}} 49 49 * Doesn't appear to read the config at all! 50 50 * Viewer sends about to geoexplorer/about.html 51 51 * 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"}}}) 53 53 * Not clear when saving whether this is a New map or an Update 54 54 * Should have a 'Save As' option … … 56 56 * scaleLinePanel ugly: remove the Scale Chooser? 57 57 * 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}}}) 59 59 * Not tried updating to latest GXP version from [https://github.com/opengeo/gxp GitHub] yet 60 60 61 61 === Fixed === 62 62 * 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.1066 * Can remove the 'Patch the SphericalMercator layer' from the top of GeoExplorer.js63 * {{{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}}} 67 67 68 68 ----