source:
trunk/workshop-routing-foss4g/web/proj4js/demo/maps/EPSG27563.js
@
81
Revision 76, 286 bytes checked in by djay, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[76] | 1 | Proj4js.maps.EPSG27563 = { |
2 | mapOptions: { | |
3 | projection: 'EPSG:27563', | |
4 | units: 'm', | |
5 | maxResolution: 2000000/512 | |
6 | }, | |
7 | layerName: 'metacarta default', | |
8 | layerUrl: 'http://labs.metacarta.com/wms-c/Basic.py', | |
9 | layerParams: {'layers':'basic'}, | |
10 | layerOptions: null | |
11 | }; |
Note: See TracBrowser
for help on using the repository browser.