MinetestForFun / server-minetestforfun-skyblock

Repository of the subgame and mods of "MinetestForFun Skyblock" server
https://www.xorhub.com
6 stars 3 forks source link

[worldmap]Point of interest request #111

Closed aerozoic closed 8 years ago

aerozoic commented 8 years ago

VaultBoy has a POI request:

The Castle (16,700, 17500)

:large_orange_diamond:

BetterToAutomateTheWorld commented 8 years ago

Added

var the_castle = L.marker([16700, 17500],{
icon: L.AwesomeMarkers.icon({
icon: 'building-o',
iconColor: 'black',
prefix: 'fa',
markerColor: 'orange'
}),
}).bindPopup("The Castle (by VaultBoy)")

screenshot_new_POI

Closed the issue