forked from MapComplete/MapComplete
Studio: some more tweaks
This commit is contained in:
parent
69a7c9efa3
commit
d749b5c68f
8 changed files with 577 additions and 19 deletions
|
@ -64,6 +64,12 @@ export class GenerateLicenseInfo extends Script {
|
|||
license: "CC0",
|
||||
sources: [],
|
||||
})
|
||||
knownLicenses.set("carto", {
|
||||
authors: ["OSM-Carto"],
|
||||
path: undefined,
|
||||
license: "CC0",
|
||||
sources: [""],
|
||||
})
|
||||
knownLicenses.set("tv", {
|
||||
authors: ["Toerisme Vlaanderen"],
|
||||
path: undefined,
|
||||
|
@ -172,10 +178,6 @@ export class GenerateLicenseInfo extends Script {
|
|||
if (author == "Q" || author == "q" || author == "") {
|
||||
throw "Quitting now!"
|
||||
}
|
||||
let authors = author.split(";")
|
||||
if (author.toLowerCase() == "none") {
|
||||
authors = []
|
||||
}
|
||||
return {
|
||||
authors: author.split(";"),
|
||||
path: path,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue