- Timestamp:
- 08/31/10 16:23:50 (21 months ago)
- Location:
- framework/plugin/client/trunk/mapfishpluginclient/default_app_template/+package+/public/app
- Files:
-
- 2 added
- 1 modified
-
img/icon_zoomout.png (added)
-
img/info.png (added)
-
lib/App/layout.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
framework/plugin/client/trunk/mapfishpluginclient/default_app_template/+package+/public/app/lib/App/layout.js
r3603 r3630 37 37 numZoomLevels: 18, 38 38 maxResolution: 156543.0339, 39 maxExtent: new OpenLayers.Bounds(- 20037508, -20037508,40 20037508, 20037508.34),39 maxExtent: new OpenLayers.Bounds(-1330615,4289034, 40 497757, 5428863), 41 41 allOverlays: false, 42 42 theme: null, … … 149 149 map: map, 150 150 layers: layerStore, 151 center: new OpenLayers.LonLat( 152 14871588.220497, -3199348.255331 153 ), 154 zoom: 4, 151 zoom: 7, 155 152 items: [{ 156 153 xtype: "gx_zoomslider",
