From 86faf4dd48573f249a12ade745dc38cab49e4fce Mon Sep 17 00:00:00 2001 From: David Molineus Date: Mon, 14 Nov 2016 13:31:19 +0100 Subject: [PATCH] Implement the extra markers icons. --- module/config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/config/config.php b/module/config/config.php index d2a6dba..9948d78 100644 --- a/module/config/config.php +++ b/module/config/config.php @@ -88,8 +88,8 @@ $GLOBALS['LEAFLET_LIBRARIES']['leaflet-extra-markers'] = array 'version' => '1.0.6', 'license' => 'MIT', 'homepage' => 'https://github.com/coryasilva/Leaflet.ExtraMarkers', - 'css' => 'assets/leaflet/libs/control-extra-marker/leaflet.extra-markers.min.css', - 'javascript' => 'assets/leaflet/libs/control-extra-marker/leaflet.extra-markers.min.js' + 'css' => 'assets/leaflet/libs/leaflet-extra-markers/css/leaflet.extra-markers.min.css', + 'javascript' => 'assets/leaflet/libs/leaflet-extra-markers/js/leaflet.extra-markers.min.js' ); $GLOBALS['LEAFLET_LIBRARIES']['osmtogeojson'] = array