Changes between Version 53 and Version 54 of BluePrint/GIS/GeoExplorer
- Timestamp:
- 01/24/11 21:46:42 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/GIS/GeoExplorer
v53 v54 45 45 46 46 === MVC has which !GeoExplorer doesn't === 47 NB It should be relatively easy to patch some of these in within Sahana (using a slightly-modified version of the existing Python code) as an interim measure to getting them added to the !GeoExplorer !JavaScript libraries (crossed-out lines here have been implementedlike that).47 NB It should be relatively easy to patch some of these in within Sahana (using a slightly-modified version of the existing Python code) as an interim measure to getting them added to the !GeoExplorer !JavaScript libraries [[BR]](crossed-out lines here have been implemented, some like that). 48 48 49 * WFS Layers 50 * Extra Google layers (!MapMaker) 51 * Yahoo layers 52 * WMS Browser (do we need this with the multi-server browser?) 53 * Overview map 49 54 * ~~Internal feature layers~~ 50 55 * ~~KML/GeoRSS/GPX layers~~ 51 * WFS Layers52 56 * ~~Extra OSM layers (!CycleMap, Hillshading, Taiwan, Custom)~~ 53 * Extra Google layers (!MapMaker)54 * Yahoo layers55 57 * ~~Potlatch2 integration~~ 56 58 * ~~HTML5 !GeoLocation support~~ 57 59 * ~~!GeoNames Search~~ 58 * WMS Browser (do we need this with the multi-server browser?)59 * Overview map60 60 * ~~Mouse Pointer: Lat/Lon & MGRS~~ 61 61 * Configurability 62 62 * can we embed a map into a page? 63 * should be possible :63 * should be possible by using an Ext.Panel: 64 64 {{{ 65 65 config[portalConfig]: ``Ext.Panel`` if it has a ``renderTo`` property, or an ``Ext.Viewport`` otherwise