28 lines
572 B
JSON
28 lines
572 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"name": "golden_reference_buildings_no_overlap",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"id": "ref-no-overlap-1",
|
|
"properties": {
|
|
"id": "ref-no-overlap-1",
|
|
"source": "golden_fixture",
|
|
"class": "building"
|
|
},
|
|
"geometry": {
|
|
"type": "Polygon",
|
|
"coordinates": [
|
|
[
|
|
[4.9900, 51.1600],
|
|
[4.9905, 51.1600],
|
|
[4.9905, 51.1604],
|
|
[4.9900, 51.1604],
|
|
[4.9900, 51.1600]
|
|
]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|