forked from MapComplete/MapComplete
Chore: Remove more GH references (#2374)
This commit is contained in:
parent
0f177025e0
commit
03526a8e16
63 changed files with 131 additions and 122 deletions
|
@ -25,7 +25,7 @@ class DownloadEli extends Script {
|
|||
const props = layer.properties
|
||||
|
||||
if (props.type === "bing") {
|
||||
// A lot of work to implement - see https://github.com/pietervdvn/MapComplete/issues/648
|
||||
// A lot of work to implement - see https://source.mapcomplete.org/MapComplete/MapComplete/issues/648
|
||||
try {
|
||||
const bing = await BingRasterLayer.get()
|
||||
if (bing === "error") {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
# apt install unzip
|
||||
# npm i -g csp-logger
|
||||
|
||||
# wget https://github.com/pietervdvn/latlon2country/raw/main/tiles.zip
|
||||
# wget https://source.mapcomplete.org/MapComplete/latlon2country/raw/branch/main/tiles.zip
|
||||
# unzip tiles.zip
|
||||
|
||||
cp config.json config.json.bu &&
|
||||
|
|
|
@ -74,7 +74,7 @@ class NsiLogos extends Script {
|
|||
ttl--
|
||||
const dloaded = await Utils.downloadAdvanced(url, {
|
||||
"User-Agent":
|
||||
"MapComplete NSI scraper/0.1 (https://github.com/pietervdvn/MapComplete; pietervdvn@posteo.net)",
|
||||
"MapComplete NSI scraper/0.1 (https://source.mapcomplete.org/MapComplete/MapComplete; pietervdvn@posteo.net)",
|
||||
})
|
||||
const redirect: string | undefined = dloaded["redirect"]
|
||||
if (redirect) {
|
||||
|
|
|
@ -19,7 +19,7 @@ class ServerLdScrape extends Script {
|
|||
accept: "application/html",
|
||||
},
|
||||
/* {
|
||||
"User-Agent": "MapComplete/openstreetmap scraper; pietervdvn@posteo.net; https://github.com/pietervdvn/MapComplete",
|
||||
"User-Agent": "MapComplete/openstreetmap scraper; pietervdvn@posteo.net; https://source.mapcomplete.org/MapComplete",
|
||||
"accept": "application/html"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue