Skip to content

Commit

Permalink
feat(map): affiche les noms de parcelles
Browse files Browse the repository at this point in the history
  • Loading branch information
thom4parisot committed Feb 12, 2024
1 parent 7d4f8c0 commit 7e6ac0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Map/FeaturesLayer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export default {
"case",
["!=", ["to-string", ["get", "NUMERO_I"]], ""],
["concat", ["get", "NUMERO_I"], ".", ["get", "NUMERO_P"]],
["has", "NOM"],
["get", "NOM"],
"",
],
"text-font": ["Noto Sans Regular"],
Expand Down

0 comments on commit 7e6ac0a

Please sign in to comment.