chore: affichage carte specs json coordo#31
Merged
Conversation
Collaborator
|
@yannix13 Sur cette PR je dirai que tu peux enlever tout ce qui est sidebar et accès à l'instance de la carte. Tu pourrais rajouter la gestion de l'event |
arnaudfnr
previously approved these changes
Feb 11, 2026
arnaudfnr
approved these changes
Feb 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue #19
Creation du fichier mapStyle.json dans le dossier fixtures, contenant un JSON Maplibre style spec pour afficher la carte et des layers.
Création du fichier Map.css au même niveau que le composant Map.tsx (dossier widgets) afin de rendre visible le texte du panneau.
Remarques :
Le spec utilisé pour afficher la map est un mix entre le spec par défaut et celui qui a été récupéré dans le repo Coordonnees. Afin d'avoir les layers de celui-ci tout en gardant la forme globe et certains layers de couleur.
Le choix du zoom par défaut vient de la lib coordo. On ne peux pas l'override depuis le json.
Voir de quelle manière régler cette problématique de visibilité du texte dans le panneau "L" (blanc sur blanc avant la création du fichier Map.css).
Possibilités : 1)garder le Map.css 2)modifier le css global 3)modifier la lib coordo.