mapnik/tests/data/json/feature_collection_level_properties.json
Dane Springmeyer c0559a80bd tests for #2245
2014-05-16 12:22:48 -07:00

18 lines
No EOL
341 B
JSON

{
"type": "FeatureCollection",
"properties": {
"fc_name": "fc_value"
},
"features": [
{
"type": "Feature",
"properties": {
"feat_name": "feat_value"
},
"geometry": {
"type": "Point",
"coordinates": [ -122, 48 ]
}
}
]
}