meface/docs/.vuepress/public/data/dayanta/dayanta.geojson

22 lines
665 B
JSON

{
"type": "FeatureCollection",
"name": "dayanta",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{
"type": "Feature",
"properties": {"name":"测试1"},
"geometry": { "type": "MultiPolygon", "coordinates": [
[
[
[108.959286041,34.219902015],
[108.959277655,34.219659018],
[108.959568659,34.219658585],
[108.959573663,34.219893963]
]
]
]}
}
]
}