Skip to content

feat(front): add datatype in the url#185

Merged
ludovicdmt merged 8 commits intodevfrom
183-url-datatype
Apr 9, 2025
Merged

feat(front): add datatype in the url#185
ludovicdmt merged 8 commits intodevfrom
183-url-datatype

Conversation

@ludovicdmt
Copy link
Member

No description provided.

Copy link
Contributor

@Marc-AntoineA Marc-AntoineA left a comment

Choose a reason for hiding this comment

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

Ok pour moi après prise en compte de mes remarques (ou discussions).

Je n’ai pas testé, je te fais confiance là dessus.

},
{
path: "/:zoom(\\d+)/:lat(\\d+.\\d+)/:lng(\\d+.\\d+)",
path: "/:dataType([a-zA-Z]+)/:zoom(\\d+)/:lat(\\d+.\\d+)/:lng(\\d+.\\d+)",
Copy link
Contributor

Choose a reason for hiding this comment

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

Préférence pour une regex plus restrictive par ex. vulnerability|tile (j’ai plus en tête les valeurs possibles pour dataType).

@ludovicdmt ludovicdmt merged commit 1c919c3 into dev Apr 9, 2025
10 checks passed
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.

ETQ utilisateur.ice je veux avoir le choix du calque dans l'URL afin de partager un lien direct

2 participants