Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Jan 15, 2024
2 parents 45a64f2 + 7680ccf commit 8d37cc0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 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
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"typescript": "^5.3.3",
"vite": "^5.0.4"
"vite": "^5.0.11"
},
"dependencies": {
"@geoapify/geocoder-autocomplete": "^2.0.1",
Expand Down

0 comments on commit 8d37cc0

Please sign in to comment.