agrobot_base/Exemplos/Aspose.GIS-for-.NET-master/Examples/Data/mixed.geojson

8 lines
377 B
JSON

{
"type":"FeatureCollection",
"features":[
{"type":"Feature","properties":{},"geometry":{"type":"Polygon","coordinates":[[[3,50],[10,50],[10,55],[3,55],[3,50]]]}},
{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[11,54],[15,54],[12,50]]}},
{"type":"Feature","properties":{},"geometry":{"type":"Point","coordinates":[11.5,52]}}
]
}