forked from orson/bachemap
fixed top padding
This commit is contained in:
parent
3e9c07626c
commit
1011ad9b84
@ -95,7 +95,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
<main class="container-fluid" style="padding:0px;height: 100vh; width:100vw; z-index: 5; position: static; display: block;">
|
<main class="container-fluid" style="padding-top: 10rem;height: 100vh; width:100vw; z-index: 5; position: static; display: block;">
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
|||||||
@ -135,6 +135,9 @@
|
|||||||
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