From 961eac5b8ffb207090f9e46300eeaf729e7dfde1 Mon Sep 17 00:00:00 2001 From: David Huggins-Daines Date: Fri, 8 Dec 2023 12:10:18 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20ajouter=20attribution=20g=C3=A9omatique?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ js/main.ts | 1 + 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index c75c170..68380ee 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/js/main.ts b/js/main.ts index 7321850..e81f0ba 100644 --- a/js/main.ts +++ b/js/main.ts @@ -21,6 +21,7 @@ const source = new VectorSource({ features: [ new Feature(new Point(fromLonLat(sainteAdeleLonLat))), ], + attributions: `Géomatique: MRC des Pays-d'en-haut`, } ); const geoloc = new VectorLayer({