Merge branch 'feature/climbing-layer' into kletterspots-develop

This commit is contained in:
Christian Neumann 2020-11-20 09:21:17 +01:00
commit 50c52766a5
10 changed files with 807 additions and 10 deletions

View file

@ -109,7 +109,7 @@ export class UserBadge extends UIElement {
const userName = new Link(
new FixedUiElement(user.name),
`https://www.openstreetmap.org/user/${user.name}'`,
`https://www.openstreetmap.org/user/${user.name}`,
true);