Created
October 23, 2018 08:04
-
-
Save p1d1d1/af240b4261f8d0313d75ea56aae7d96e to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"feature": { | |
"layerBodId": "ch.swisstopo.swissboundaries3d-kanton-flaeche.fill", | |
"featureId": 1, | |
"properties": { | |
"ak": "ZH", | |
"label": "Zürich", | |
"name": "Zürich", | |
"flaeche": 172894 | |
}, | |
"geometry": { | |
"type": "MultiPolygon", | |
"coordinates": [ | |
[ | |
[ | |
[] | |
] | |
] | |
] | |
}, | |
"bbox": [ | |
669243.9209251693, | |
223895.80049622757, | |
716899.6020993304, | |
283343.19079530047 | |
], | |
"layerName": "Frontiere cantonali", | |
"type": "Feature", | |
"id": 1 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment