add markers for beginner villages

master
Milan 2019-02-23 15:02:27 +01:00
parent 0b31178d20
commit 9e557de540
1 changed files with 7 additions and 1 deletions

View File

@ -136,7 +136,13 @@ L.marker([350, 52], {icon: L.AwesomeMarkers.icon({icon: 'location-arrow', prefix
L.marker([350, -50], {icon: L.AwesomeMarkers.icon({icon: 'candy-cane', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Illuna Event Area</strong><br>For most official Illuna events.");
L.marker([377, 128], {icon: L.AwesomeMarkers.icon({icon: 'envelope', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Illuna Post Office</strong><br>Don't forget to add your mailbox!");
L.marker([244, 40], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Illuna Kingdom</strong><br>Only for qualified builders.<br><a href=https://community.illuna-minetest.tk/t/special-selling-houses-in-the-kingdom/1083 target=_blank>Request your house today!</a>");
L.marker([244, 40], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Illuna Kingdom</strong><br>Only for qualified builders.<br><a href=https://community.illuna-minetest.tk/t/special-selling-houses-in-the-kingdom/1083 target=_blank>Request your house today!</a>");
L.marker([-1874, -1977], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Illuna Beginner Village<br><code>[ South-West ]</code></strong><br>A great place to get started! The Teleporter is right next to the spawnpoint!");
L.marker([-2055, 2032], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Illuna Beginner Village<br><code>[ North-West ]</code></strong><br>A great place to get started! The Teleporter is right next to the spawnpoint!");
L.marker([2000, -2000], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Illuna Beginner Village<br><code>[ South-East ]</code></strong><br>A great place to get started! The Teleporter is right next to the spawnpoint!");
L.marker([2030, 2115], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Illuna Beginner Village<br><code>[ North-East ]</code></strong><br>A great place to get started! The Teleporter is right next to the spawnpoint!");
Fullscreen = L.easyButton('fa-expand',
function (){