Commit 42e20c7f authored by Deployer's avatar Deployer

Remove extra property definition. Fixed reverse-geocode image url path

parent 26af9457
......@@ -60,7 +60,7 @@
<div id="response"></div>
</div>
<script>
window.L.Icon.Default.imagePath ='../dist/v1.3.0/images/images';
window.L.Icon.Default.imagePath ='../dist/v1.3.0/images/';
try {
L.cedarmaps.accessToken = accessToken;
......
......@@ -137,7 +137,6 @@ module.exports = function (container, center, options) {
var containerElement = document.getElementById(container);
containerElement.className += ' kikojas-nearby-widget';
var map = L.cedarmaps.map(container, tileJSONUrl, {
scrollWheelZoom: true,
maxBounds: bounds,
minZoom: 12,
maxZoom: 17,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment