Renaming map config

This commit is contained in:
2020-09-13 20:15:49 +02:00
parent b3db6643b9
commit f919fe30fa
6 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,7 @@
var vectorSource = new ol.source.Vector({
features: [
{% for point in config.point_list %}
{% for point in config.all_points %}
new ol.Feature({
geometry: new ol.geom.Point(
ol.proj.fromLonLat([{{point.longitude}},{{point.latitude}}])