mapnik/tests/data/json/null_feature.geojson

12 lines
286 B
Text
Raw Normal View History

{ "type": "FeatureCollection",
"features": [
{ "type": "Feature",
"geometry": {"type": "Point"},
"properties": {"feat_id": 0}
},
{ "type": "Feature",
"geometry": {"type": "Point", "coordinates":[0,0]},
"properties": {"feat_id": 1}
}
]
}