Created
June 8, 2020 04:41
-
-
Save charliedotau/634e7b1d15a7a0d5166c277987493172 to your computer and use it in GitHub Desktop.
Melbourne Metro Tunnel - underground tunnels polygons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "type": "FeatureCollection", | |
| "name": "melbourne-metro-tunnel-stations", | |
| "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, | |
| "features": [ | |
| { "type": "Feature", "properties": { "LAYER": "Domain Station", "ID": 1.0, "VERS_DATE": "2016\/05\/25" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 144.97241279800005, -37.83262978800002 ], [ 144.974133747999986, -37.83429408500001 ], [ 144.973993058000019, -37.834388696000019 ], [ 144.97227210899996, -37.83272439600001 ], [ 144.97241279800005, -37.83262978800002 ] ] ] ] } }, | |
| { "type": "Feature", "properties": { "LAYER": "CBD South Station", "ID": 5.0, "VERS_DATE": "2016\/05\/25" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 144.96629799499999, -37.815245464999975 ], [ 144.966492216, -37.815189174000011 ], [ 144.967532203000019, -37.817455349 ], [ 144.967337978000046, -37.81751164100001 ], [ 144.96629799499999, -37.815245464999975 ] ] ] ] } }, | |
| { "type": "Feature", "properties": { "LAYER": "CBD North Station", "ID": 2.0, "VERS_DATE": "2016\/05\/25" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 144.963840699, -37.809414452999988 ], [ 144.963646361999963, -37.80947018099999 ], [ 144.962582103000045, -37.807150289999981 ], [ 144.962776434000034, -37.807094565 ], [ 144.963840699, -37.809414452999988 ] ] ] ] } }, | |
| { "type": "Feature", "properties": { "LAYER": "Parkville Station", "ID": 4.0, "VERS_DATE": "2016\/05\/25" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 144.960967912, -37.800162285 ], [ 144.957877495000048, -37.799825591 ], [ 144.95791018, -37.799639236000019 ], [ 144.961000592, -37.799975929000027 ], [ 144.960967912, -37.800162285 ] ] ] ] } }, | |
| { "type": "Feature", "properties": { "LAYER": "Arden Station", "ID": 3.0, "VERS_DATE": "2016\/05\/25" }, "geometry": { "type": "MultiPolygon", "coordinates": [ [ [ [ 144.941674482000053, -37.80129128499999 ], [ 144.938739466000044, -37.801676284999985 ], [ 144.938705422, -37.801517366999974 ], [ 144.94164043, -37.801132368000026 ], [ 144.941674482000053, -37.80129128499999 ] ] ] ] } } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment