Zum Inhalt springen

Data:Test.map

Aus Scuba-Spot.info
Version vom 18. Juni 2025, 21:03 Uhr von TinyOyster (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „{ "license":"CC0-1.0", "description": { "en": "Dive sites in Lake Zurich" }, "data": { "type": "FeatureCollection", "features": [ { "type": "Feature", "geometry": { "type": "Point", "coordinates": [8.5, 47.3] }, "properties": { "title": "Dive Site A", "description": "Deep dive" } } ] } }“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

{

 "license":"CC0-1.0",
 "description": { "en": "Dive sites in Lake Zurich" },
 "data": {
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": { "type": "Point", "coordinates": [8.5, 47.3] },
      "properties": {
        "title": "Dive Site A",
        "description": "Deep dive"
      }
    }
  ]
}

}