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

27 lines
433 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[4,45],
[4,43]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[3,44],
[5,44]
]
}
}
]
}