Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remplacer Gécodeur actuel par Géocodeur Géoplateforme #1667

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vinsag
Copy link
Member

@vinsag vinsag commented Nov 23, 2023

Nous souhaitons remplacer le geocodeur actuel par le Géocodeur Géoplateforme IGN sur la barre de recherche et sur la carte.
Il n'y a qu'un changement d'url à faire sur .env

Fix #1662

Copy link
Member

@antoineludeau antoineludeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Il y a plusieurs occurrences de "api-adresse.data.gouv.fr" dans le code de adresse.data.gouv qu'il faudrait aussi remplacer

@IGNFBourcier
Copy link
Contributor

Le géocodage de csv n'est pas encore disponible sur la geoplatforme, et cette fonctionnalité est proposée dans les outils : https://adresse.data.gouv.fr/csv. Utiliser le geocodeur précédent pour cet outil ?

Comment on lines +4 to +10

#Pour le géococdeur actuel
NEXT_PUBLIC_API_ADRESSE=https://api-adresse.data.gouv.fr

# Pour le géocodeur géoplateforme IGN
NEXT_PUBLIC_API_ADRESSE=https://data.geopf.fr/geocodage

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#Pour le géococdeur actuel
NEXT_PUBLIC_API_ADRESSE=https://api-adresse.data.gouv.fr
# Pour le géocodeur géoplateforme IGN
NEXT_PUBLIC_API_ADRESSE=https://data.geopf.fr/geocodage
NEXT_PUBLIC_API_ADRESSE=https://data.geopf.fr/geocodage

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est du détails mais sur le .env.sample, je ne mettrais que la nouvelle URL.

@vinsag vinsag marked this pull request as draft December 19, 2023 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Utiliser le geocodeur GPF dans l'explorateur des données BAN
3 participants