-
Notifications
You must be signed in to change notification settings - Fork 0
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
Cleanup #51
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job @pelord 💪
CoordinatesSearchResultFormatter, | ||
provideDefaultCoordinatesSearchResultFormatter(), | ||
provideDefaultIChercheSearchResultFormatter(), | ||
provideSearchSourceService(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tous les autres providers n'étaient pas utiliser?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
j'ai repris la syntaxe de l'assemblage.. igo2.. n'étant plus la, je me suis dit qu'ils n'étaient plus nécessaires!
@@ -66,7 +60,6 @@ export const defaultTooltipOptions: MatTooltipDefaultOptions = { | |||
IgoSpinnerModule, | |||
IgoStopPropagationModule, | |||
PortalModule, | |||
HammerModule, | |||
HeaderModule, | |||
FooterModule, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FooterModule et GestureModule, est-ce qu'ils sont nécessaire?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aucune idée pour FooterModule
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mneige peux tu valider?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Footermodule oui pour faire un footer de la map, c'est une config. Le footer est demandé par le système de design. Gesture c'était pour certains comportements mobiles
@pelord, j'ai remarqué une erreur dans VsCode par rapport au |
CoordinatesSearchResultFormatter, | ||
provideDefaultCoordinatesSearchResultFormatter(), | ||
provideDefaultIChercheSearchResultFormatter(), | ||
provideSearchSourceService(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tu as raison. J'ai pas poussé mon fixe dans la lib encore..mais ça va être ok avec le fix. Bien vu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bonne question, s'il n'y a pas de différence dans la logique d'affaire on pourrait le supprimer et remplacer par celui de la lib. Pour ton info, on a fait certaine analyse #44 et #46 sur ce type de divergence. Malheureusement les conclusions ne sont pas documenté mais dans certain cas, on a décidé de conserver les divergences vu qu'il y avait des différences dans la logique d'affaire |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quand la légende ne s'affiche pas dans le panneau latéral ( "legendInPanel": false,) elle a perdu son positionnement. Elle est maintenant centrée au lieu d'être au-dessus des boutons de la carte. On laisse comme ça?
Please check if the PR fulfills these requirements
What is the current behavior? (You can also link to an open issue here)
What is the new behavior?
Does this PR introduce a breaking change? (check one with "x")
If this PR contains a breaking change, please describe the impact and migration path for existing applications:
Other information: