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

front: following maplibre migration #2530

Closed
3 of 5 tasks
sim51 opened this issue Dec 7, 2022 · 0 comments
Closed
3 of 5 tasks

front: following maplibre migration #2530

sim51 opened this issue Dec 7, 2022 · 0 comments
Assignees

Comments

@sim51
Copy link
Contributor

sim51 commented Dec 7, 2022

Quelques petits soucis mineurs :

  • les marqueurs départ/arrivée clignotent quand on bouge la souris sur une voie avec l'autre marqueur, c'est bizarre
  • la typo de la popup a changé, maplibre-gl.css impose la sienne, c'est chelou de leur part de pas laisser l'héritage ? Du coup il faudrait overrider avec font-family: Avenir,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  • il semble susbsister du debug dans OSRDSimulation/Map.tsx
const onClick = (e: MapLayerMouseEvent) => {
    if (mapRef.current) {
      console.info('Click on map');
      console.info(mapRef.current.queryRenderedFeatures(e.point));
    }
  };
  • le train ne suit pas le curseur dans le résultat de simulation
  • la zone de détection me semble encore un chouilla (mais un chouilla vraiment) trop petite...
@sim51 sim51 self-assigned this Dec 7, 2022
sim51 added a commit that referenced this issue Dec 8, 2022
sim51 added a commit that referenced this issue Dec 8, 2022
sim51 added a commit that referenced this issue Dec 8, 2022
@sim51 sim51 closed this as completed Apr 4, 2023
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

No branches or pull requests

1 participant