Created
July 2, 2020 20:23
-
-
Save danhammer/ac18470a05de58fada8682096f2d35ef to your computer and use it in GitHub Desktop.
TPL schoolyard sample (Chiloquin Elementary and High School)
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", | |
"generator": "overpass-ide", | |
"copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.", | |
"timestamp": "2020-07-02T20:19:03Z", | |
"features": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"@id": "way/198722344", | |
"amenity": "school", | |
"name": "Chiloquin Elementary School" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-121.8646428, | |
42.5717858 | |
], | |
[ | |
-121.8650336, | |
42.5717839 | |
], | |
[ | |
-121.865935, | |
42.5717903 | |
], | |
[ | |
-121.8669982, | |
42.5717702 | |
], | |
[ | |
-121.8670499, | |
42.5694327 | |
], | |
[ | |
-121.8663652, | |
42.5694111 | |
], | |
[ | |
-121.8664487, | |
42.5687408 | |
], | |
[ | |
-121.8658899, | |
42.5684822 | |
], | |
[ | |
-121.8640344, | |
42.5684389 | |
], | |
[ | |
-121.8640726, | |
42.5699655 | |
], | |
[ | |
-121.8640599, | |
42.5710501 | |
], | |
[ | |
-121.8646493, | |
42.5710596 | |
], | |
[ | |
-121.8646428, | |
42.5717858 | |
] | |
] | |
] | |
}, | |
"id": "way/198722344" | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"@id": "way/198722345", | |
"amenity": "school", | |
"name": "Chiloquin High School", | |
"wikidata": "Q5099170", | |
"wikipedia": "en:Chiloquin High School" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-121.8624708, | |
42.568264 | |
], | |
[ | |
-121.8630019, | |
42.5682784 | |
], | |
[ | |
-121.8635136, | |
42.5682882 | |
], | |
[ | |
-121.8640309, | |
42.5682982 | |
], | |
[ | |
-121.8648608, | |
42.5682866 | |
], | |
[ | |
-121.8649364, | |
42.568194 | |
], | |
[ | |
-121.8650659, | |
42.5679948 | |
], | |
[ | |
-121.8651941, | |
42.5678503 | |
], | |
[ | |
-121.8643366, | |
42.5672056 | |
], | |
[ | |
-121.8633682, | |
42.5662439 | |
], | |
[ | |
-121.8624268, | |
42.5662817 | |
], | |
[ | |
-121.8624708, | |
42.568264 | |
] | |
] | |
] | |
}, | |
"id": "way/198722345" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment