Skip to content

Commit

Permalink
fix: ajouter attribution géomatique
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Dec 8, 2023
1 parent c5594ee commit 961eac5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ ZONALDA est constituée d'un API pour identifier la zone (ainsi
qu'autre unités géographiques intéressantes) où se trouve un
emplacement, jumelé à une application Web permettant les citoyens de
chercher ces informations selon leur adresse.

Données géomatiques fournies en partie par la MRC des Pays-d'en-Haut.
Merci!
1 change: 1 addition & 0 deletions js/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const source = new VectorSource<Feature>({
features: [
new Feature(new Point(fromLonLat(sainteAdeleLonLat))),
],
attributions: `Géomatique: <a target="_blank" href="https://lespaysdenhaut.com/">MRC des Pays-d'en-haut</a>`,
}
);
const geoloc = new VectorLayer({
Expand Down

0 comments on commit 961eac5

Please sign in to comment.