Added and included ol.css.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user