Created
December 11, 2019 14:58
-
-
Save hpfast/7b226d71190227c56ea16a64ada205b3 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
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"Name": "Kinderopvang Kroost" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
5.216781198978424, | |
52.09155087262267 | |
], | |
[ | |
5.216534435749054, | |
52.0914107963645 | |
], | |
[ | |
5.216829478740692, | |
52.091216336830016 | |
], | |
[ | |
5.217111110687256, | |
52.09138607697917 | |
], | |
[ | |
5.216781198978424, | |
52.09155087262267 | |
] | |
] | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"Name": "Gastouder Joyce Curnan" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
5.216901898384094, | |
52.09163656611677 | |
], | |
[ | |
5.216781198978424, | |
52.09155911238889 | |
], | |
[ | |
5.217046737670898, | |
52.091435515736144 | |
], | |
[ | |
5.217314958572388, | |
52.09161019890535 | |
], | |
[ | |
5.217044055461883, | |
52.091732147127516 | |
], | |
[ | |
5.216901898384094, | |
52.09163656611677 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment