examples/projection.json in adiwg-mdjson_schemas-2.5.0 vs examples/projection.json in adiwg-mdjson_schemas-2.5.1

- old
+ new

@@ -1,10 +1,14 @@ [{ "projectionIdentifier": { "identifier": "identifier", "name": "name" }, + "gridIdentifier": { + "identifier": "utm", + "namespace": "org.adiwg.code.mapGridSystem" + }, "gridZone": "gridZone", "standardParallel1": 9.9, "standardParallel2": 9.9, "longitudeOfCentralMeridian": 9.9, "latitudeOfProjectionOrigin": 9.9, @@ -29,11 +33,16 @@ "obliqueLineLatitude": 9.9, "obliqueLineLongitude": 9.9 } ], "landsatNumber": 9, - "landsatPath": 9 + "landsatPath": 9, + "local": { + "description": "description", + "georeference": "georeference", + "fixedToEarth": true + } }, { "projectionIdentifier": { "identifier": "alaska", "name": "Modified Stereographic for Alaska", "namespace": "org.adiwg.code.mapProjection" @@ -45,6 +54,23 @@ } }, { "gridIdentifier": { "identifier": "utm", "namespace": "org.adiwg.code.mapGridSystem" - }}] + }, + "projectionIdentifier": { + "identifier": "mercator", + "name": "Mercator", + "namespace": "org.adiwg.code.mapProjection" + } +}, { + "local": { + "description": "description", + "georeference": "georeference", + "fixedToEarth": true + }, + "projectionIdentifier": { + "identifier": "localPlanar", + "name": "Custom", + "namespace": "org.adiwg.code.mapProjection" + } +}]