mirror of
https://github.com/jiawanlong/Cesium-Examples.git
synced 2025-07-07 00:37:30 +00:00
12 lines
275 B
JavaScript
12 lines
275 B
JavaScript
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
|
|
};
|