Creating a map: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 59: | Line 59: | ||
<br> | <br> | ||
| style="width: 97.3068%; height: 23px;" | | | style="width: 97.3068%; height: 23px;" | | ||
<nowiki>{{#display_map: | <nowiki> | ||
{{#display_map: | |||
|height=700 | |height=700 | ||
|layers=AoCmap | |layers=AoCmap |
Revision as of 20:47, 21 November 2024
To create a new editable map you will have to create a map page, as well as a geojson page to hold all the data for the pins and markers.
Step By Step Guide
1. |
First Create a geojson page. After the page is created, save the page. The name must not be in use if you want to create a new map. |
|
|
|
Example: " geojson:RadensMapInfo " |
2. |
Save the GeoJson page. This is were the pins and markers information will be stored. |
3. |
Next create a regular page were your map will be. The page name must not be in use if you are creating a new map. Example: "Radens Map" |
|
|
4. |
Add the code bellow to the page. Make sure to replace <name> with the name you gave your GeoJason page. |
|
{{#display_map: |height=700 |layers=AoCmap |defzoom=11 |geojson=<name> }} |
|
Example "geojson=RadensMapInfo" |
|
|
|
|
|