Commit 05f805f0 authored by Michael Adair's avatar Michael Adair
Browse files

re #15: move maps to demo (not part of the core lib)

parent 46a84b82
Loading
Loading
Loading
Loading

lib/maps/EPSG27563.js

deleted100755 → 0
+0 −11
Original line number Diff line number Diff line
Proj4js.maps.EPSG27563 = {
  mapOptions: {
    projection: 'EPSG:27563',
    units: 'm', 
    maxResolution: 2000000/512
  },
  layerName: 'metacarta default',
  layerUrl: 'http://labs.metacarta.com/wms-c/Basic.py',
  layerParams: {'layers':'basic'},
  layerOptions: null
};

lib/maps/EPSG42304.js

deleted100755 → 0
+0 −12
Original line number Diff line number Diff line
Proj4js.maps.EPSG43204 = {
  mapOptions : {
    maxExtent: new OpenLayers.Bounds(-3631568.75,-1293815.5,4491139.5833333321,4937122), 
    scales: [50000000,23207944.16806,10772173.45016,5000000,2320794.41681,1077217.34502,500000,232079.44168,107721.7345,50000],
    units: 'm', 
    projection: 'EPSG:42304'
  },
  layerName: 'DM Solutions Demo',
  layerUrl: "http://localhost/cgi-bin/mapserv.exe?MAP=/ms4w/apps/gmap/htdocs/gmap75_wms.map",
  layerParams: {layers: "bathymetry,land_fn,park,drain_fn,drainage,prov_bound,fedlimit,rail,road,popplace", transparent: "false", format: "image/png" },
  layerOptions: {singleTile: true}
};