Mapping Metro Lines to the Live Map
Stations
Adding and editing station icons to the map is similar to adding markers.
Different lines have different icons. These are as follows:
metro_icon
, metro_red
, metro_orange
, metro_yellow
, metro_lightgreen
, metro_green
, metro_cyan
, metro_lightblue
, metro_blue
, metro_purple
, metro_magenta
, metro_pink
, metro_brown
Adding Stations
To add a station, stand at the location and run:
/dmarker add [station-name] icon:[icon-name] set:Metro
This command is case sensitive, and needs to be copied exactly.
You need to replace [station-name]
with your station's name, and [icon-name]
with oan icon from the list above
If you want your [station-name]
field to include spaces you must surround it with speech marks.
Example: /dmarker add "My Station" set:Metro
Moving Stations
To move a station, stand on the new location and run:
/dmarker movehere [station-name] set:Metro
This command is case sensitive, and needs to be copied exactly.
You need to replace [station-name]
with your station's name
Delting Stations
To delete a station, run:
/dmarker delete [station-name] set:Metro
This command is case sensitive, and needs to be copied exactly.
You need to replace [station-name]
with your station's name
Lines
Adding and editing lines is similar to adding borders.
Adding Lines
Step 1
Stand on each corner and each end of the line
At each corner, run the command:
/dmarker addcorner
Step 2
Once all corners have been added, you then need to run:
/dmarker addline [line-name] set:Metro
This command is case sensitive, and needs to be copied exactly.
You need to replace [line-name]
with your area's name or this could cause issues
DO NOT use spaces in your [line-name]
field
Step 3
Now you'll want to set your line's colours. To do so, run:
/dmarker updateline [line-name] set:Metro color:RRGGBB
An easy way to grab colour codes is through this site:
https://www.rapidtables.com/web/color/RGB_Color.html
Just copy the 6 digit code at the bottom of the box
And that's it, you've now added your line to the map!
Other Line Info
Made a mistake during line creation?
If you made a mistake adding corners you will need to run:
/dmarker clearcorners
And start again
Want to edit or delete your line?
Unfortunately there is no way to edit your borders once they exist, other than to change the colour.
If you wish to change the shape of your borders you will need to delete them and start again.
To delete borders from the map you will need to run:
/dmarker deleteline [line-name] set:Metro
If you can't remember what name you gave your borders you can find out by clicking on them on the map
Last updated