Merge pull request #11509 from fgravin/proj-4326-identifier

Add urn:x-ogc:def:crs:EPSG:6.6:4326 as WGS84 proj identifier
This commit is contained in:
Andreas Hocevar
2020-09-09 10:22:34 +02:00
committed by GitHub
6 changed files with 11 additions and 20 deletions
+3 -2
View File
@@ -215,12 +215,13 @@ describe('ol.proj', function () {
});
it(
'gives that CRS:84, urn:ogc:def:crs:EPSG:6.6:4326, EPSG:4326 are ' +
'equivalent',
'gives that CRS:84, urn:ogc:def:crs:EPSG:6.6:4326, EPSG:4326, ' +
'urn:x-ogc:def:crs:EPSG:6.6:4326 are equivalent',
function () {
_testAllEquivalent([
'CRS:84',
'urn:ogc:def:crs:EPSG:6.6:4326',
'urn:x-ogc:def:crs:EPSG:6.6:4326',
'EPSG:4326',
]);
}