Jump to content

Adaris:Elemara map/markers: Difference between revisions

From Adaris
No edit summary
No edit summary
Line 1: Line 1:
{
{
  "categories": {
    "region": { "label": "Regions", "color": "#991205" },
    "city": { "label": "Cities", "color": "#1f5f99" },
    "town": { "label": "Towns", "color": "#7a6a18" },
    "village": { "label": "Villages", "color": "#4d7f3a" },
    "landmark": { "label": "Landmarks", "color": "#6f4a8e" }
  },
   "pins": [
   "pins": [
     { "x": 2772, "y": 14863, "title": "Payalwa", "page": "Payalwa", "color": "#991205", "minZoom": 1, "maxZoom": 3 },
     {
     { "x": 6156, "y": 15482, "title": "Dul-Val", "page": "Dul-Val", "color": "#991205", "minZoom": 11 }
      "x": 2772,
      "y": 14863,
      "title": "Payalwa",
      "page": "Payalwa",
      "category": "region",
      "minZoom": 1,
      "maxZoom": 3
    },
     {
      "x": 6156,
      "y": 15482,
      "title": "Dul-Val",
      "page": "Dul-Val",
      "category": "city",
      "minZoom": 11
    }
   ]
   ]
}
}

Revision as of 17:27, 20 June 2026

{

 "categories": {
   "region": { "label": "Regions", "color": "#991205" },
   "city": { "label": "Cities", "color": "#1f5f99" },
   "town": { "label": "Towns", "color": "#7a6a18" },
   "village": { "label": "Villages", "color": "#4d7f3a" },
   "landmark": { "label": "Landmarks", "color": "#6f4a8e" }
 },
 "pins": [
   {
     "x": 2772,
     "y": 14863,
     "title": "Payalwa",
     "page": "Payalwa",
     "category": "region",
     "minZoom": 1,
     "maxZoom": 3
   },
   {
     "x": 6156,
     "y": 15482,
     "title": "Dul-Val",
     "page": "Dul-Val",
     "category": "city",
     "minZoom": 11
   }
 ]

}