'README.md' ändern
This commit is contained in:
parent
c589bb7f36
commit
06c93f901b
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
|
@ -0,0 +1,16 @@
|
||||||
|
**Fantasy Map**
|
||||||
|
|
||||||
|
This is a simple map created with [leaflet](https://leafletjs.com/) + [leaflet-search](https://github.com/stefanocudini/leaflet-search) + [jQuery](https://jquery.com/).
|
||||||
|
|
||||||
|
To change the map background, replace **img/map.jpg**.
|
||||||
|
|
||||||
|
Set in **src/map.js** in [line 20](https://git.elektroll.art/Elektroll/FantasyMap/src/branch/master/src/map.js#L20) 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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue