Skip to content
Snippets Groups Projects
Commit 69f4f959 authored by Jakob Severin Steffensen Hjelseth's avatar Jakob Severin Steffensen Hjelseth
Browse files

Fix

parent 8f475fee
No related branches found
No related tags found
1 merge request!80Resolve "Av-på-knapp punkter"
Pipeline #251211 passed
......@@ -39,7 +39,7 @@ var NTNU_points_2 = {
var NTNU_points = L.geoJSON(null);
fetch("javascript/exampleData/Arealdekke_klippa.geojson").then(function(response) {
fetch("javascript/exampleData/NTNU_points.geojson").then(function(response) {
return response.json();
}).then(function(data) {
NTNU_points.addData(data).bindPopup(function(point) {return `<b>${point.feature.properties.category}</b><br>${point.feature.properties.name}`});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment