Help:Editing/Map

From Enshrouded Wiki
Jump to navigation Jump to search

Subpages

  1. Help:Editing/Map/Ingame coordinates

Navigation

These are direct links to editing.

  1. Map markers (update this)
    1. edit Map:EarlyAccess/Main - most map markers: Landmark, POI, Area
    2. edit Map:EarlyAccess/Lore - the rest: Lore
  2. Main markers split into 3 categories for evaluation (can lag behind Main - non-normative)
    1. edit Map:EarlyAccess/Landmark-markers
    2. edit Map:EarlyAccess/POI-markers
    3. edit Map:EarlyAccess/Area-markers
  3. The tabs on the Map page: enabling specific groups by default
    1. edit Map:EarlyAccess/Tabs/Landmarks
    2. edit Map:EarlyAccess/Tabs/POIs
    3. edit Map:EarlyAccess/Tabs/Areas
    4. edit Map:EarlyAccess/Tabs/Lore
    5. edit Map:EarlyAccess/Tabs/All
  4. Category:Pages including data maps
  5. Map - map page

Do you want to assist with the Enshrouded Map?

Here's how!

  1. Open up both Enshrouded and the Wiki map.
  2. Find a location on the in-game map and then find it on the Wiki map. Note the lat (latitude) and lon (longitude) on the map, you will need those later.
  3. For example we would be adding Longkeep, scroll down to the Markers portion of the Map source. Then find the group, we're looking for Villages.
  4. The code to input new markers is as follows:
{
	"id": "REGION-MARKER-#", "lat": ###, "lon": ###, 
	"name": "LOCATION NAME",
	"description": "DESCRIPTION",
	"article": "ARTICLE NAME"
},

ID is the new markers ID, verify that it has not been used and is in the same series as the rest of the markers in its group, I.E. 500, 501 etc

lat, and lon are the coordinates on the wiki-map, name is the name of the location, you can provide a short description, and article is what page it will link to.