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

I think this way is easier to understand the trip start end points on the map #1260

Closed
wants to merge 1 commit into from

Conversation

jcardus
Copy link
Contributor

@jcardus jcardus commented Aug 4, 2024

Captura de ecrã 2024-08-04, às 13 40 14

@jcardus
Copy link
Contributor Author

jcardus commented Aug 4, 2024

I also think we should change the color, wouldn't it be better to use green for start and red for end?

@Cris3021
Copy link

Cris3021 commented Aug 7, 2024

you can change the colours in these lines and compile the app modern

image: 'default-error',

image: 'default-success',

you can add a title to the bookmark, here's an example:
latitude: selectedItem.startLat,
longitude: selectedItem.startLon,
image: 'default-error',
title: t('maintenanceStart'),

reuse the language variable maintenanceStart which outputs "Start", but you can create both "start" and "end".

@jcardus jcardus closed this Aug 19, 2024
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.

2 participants