mapnik/tests/data/json/null_feature.json
2012-10-20 20:07:12 -07:00

12 lines
No EOL
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}
}
]
}