GeoJson:NewYorkSubway: Skillnad mellan sidversioner

Från Sockipedia
Innehåll som raderades Innehåll som lades till
KlingsporC (diskussion | bidrag)
Skapade GeoJSON-sida
 
KlingsporC (diskussion | bidrag)
Ingen redigeringssammanfattning
Rad 1: Rad 1:
{
{
"type": "FeatureCollection",
"type": "FeatureCollection",
"features": []
"features": [
{
"type": "Feature",
"properties": {
"title": "Pennsyl Station",
"description": ""
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
36.9375,
97.465104
],
[
36.9375,
99.558854
],
[
40.8125,
99.558854
],
[
40.8125,
97.465104
],
[
36.9375,
97.465104
]
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
41.0625,
93.496354
]
}
},
{
"type": "Feature",
"properties": {
"title": "Station name",
"description": "And a fancy description"
},
"geometry": {
"type": "Point",
"coordinates": [
55.375,
93.652604
]
}
}
]
}
}

Versionen från 13 juli 2026 kl. 08.56

Laddar karta ...