Skip to content

Commit

Permalink
fix: update agricultural blocks endpoint to use correct layer (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
martincollignon committed Dec 21, 2024
1 parent fe8040f commit 577d837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"type": "arcgis",
"description": "Weekly updated agricultural field data",
"urls": {
"fields": "https://kort.vd.dk/server/rest/services/Grunddata/Marker_og_Markblokke/MapServer/12/query",
"blocks": "https://kort.vd.dk/server/rest/services/Grunddata/Marker_og_Markblokke/MapServer/1/query"
"fields": "https://kort.vd.dk/server/rest/services/Grunddata/Marker_og_Markblokke/MapServer/0/query",
"blocks": "https://kort.vd.dk/server/rest/services/Grunddata/Marker_og_Markblokke/MapServer/2/query"
},
"frequency": "weekly",
"enabled": True,
Expand Down

0 comments on commit 577d837

Please sign in to comment.