mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
18 lines
341 B
JSON
18 lines
341 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"properties": {
|
|
"fc_name": "fc_value"
|
|
},
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"feat_name": "feat_value"
|
|
},
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [ -122, 48 ]
|
|
}
|
|
}
|
|
]
|
|
} |