Add maintainer
This commit is contained in:
parent
9bbbd657dd
commit
5b146640fc
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
||||||
"language": [
|
"language": [
|
||||||
"nl"
|
"nl"
|
||||||
],
|
],
|
||||||
"maintainer": "",
|
"maintainer": "Pieter Vander Vennet",
|
||||||
"icon": "./assets/themes/buurtnatuur/groen_logo.svg",
|
"icon": "./assets/themes/buurtnatuur/groen_logo.svg",
|
||||||
"version": "0",
|
"version": "0",
|
||||||
"startLat": 50.8435,
|
"startLat": 50.8435,
|
||||||
|
|
2
index.ts
2
index.ts
|
@ -36,7 +36,7 @@ if (location.hostname === "localhost" || location.hostname === "127.0.0.1") {
|
||||||
|
|
||||||
// ----------------- SELECT THE RIGHT QUESTSET -----------------
|
// ----------------- SELECT THE RIGHT QUESTSET -----------------
|
||||||
|
|
||||||
let defaultLayout = "bookcases"
|
let defaultLayout = "buurtnatuur"
|
||||||
|
|
||||||
const path = window.location.pathname.split("/").slice(-1)[0];
|
const path = window.location.pathname.split("/").slice(-1)[0];
|
||||||
if (path !== "index.html" && path !== "") {
|
if (path !== "index.html" && path !== "") {
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
{{Software
|
{{Software
|
||||||
|name = buurtnatuur
|
|name = buurtnatuur
|
||||||
|author =
|
|author = Pieter Vander Vennet
|
||||||
|web = https://pietervdvn.github.io/MapComplete/buurtnatuur.html
|
|web = https://pietervdvn.github.io/MapComplete/buurtnatuur.html
|
||||||
|repo = https://github.com/pietervdvn/MapComplete
|
|repo = https://github.com/pietervdvn/MapComplete
|
||||||
|platform = web
|
|platform = web
|
||||||
|
|
Loading…
Reference in a new issue