1
0
forked from orson/bachemap

fixed top padding

This commit is contained in:
Orson 2025-03-24 17:13:32 -06:00
parent 3e9c07626c
commit 1011ad9b84
2 changed files with 4 additions and 1 deletions

View File

@ -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 %}

View File

@ -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}}'],