mapnik/tests/data/json/null_feature.geojson
Dane Springmeyer ef15c45e65 json->geojson
2013-06-13 13:34:34 -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}
}
]
}