Ticket #21044: test.geojson

File test.geojson, 793 bytes (added by Mashin, 3 years ago)
Line 
1{
2"type": "FeatureCollection",
3"name": "test files",
4"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
5"features": [
6{ "type": "Feature", "properties": { "addr:building": null, "addr:postcode": "06883", "addr:housenumber": "26", "addr:city": "Weston", "addr:state": "CT", "addr:street": "Pent Road", "addr:unit": null, "addr:floor": null }, "geometry": { "type": "Point", "coordinates": [ -73.396193622857965, 41.235575988569614 ] } },
7{ "type": "Feature", "properties": { "addr:building": null, "addr:postcode": "06883", "addr:housenumber": "22", "addr:city": "Weston", "addr:state": "CT", "addr:street": "Pent Road", "addr:unit": null, "addr:floor": null }, "geometry": { "type": "Point", "coordinates": [ -73.396193622857965, 41.235575988569614 ] } }
8]
9}