{ "type": "FeatureCollection", "features": [ { "type": "Feature", "properties": { "id": "area_geel_center", "name": "Geel Centrum Demo" }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 4.98, 51.16 ], [ 5.0, 51.16 ], [ 5.0, 51.18 ], [ 4.98, 51.18 ], [ 4.98, 51.16 ] ] ] } } ] }