Added and included ol.css.

This commit is contained in:
2020-08-20 22:46:56 +02:00
parent a660763ea4
commit 4113811c5f
2 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
{% load static %}
{% block additional_head %}
<link rel="stylesheet" href="{% static 'ol.css' %}" type="text/css">
{% endblock additional_head %}
<div id="map" class="map"></div>
<div id="info" class="map-popup"></div>
<script src="{% static 'ol.js' %}"></script>