Merge pull request #7060 from wnordmann/EPSG3857CodeChange
Removing invalid urn
This commit is contained in:
@@ -75,7 +75,6 @@ ol.proj.EPSG3857.PROJECTIONS = [
|
|||||||
new ol.proj.EPSG3857.Projection_('EPSG:102113'),
|
new ol.proj.EPSG3857.Projection_('EPSG:102113'),
|
||||||
new ol.proj.EPSG3857.Projection_('EPSG:900913'),
|
new ol.proj.EPSG3857.Projection_('EPSG:900913'),
|
||||||
new ol.proj.EPSG3857.Projection_('urn:ogc:def:crs:EPSG:6.18:3:3857'),
|
new ol.proj.EPSG3857.Projection_('urn:ogc:def:crs:EPSG:6.18:3:3857'),
|
||||||
new ol.proj.EPSG3857.Projection_('urn:ogc:def:crs:EPSG:3857'),
|
|
||||||
new ol.proj.EPSG3857.Projection_('urn:ogc:def:crs:EPSG::3857'),
|
new ol.proj.EPSG3857.Projection_('urn:ogc:def:crs:EPSG::3857'),
|
||||||
new ol.proj.EPSG3857.Projection_('http://www.opengis.net/gml/srs/epsg.xml#3857')
|
new ol.proj.EPSG3857.Projection_('http://www.opengis.net/gml/srs/epsg.xml#3857')
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user