Skip to content

Commit

Permalink
Merge pull request #217 from martincollignon/feature/add-agricultural…
Browse files Browse the repository at this point in the history
…-blocks

feat: add agricultural blocks endpoint to existing fields source
  • Loading branch information
martincollignon authored Dec 21, 2024
2 parents 82a5efb + fa46d36 commit ae2556d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "arcgis",
"description": "Weekly updated agricultural field data",
"urls": {
"fields": "https://kort.vd.dk/server/rest/services/Grunddata/Marker_og_Markblokke/MapServer/0/query",
"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/2/query"
},
"frequency": "weekly",
Expand Down

0 comments on commit ae2556d

Please sign in to comment.