mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
12 lines
286 B
JSON
12 lines
286 B
JSON
{ "type": "FeatureCollection",
|
|
"features": [
|
|
{ "type": "Feature",
|
|
"geometry": {"type": "Point"},
|
|
"properties": {"feat_id": 0}
|
|
},
|
|
{ "type": "Feature",
|
|
"geometry": {"type": "Point", "coordinates":[0,0]},
|
|
"properties": {"feat_id": 1}
|
|
}
|
|
]
|
|
} |