aboutsummaryrefslogtreecommitdiff
path: root/src/js/world-staff.js
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2018-01-05 01:31:10 +0100
committerJonas Smedegaard <dr@jones.dk>2018-01-05 01:31:10 +0100
commit3b20eb33a90ddf5f492ef70980306a98101d3675 (patch)
treee3be3265c4c95bb54ad9b124c77e1805c24a4861 /src/js/world-staff.js
parent5471216cac01d8d4a605ae890d066c9a7589bd55 (diff)
Fix marker visibility.
Diffstat (limited to 'src/js/world-staff.js')
-rw-r--r--src/js/world-staff.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/world-staff.js b/src/js/world-staff.js
index 618c2fd..f602515 100644
--- a/src/js/world-staff.js
+++ b/src/js/world-staff.js
@@ -3,7 +3,7 @@ requirejs(['./slippymap'], function(_foo) {
requirejs.config({
baseUrl: '../../js/lib',
});
- L.Icon.Default.imagePath = '../../img/leaflet';
+ L.Icon.Default.imagePath = '../../img/leaflet/';
requirejs(['app/mapfactory'], function(mkmap) {
var map = mkmap('content');
requirejs([