Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Please sign up or log in to edit the wiki.

CircularMarkerGroup

KeyNameDescriptionTypeDefaultEnums
fillColorFillcolornilnilnilnil
descriptionDescriptionShown in the legend right under.nilnilnil
strokeWidthStrokewidthnilnumber1nil
isCollectibleIscollectiblenilnilfalsefalse,true,individual,group,globalGroup
staticIs static?If set to true, these circles will not change size when zooming in or out.booleanfalsenil
autoNumberInChecklistAutonumberinchecklistnilbooleanfalsenil
canSearchForCansearchfornilbooleantruenil
strokeColorStrokecolornilnilnilnil
extraMinZoomSizeExtraminzoomsizenilnilnilnil
nameNamenilstringnilnil
isSwitchableCan be switched?If set to false, this group will not be shown in the legend.booleantruenil
isDefaultIsdefaultnilbooleantruenil
sizeSizenilnumber12.5nil
iconIconShown in the legend.nilnilnil
articleRelated articleIf set, all markers in this group will link to this article.nilnilnil

NamedPoint

KeyNameDescriptionTypeDefaultEnums
yYnilnumbernilnil
xXnilnumbernilnil

ImageOverlay

KeyNameDescriptionTypeDefaultEnums
atAtnilarraynilnil
imageImagenilstringnilnil
nameNamenilnilnilnil
reduceGapsReducegapsnilbooleanfalsenil
pixelatedPixelatednilbooleanfalsenil

LEGACY_CoordinateSystem

KeyNameDescriptionTypeDefaultEnums
orderOrdernilstringyxyx,latlon,xy
bottomRightBottomrightnilnil100,100nil
rotationRotationnilnilnilnil
topLeftTopleftnilnil0,0nil

CoordinateSettings

KeyNameDescriptionTypeDefaultEnums
orderOrdernilstringyxyx,latlon,xy
rotationRotationnilnilnilnil
originOriginnilstringtopLefttopLeft,bottomLeft

PolylineOverlay

KeyNameDescriptionTypeDefaultEnums
colorColornilnilnilnil
pathPathnilarraynilnil
nameNamenilnilnilnil
thicknessThicknessnilnilnilnil

TiledBackground

KeyNameDescriptionTypeDefaultEnums
overlaysOverlaysnilarraynil
nameDisplay nameThis name will be shown to a viewer in the background selection dropdown.nilnilnil
tilesTilesnilarraynilnil
pixelatedPixelatednilbooleanfalsenil
tileSizeSize of an individual tilenilnilnilnil
associatedLayerAssociatedlayernilnilnilnil
atStarting position of the tile setnilnil0,0nil

ImageBackground

KeyNameDescriptionTypeDefaultEnums
overlaysOverlaysnilarraynil
imageImage to usenilstringnilnil
nameDisplay nameThis name will be shown to a viewer in the background selection dropdown.nilnilnil
pixelatedPixelatednilbooleanfalsenil
associatedLayerAssociatedlayernilnilnilnil
atBoundsBounds to fit the image in.nilnilnil

MarkerCategory

KeyNameDescriptionTypeDefaultEnums
subtleTextSubtletextnilnilnilnil
nameNamenilnilnilnil
overrideIconOverrideiconnilnilnilnil

Tile

KeyNameDescriptionTypeDefaultEnums
imageImage to usenilstringnilnil
positionPositionPosition in this tile in the grid. 1 unit is one tile as big as the size specified.nilnilnil

XyMarker

KeyNameDescriptionTypeDefaultEnums
descriptionDescriptionnilnilnilnil
searchKeywordsSearchkeywordsnilnilnil
idIdnilnilnilnil
canSearchForCansearchfornilbooleantruenil
yYnilnumbernilnil
imageImagenilnilnilnil
nameNamenilnilnilnil
xXnilnumbernilnil
isWikitextIswikitextnilnilnil
scaleScalenilnumber1nil
iconIconnilnilnilnil
articleArticlenilnilnilnil

BoxOverlay

KeyNameDescriptionTypeDefaultEnums
atAtnilarraynilnil
colorColornilnilnilnil
nameNamenilnilnilnil
borderColorBordercolornilnilnilnil

ZoomSettings

KeyNameDescriptionTypeDefaultEnums
minMinimum levelnilnumber-16nil
scrollSpeedScroll speed scalernilnumber1nil
tryFitEverythingTryfiteverythingnilbooleantruenil
maxMaximum levelnilnumber6nil
lockLocked?If set to `true`, zoom level will be fixed at the specified `min` value. All zoom controls on the viewer's side will be disabled.booleanfalsenil

Settings

KeyNameDescriptionTypeDefaultEnums
backdropColorBackdropcolorThe backdrop colour, i.e. the one filling areas with no background image over them. TODO: wordingnilnilnil
zoomZoom configurationnilnilnilnil
enableSearchEnablesearchWhether marker search will be enabled for this map. TODO: document modesniltruefalse,true,tabberWide
enableTooltipPopupsEnabletooltippopupsWhether simply moving mouse cursor over a marker should cause its popup to become visible.

Such popup will be partially translucent. The user still has to click on the marker for the address bar to update with a

permanent link.
booleanfalsenil
allowFullscreenAllowfullscreenWhether full-screen toggle will be shown to the user on this map. TODO: "whether the option to view the map in fullscreen will be offered"booleantruenil
interactionModelInteractionmodelChanges interaction delay model. Keybinds require extra keys to be held to zoom in (CTRL/Super), sleep is primarily time-based.stringkeybindskeybinds,sleep
requireCustomMarkerIDsRequirecustommarkeridsMakes data validation disallow automatically generated marker IDs - the `id` property will need to be specified for each

marker manually.

These identifiers are used for persistent links and collectible progress tracking. By default, group and layers the marker

is attached to along with its location on map are used to generate the identifier.
booleanfalsenil
hideLegendHidelegendForces the legend (collectible checklists and marker filters) to not be loaded on this map. If set to 'collapsed', the legend will be loaded, but will not be expanded on load.nilfalsefalse,true,collapsed
sortChecklistsByChecklist sort orderSpecifies marker group checklist sort order.

- 'groupDeclaration': Follows the order in which marker groups are declared in source data.

- 'amount': Follows the number of markers inside each group.
stringgroupDeclarationgroupDeclaration,amount
showCoordinatesShow coordinates?Whether coordinates from under the mouse cursor will be shown on this map in the bottom-left corner.booleantruenil
iconRendererIconrendererRenderer preference for graphical icons using images from this wiki (not circular icons or pins).

- DOM renderer provides best reactivity for a small data set (roughly 500 icons), but performance degrades with

 more markers. However, it comes with animation support for GIFs.

- Canvas renderer provides best performance at a cost of zoom update latency, and supports only static icons. This works

 best for bigger data sets (above 500 icons), and is automatically enabled for such sets (if this option is set to
 'auto').
Pins always use the DOM renderer.
stringautoauto,DOM,canvas
leafletCustom Leaflet parametersCheck https://leafletjs.com/reference.html#map-option for reference. Some options are not supported.objectfalsenil

PinMarkerGroup

KeyNameDescriptionTypeDefaultEnums
descriptionDescriptionShown in the legend right under.nilnilnil
strokeWidthStrokewidthnilnumber1nil
isCollectibleIscollectiblenilnilfalsefalse,true,individual,group,globalGroup
staticIs static?If set to true, these circles will not change size when zooming in or out.booleanfalsenil
autoNumberInChecklistAutonumberinchecklistnilbooleanfalsenil
canSearchForCansearchfornilbooleantruenil
pinColorPincolornilnilnilnil
strokeColorStrokecolornilnilnilnil
nameNamenilstringnilnil
isSwitchableCan be switched?If set to false, this group will not be shown in the legend.booleantruenil
isDefaultIsdefaultnilbooleantruenil
sizeSizenilnumber32nil
iconIconShown in the legend.nilnilnil
articleRelated articleIf set, all markers in this group will link to this article.nilnilnil

LatLonMarker

KeyNameDescriptionTypeDefaultEnums
lonLonnilnumbernilnil
descriptionDescriptionnilnilnilnil
searchKeywordsSearchkeywordsnilnilnil
idIdnilnilnilnil
latLatnilnumbernilnil
canSearchForCansearchfornilbooleantruenil
imageImagenilnilnilnil
nameNamenilnilnilnil
isWikitextIswikitextnilnilnil
scaleScalenilnumber1nil
iconIconnilnilnilnil
articleArticlenilnilnilnil

IconMarkerGroup

KeyNameDescriptionTypeDefaultEnums
descriptionDescriptionShown in the legend right under.nilnilnil
isCollectibleIscollectiblenilnilfalsefalse,true,individual,group,globalGroup
staticIs static?If set to true, these circles will not change size when zooming in or out.booleanfalsenil
autoNumberInChecklistAutonumberinchecklistnilbooleanfalsenil
canSearchForCansearchfornilbooleantruenil
nameNamenilstringnilnil
isSwitchableCan be switched?If set to false, this group will not be shown in the legend.booleantruenil
isDefaultIsdefaultnilbooleantruenil
sizeSizenilnil32nil
iconIconnilstringnilnil
articleRelated articleIf set, all markers in this group will link to this article.nilnilnil