Usuari:Isidre blanc/proves/map-draw - data-maps

Aquesta és una versió anterior d'aquesta pàgina, de data 22:01, 21 feb 2021 amb l'última edició de Isidre blanc (discussió | contribucions). Pot tenir inexactituds o contingut no apropiat no present en la versió actual.

{

   // !!!!! All comments will be automatically deleted on save !!!!!
   // Optional "description" field to describe this map
   "description": {"en": "map description"},
   // Optional "sources" field to describe the sources of the map.  Can use Wiki Markup
   "sources": "Copied from Example Map Source",
   // Mandatory "license" field.
   // Recommended license: CC0-1.0.
   // Please uncomment one of the licenses:
   // "license": "CC0-1.0", // Creative Commons Zero
   // "license": "CC-BY-1.0", // Creative Commons Attribution 1.0
   // "license": "CC-BY-2.0", // Creative Commons Attribution 2.0
   // "license": "CC-BY-2.5", // Creative Commons Attribution 2.5
   // "license": "CC-BY-3.0", // Creative Commons Attribution 3.0
   // "license": "CC-BY-4.0", // Creative Commons Attribution 4.0
   // "license": "CC-BY-4.0+", // Creative Commons Attribution 4.0 or later version
   // "license": "CC-BY-SA-1.0", // Creative Commons Attribution-Share Alike 1.0
   // "license": "CC-BY-SA-2.0", // Creative Commons Attribution-Share Alike 2.0
   // "license": "CC-BY-SA-2.5", // Creative Commons Attribution-Share Alike 2.5
   // "license": "CC-BY-SA-3.0", // Creative Commons Attribution-Share Alike 3.0
   // "license": "CC-BY-SA-4.0", // Creative Commons Attribution-Share Alike 4.0
   // "license": "CC-BY-SA-4.0+", // Creative Commons Attribution-Share Alike 4.0  or later version
   // "license": "ODbL-1.0", // ODC Open Database License v1.0


   "zoom": 3,
   "latitude": 0,
   "longitude": 0,
   "data": {
       ... GeoJSON ...
   }

}