Leaflet Map with search function for roleplayers
Go to file
2019-04-30 16:24:51 +02:00
img first commit 2019-04-30 16:09:55 +02:00
src first commit 2019-04-30 16:09:55 +02:00
index.html first commit 2019-04-30 16:09:55 +02:00
README.md 'README.md' ändern 2019-04-30 16:24:51 +02:00

Fantasy Map

Demo: http://etroll.crux.uberspace.de/map/

This is a simple map created with leaflet + leaflet-search + jQuery.

To change the map background, replace img/map.jpg.

Set in src/map.js in line 20 the resolution of your imagefile.

	var bounds = [xy(0, 0), xy(2480, 1754)];

Markers are set in src/poi.js just add a new line behind var data = [ with:

	{"loc":[y,x], "title":"Cityname"},

Replace y with the Y coordinates of your image and do the same with x. Replace Cityname with the Name of the place.