mapnik/tests/data/json/feature_collection_level_properties.json

18 lines
341 B
JSON
Raw Normal View History

2014-05-16 21:21:36 +02:00
{
"type": "FeatureCollection",
"properties": {
"fc_name": "fc_value"
},
"features": [
{
"type": "Feature",
"properties": {
"feat_name": "feat_value"
},
"geometry": {
"type": "Point",
"coordinates": [ -122, 48 ]
}
}
]
}