forked from MapComplete/MapComplete
Change project URLs.
This commit is contained in:
parent
50c52766a5
commit
4a4f246cbf
4 changed files with 6 additions and 6 deletions
|
@ -147,13 +147,13 @@ export class ShareScreen extends UIElement {
|
|||
const url = (currentLocation ?? new UIEventSource(undefined)).map(() => {
|
||||
|
||||
|
||||
let literalText = "https://pietervdvn.github.io/MapComplete/" + layout.id.toLowerCase() + ".html"
|
||||
let literalText = "https://kletterspots.de/" + layout.id.toLowerCase() + ".html"
|
||||
|
||||
const parts = Utils.NoEmpty(Utils.NoNull(optionParts.map((eventSource) => eventSource.data)));
|
||||
|
||||
let hash = "";
|
||||
if (layoutDefinition !== undefined) {
|
||||
literalText = "https://pietervdvn.github.io/MapComplete/index.html"
|
||||
literalText = "https://kletterspots.de/"
|
||||
if (layout.id.startsWith("wiki:")) {
|
||||
parts.push("userlayout=" + encodeURIComponent(layout.id))
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue