Commit 42e20c7f authored by Deployer's avatar Deployer

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

parent 26af9457
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<div id="response"></div> <div id="response"></div>
</div> </div>
<script> <script>
window.L.Icon.Default.imagePath ='../dist/v1.3.0/images/images'; window.L.Icon.Default.imagePath ='../dist/v1.3.0/images/';
try { try {
L.cedarmaps.accessToken = accessToken; L.cedarmaps.accessToken = accessToken;
......
...@@ -136,8 +136,7 @@ module.exports = function (container, center, options) { ...@@ -136,8 +136,7 @@ module.exports = function (container, center, options) {
var containerElement = document.getElementById(container); var containerElement = document.getElementById(container);
containerElement.className += ' kikojas-nearby-widget'; containerElement.className += ' kikojas-nearby-widget';
var map = L.cedarmaps.map(container, tileJSONUrl, { var map = L.cedarmaps.map(container, tileJSONUrl, {
scrollWheelZoom: true,
maxBounds: bounds, maxBounds: bounds,
minZoom: 12, minZoom: 12,
maxZoom: 17, 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