forked from orson/bachemap
ooops, my bad
This commit is contained in:
parent
1011ad9b84
commit
07bf150f35
@ -135,9 +135,7 @@
|
|||||||
console.log("Pins data:", {{ pins | tojson }});
|
console.log("Pins data:", {{ pins | tojson }});
|
||||||
let markerCluster = L.markerClusterGroup();
|
let markerCluster = L.markerClusterGroup();
|
||||||
{% for pin in pins %}
|
{% for pin in pins %}
|
||||||
// {% if pin.fixed %}
|
|
||||||
// {% pass %}
|
|
||||||
// {% else %}
|
|
||||||
var icon = L.divIcon({
|
var icon = L.divIcon({
|
||||||
className: '{{pin.typeofpin}}',
|
className: '{{pin.typeofpin}}',
|
||||||
html: iconTypes['{{pin.typeofpin}}'],
|
html: iconTypes['{{pin.typeofpin}}'],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user