add noobcenter to the map, also try to enhance some other markers

master
Milan 2019-02-23 15:29:11 +01:00
parent 5b7c0172d9
commit 6a3e34daaa
1 changed files with 17 additions and 13 deletions

View File

@ -130,24 +130,28 @@ L.control.coordinates({
useLatLngOrder: true //ordering of labels, default false-> lng-lat
}).addTo(map);
L.marker([0, -0], {icon: L.AwesomeMarkers.icon({icon: 'star', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Illuna Castle / Spawnpoint</strong><br>The castle was our original spawnpoint but melted graphicscards. It is inspired by Final Fantasy.<br>The current spawnpoint however is on the same position but far up in the sky.");
L.marker([0, -0], {icon: L.AwesomeMarkers.icon({icon: 'star', prefix: 'fa', markerColor: 'lightblue'})}).addTo(map).bindPopup("<strong>Illuna Castle / Spawnpoint</strong><br>The castle was our original spawnpoint but melted graphicscards. It is inspired by Final Fantasy.<br>The current spawnpoint however is on the same position but far up in the sky.");
L.marker([-1656, 1288], {icon: L.AwesomeMarkers.icon({icon: 'info', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Lookin' for Integral Trees?</strong><br>This is one.");
L.marker([350, 52], {icon: L.AwesomeMarkers.icon({icon: 'location-arrow', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Illuna Travel Center</strong><br>Configure your Travelstation, visit players and places.");
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([-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!");
L.marker([-5000, -5000], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ South-West ]</code></strong><br>A great place to get started as experienced builder!");
L.marker([-5000, 0], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ West ]</code></strong><br>A great place to get started as experienced builder!");
L.marker([-5000, 5000], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ North-West ]</code></strong><br>A great place to get started as experienced builder!");
L.marker([0, -5000], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ South ]</code></strong><br>A great place to get started as experienced builder!");
L.marker([0, 5000], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ North ]</code></strong><br>A great place to get started as experienced builder!");
L.marker([5000, -5000], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ South-East ]</code></strong><br>A great place to get started as experienced builder!");
L.marker([5000, 0], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ East ]</code></strong><br>A great place to get started as experienced builder!");
L.marker([5000, 5000], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ North-East ]</code></strong><br>A great place to get started as experienced builder!");
L.marker([-1874, -1977], {icon: L.AwesomeMarkers.icon({icon: 'star', prefix: 'fa', markerColor: 'lightblue'})}).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: 'star', prefix: 'fa', markerColor: 'lightblue'})}).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: 'star', prefix: 'fa', markerColor: 'lightblue'})}).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: 'star', prefix: 'fa', markerColor: 'lightblue'})}).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!");
L.marker([-5000, -5000], {icon: L.AwesomeMarkers.icon({icon: 'star', prefix: 'fa', markerColor: 'lightblue'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ South-West ]</code></strong><br>A great place to get started as experienced builder!");
L.marker([-5000, 0], {icon: L.AwesomeMarkers.icon({icon: 'star', prefix: 'fa', markerColor: 'lightblue'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ West ]</code></strong><br>A great place to get started as experienced builder!");
L.marker([-5000, 5000], {icon: L.AwesomeMarkers.icon({icon: 'star', prefix: 'fa', markerColor: 'lightblue'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ North-West ]</code></strong><br>A great place to get started as experienced builder!");
L.marker([0, -5000], {icon: L.AwesomeMarkers.icon({icon: 'star', prefix: 'fa', markerColor: 'lightblue'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ South ]</code></strong><br>A great place to get started as experienced builder!");
L.marker([0, 5000], {icon: L.AwesomeMarkers.icon({icon: 'star', prefix: 'fa', markerColor: 'lightblue'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ North ]</code></strong><br>A great place to get started as experienced builder!");
L.marker([5000, -5000], {icon: L.AwesomeMarkers.icon({icon: 'star', prefix: 'fa', markerColor: 'lightblue'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ South-East ]</code></strong><br>A great place to get started as experienced builder!");
L.marker([5000, 0], {icon: L.AwesomeMarkers.icon({icon: 'star', prefix: 'fa', markerColor: 'lightblue'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ East ]</code></strong><br>A great place to get started as experienced builder!");
L.marker([5000, 5000], {icon: L.AwesomeMarkers.icon({icon: 'star', prefix: 'fa', markerColor: 'lightblue'})}).addTo(map).bindPopup("<strong>Area 5000<br><code>[ North-East ]</code></strong><br>A great place to get started as experienced builder!");
L.marker([-1, -687], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>Stairway to space</strong><br>The official way through Asteroids right to the biopod layer on the top of our world.");
L.marker([282, -19], {icon: L.AwesomeMarkers.icon({icon: 'landmark', prefix: 'fa', markerColor: 'orange'})}).addTo(map).bindPopup("<strong>NoobCenter by brylie & elvin</strong><br>Free / Low-cost stuff a travelbox heading to cool places.");