function initMap() {
+ console.log("e - ");
+
var leafletMap = L.map('LeafletMapContainer', {
gestureHandling: true
});
leafletMap.panTo(leafletMap.unproject(px),{ animate: true });
});
-
+ console.log("r - ");
}
{/if}
}
});
{if $view != 'no-map'}
- {if $settings.list_map_show_opened }
+ {if $settings.list_map_show_opened || $view == 'map'}
// Start with map opened
initMap();
mapInitialized = true;
{/if}
- initMap();
{/if}
// Processes click-through counts for website links