Skip to content

Commit

Permalink
Merge pull request #275 from AgenceBio/feature/rpg-2022
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot authored Dec 12, 2023
2 parents b782814 + 9422b1b commit 9fc6d36
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/map-styles/surroundings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"rpg-anon": {
"type": "vector",
"tiles": [
"https://cartobio.agencebio.org/tiles/rpg-2021/{z}/{x}/{y}.pbf"
"https://cartobio.agencebio.org/tiles/rpg-2022/{z}/{x}/{y}.pbf"
],
"attribution": "<a href='https://www.data.gouv.fr/fr/dataset/616d6531c2951bbe8bd97771' target='_blank'>Parcelles en Agriculture Biologique (AB) déclarées à la PAC</a>"
}
},
"layers": [
{
"id": "rpg-anon-2021-fill",
"id": "rpg-anon-2022-fill",
"type": "fill",
"source": "rpg-anon",
"source-layer": "rpg2021",
"source-layer": "rpg2022",
"minzoom": 8,
"maxzoom": 24,
"paint": {
Expand All @@ -31,10 +31,10 @@
}
},
{
"id": "rpg-anon-2021-pattern",
"id": "rpg-anon-2022-pattern",
"type": "fill",
"source": "rpg-anon",
"source-layer": "rpg2021",
"source-layer": "rpg2022",
"minzoom": 8,
"maxzoom": 24,
"paint": {
Expand All @@ -49,10 +49,10 @@
}
},
{
"id": "rpg-anon-2021-border",
"id": "rpg-anon-2022-border",
"type": "line",
"source": "rpg-anon",
"source-layer": "rpg2021",
"source-layer": "rpg2022",
"minzoom": 8,
"maxzoom": 24,
"paint": {
Expand Down

0 comments on commit 9fc6d36

Please sign in to comment.