Map:Example map

From Weeb's Cafe
Revision as of 01:23, 15 March 2026 by fandom>FANDOM (Created page with "{ "mapImage": "Wiki Map.jpeg", "pageCategories": [], "defaultSort": "", "description": "This is an example of an Interactive Map.", "coordinateOrder": "xy", "mapBounds": [ [ 0, 0 ], [ 2816, 1536 ] ], "origin": "bottom-left", "useMarkerClustering": true, "categories": [ { "id": "1", "listId": 1, "name": "Object...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{

   "mapImage": "Wiki Map.jpeg",
   "pageCategories": [],
   "defaultSort": "",
   "description": "This is an example of an Interactive Map.",
   "coordinateOrder": "xy",
   "mapBounds": [
       [
           0,
           0
       ],
       [
           2816,
           1536
       ]
   ],
   "origin": "bottom-left",
   "useMarkerClustering": true,
   "categories": [
       {
           "id": "1",
           "listId": 1,
           "name": "Objects",
           "color": "#ff005e",
           "symbol": "",
           "symbolColor": ""
       },
       {
           "id": "2",
           "listId": 2,
           "name": "Characters",
           "color": "#00ffc9",
           "symbol": "",
           "symbolColor": ""
       }
   ],
   "markers": [
       {
           "categoryId": "2",
           "position": [
               720,
               834
           ],
           "popup": {
               "title": "Lost Brother",
               "description": "Your beloved brother got lost at the beginning of this adventure. The last clues place him deep in the forest.",
               "link": {
                   "url": "",
                   "label": ""
               }
           },
           "id": "1"
       },
       {
           "categoryId": "2",
           "position": [
               1932,
               1052
           ],
           "popup": {
               "title": "Love Interest",
               "description": "A captivating and complex character who serves as a key emotional anchor in the narrative.",
               "link": {
                   "url": "",
                   "label": ""
               }
           },
           "id": "2"
       },
       {
           "categoryId": "1",
           "position": [
               490,
               386
           ],
           "popup": {
               "title": "Excalibur",
               "description": "It is a Sword in the Stone that only the true king can obtain.",
               "link": {
                   "url": "",
                   "label": ""
               }
           },
           "id": "3"
       },
       {
           "categoryId": "1",
           "position": [
               560,
               1220
           ],
           "popup": {
               "title": "Ring of Honor",
               "description": "A legendary object that grants mysterious powers to whoever possesses it.",
               "link": {
                   "url": "",
                   "label": ""
               }
           },
           "id": "4"
       }
   ],
   "markerProgress": true

}