Skip to content

Instantly share code, notes, and snippets.

@moklick
Created November 9, 2015 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moklick/9861cea20a97d7517365 to your computer and use it in GitHub Desktop.
Save moklick/9861cea20a97d7517365 to your computer and use it in GitHub Desktop.
Test geojson dataset for OSMBuildings.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"height": 100,
"color": "#778899"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
13.348174095153809,
52.51565937566842
],
[
13.349182605743406,
52.51520234504166
],
[
13.349440097808838,
52.51521540312554
],
[
13.349032402038574,
52.51592053389225
],
[
13.348174095153809,
52.51565937566842
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"height": 125,
"color": "#778899"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
13.349289894104004,
52.51595970749194
],
[
13.34963321685791,
52.51524151928166
],
[
13.349955081939697,
52.51528069348672
],
[
13.350276947021484,
52.51599888105672
],
[
13.349740505218506,
52.51609028590538
],
[
13.349289894104004,
52.51595970749194
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"height": 150,
"color": "#778899"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
13.350234031677246,
52.51535904179207
],
[
13.350512981414795,
52.51594664962925
],
[
13.351070880889893,
52.51568549156065
],
[
13.350577354431152,
52.51534598375088
],
[
13.350234031677246,
52.51535904179207
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"height": 75,
"color": "#778899"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
13.347680568695068,
52.51525457735391
],
[
13.347358703613281,
52.51492812438387
],
[
13.347423076629639,
52.51454943590012
],
[
13.34841012954712,
52.51468001850456
],
[
13.348517417907715,
52.514915066214606
],
[
13.347680568695068,
52.51525457735391
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"height": 125,
"color": "#778899"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
13.351263999938965,
52.515058705862906
],
[
13.351650238037108,
52.51535904179207
],
[
13.352036476135254,
52.515163170766755
],
[
13.352186679840086,
52.51486283349881
],
[
13.351736068725584,
52.51486283349881
],
[
13.351263999938965,
52.515058705862906
]
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment