mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 11:27:45 +01:00
16 lines
243 B
JSON
16 lines
243 B
JSON
|
{
|
||
|
"type":"FeatureCollection",
|
||
|
"features":[
|
||
|
{
|
||
|
"type":"Feature",
|
||
|
"properties": {
|
||
|
"name": "Dinagat Islands"
|
||
|
},
|
||
|
"geometry":{
|
||
|
"type": "Point",
|
||
|
"coordinates": [125.6, 10.1]
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|