Skip to content

Instantly share code, notes, and snippets.

@kriscarle
Created November 11, 2016 20:10
Show Gist options
  • Save kriscarle/be72d620318c2703ed60edbe490bcde9 to your computer and use it in GitHub Desktop.
Save kriscarle/be72d620318c2703ed60edbe490bcde9 to your computer and use it in GitHub Desktop.
DRC Logging Roads Created in 2015 (data exported 20161111)
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"generator": "overpass-turbo",
"copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL.",
"timestamp": "2016-11-11T20:00:02Z",
"features": [
{
"type": "Feature",
"id": "way/334347921",
"properties": {
"@id": "way/334347921",
"access": "forestry",
"highway": "track",
"source": "WRI;DIAF;Société Trans M",
"start_date": "2015"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
20.9163136,
0.8284285
],
[
20.9204151,
0.8338386
]
]
}
},
{
"type": "Feature",
"id": "way/334347934",
"properties": {
"@id": "way/334347934",
"access": "forestry",
"highway": "track",
"source": "WRI;DIAF;Société Trans M",
"start_date": "2015"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
20.9467381,
0.8353532
],
[
20.9535824,
0.8435377
]
]
}
},
{
"type": "Feature",
"id": "way/334347964",
"properties": {
"@id": "way/334347964",
"access": "forestry",
"highway": "track",
"source": "WRI;DIAF;Société Trans M",
"start_date": "2015"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
20.9281922,
0.8143768
],
[
20.9293737,
0.8163491
]
]
}
},
{
"type": "Feature",
"id": "way/334347970",
"properties": {
"@id": "way/334347970",
"access": "forestry",
"highway": "track",
"source": "WRI;DIAF;Société Trans M",
"start_date": "2015"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
20.9281922,
0.8143768
],
[
20.9381661,
0.8104905
],
[
20.9365203,
0.8041392
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment