forked from MapComplete/MapComplete
		
	Merge branch 'master' of github.com:pietervdvn/MapComplete
This commit is contained in:
		
						commit
						4273f17eef
					
				
					 7 changed files with 86 additions and 42 deletions
				
			
		| 
						 | 
				
			
			@ -771,6 +771,7 @@
 | 
			
		|||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "description": {
 | 
			
		||||
    "en": "A layer showing bicycle pumps and bicycle repair tool stands"
 | 
			
		||||
    "en": "A layer showing bicycle pumps and bicycle repair tool stands",
 | 
			
		||||
    "nl": "Deze laag toont fietspompen en herstelpunten voor fietsen"
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1,17 +1,21 @@
 | 
			
		|||
{
 | 
			
		||||
  "id": "entrances",
 | 
			
		||||
  "title": {
 | 
			
		||||
    "en": "Entrances"
 | 
			
		||||
    "en": "Entrances",
 | 
			
		||||
    "zh_Hant": "出入口"
 | 
			
		||||
  },
 | 
			
		||||
  "icon": "./assets/layers/entrance/door.svg",
 | 
			
		||||
  "description": {
 | 
			
		||||
    "en": "A map showing all entrances, which surveys for important aspects for wheelchair users"
 | 
			
		||||
    "en": "A map showing all entrances, which surveys for important aspects for wheelchair users",
 | 
			
		||||
    "zh_Hant": "顯示所有出入口的地圖,勘查對輪椅使用者重要的資訊"
 | 
			
		||||
  },
 | 
			
		||||
  "shortDescription": {
 | 
			
		||||
    "en": "Survey entrances to help wheelchair routing"
 | 
			
		||||
    "en": "Survey entrances to help wheelchair routing",
 | 
			
		||||
    "zh_Hant": "幫助輪椅導航來勘查出入口"
 | 
			
		||||
  },
 | 
			
		||||
  "language": [
 | 
			
		||||
    "en"
 | 
			
		||||
    "en",
 | 
			
		||||
    "zh_Hant"
 | 
			
		||||
  ],
 | 
			
		||||
  "version": "2021-12-04",
 | 
			
		||||
  "maintainer": "MapComplete",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,7 +2,7 @@
 | 
			
		|||
  "id": "toerisme_vlaanderen",
 | 
			
		||||
  "credits": "Commissioned theme for <a href='https://www.toerismevlaanderen.be/'>Toerisme Vlaandere</a>",
 | 
			
		||||
  "maintainer": "MapComplete",
 | 
			
		||||
  "version": "0.0.1",
 | 
			
		||||
  "version": "0.0.2",
 | 
			
		||||
  "customCss": "./assets/themes/toerisme_vlaanderen/custom.css",
 | 
			
		||||
  "language": [
 | 
			
		||||
    "en",
 | 
			
		||||
| 
						 | 
				
			
			@ -12,18 +12,18 @@
 | 
			
		|||
    "nl"
 | 
			
		||||
  ],
 | 
			
		||||
  "title": {
 | 
			
		||||
    "nl": "Toeristisch relevante info"
 | 
			
		||||
    "nl": "Pin je punt"
 | 
			
		||||
  },
 | 
			
		||||
  "shortDescription": {
 | 
			
		||||
    "nl": "Een kaart om toeristisch relevante info op aan te duiden"
 | 
			
		||||
  },
 | 
			
		||||
  "description": {
 | 
			
		||||
    "nl": "Op deze kaart kan je info zien die relevant is voor toerisme, zoals:<br/><ul><li>Eetgelegenheden</li><li>Cafés en bars</li><li>(Fiets)oplaadpunten</li><li>Fietspompen, fietserverhuur en fietswinkels</li><li>Uitkijktorens</li><li>...</li></ul> Zie je fouten op de kaart? Dan kan je zelf makkelijk aanpasingen maken, die zichtbaar zijn voor iedereen. Hiervoor dien je een gratis OpenStreetMap account voor te maken."
 | 
			
		||||
    "nl": "<p class='mb-4'><i>Pin je punt</i> is een open toerismekaart waarin wandelaars en fietsers nuttige gegevens verzamelen die handig zijn voor andere wandelaars en fietsers.</p><p class='mb-4'>We verzamelen 7 thematische lagen:  <ol><li>Laadpunten voor e-bikes</li><li>Openbare toiletten</li><li>Zit- en picknickbankjes</li><li>Uitkijkpunten, uitkijkplatformen en uitkijktorens</li><li>Fietsherstelpunten</li><li>Fietsverhuurpunten</li><li>Speeltuinen</li></ol><p>Klik op de exacte locatie op de kaart om een van deze 7 punten toe te voegen. Of corrigeer bestaande punten door erop te klikken.</p>"
 | 
			
		||||
  },
 | 
			
		||||
  "descriptionTail": {
 | 
			
		||||
    "nl": "Met de steun van Toerisme Vlaanderen<img style='height:5rem; width: auto;' src='./assets/themes/toerisme_vlaanderen/logo.png' />"
 | 
			
		||||
    "nl": "<p>Met de steun van Toerisme Vlaanderen</p><a href='https://www.toerismevlaanderen.be/pinjepunt'>Meer informatie op toerismevlaaneren.be</a><img style='height:5rem; width: auto;' src='./assets/themes/toerisme_vlaanderen/logo.png' />"
 | 
			
		||||
  },
 | 
			
		||||
  "icon": "./assets/svg/star.svg",
 | 
			
		||||
  "icon": "./assets/svg/teardrop_with_hole_green.svg",
 | 
			
		||||
  "startZoom": 8,
 | 
			
		||||
  "startLat": 50.8536,
 | 
			
		||||
  "startLon": 4.433,
 | 
			
		||||
| 
						 | 
				
			
			@ -31,13 +31,19 @@
 | 
			
		|||
  "layers": [
 | 
			
		||||
    {
 | 
			
		||||
      "builtin": [
 | 
			
		||||
        "charging_station",
 | 
			
		||||
        "toilet"
 | 
			
		||||
        "toilet",
 | 
			
		||||
        "bench",
 | 
			
		||||
        "picnic_table",
 | 
			
		||||
        "observation_tower",
 | 
			
		||||
        "bike_repair_station",
 | 
			
		||||
        "playground",
 | 
			
		||||
        "charging_station"
 | 
			
		||||
      ],
 | 
			
		||||
      "override": {
 | 
			
		||||
        "minzoom": 14
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  ],
 | 
			
		||||
  "hideFromOverview": true
 | 
			
		||||
  "hideFromOverview": true,
 | 
			
		||||
  "enableMoreQuests": false
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -800,10 +800,6 @@ video {
 | 
			
		|||
  margin: 2rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.m-11 {
 | 
			
		||||
  margin: 2.75rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.m-1 {
 | 
			
		||||
  margin: 0.25rem;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -812,6 +808,10 @@ video {
 | 
			
		|||
  margin: 1.25rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.m-4 {
 | 
			
		||||
  margin: 1rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.m-0\.5 {
 | 
			
		||||
  margin: 0.125rem;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -824,10 +824,6 @@ video {
 | 
			
		|||
  margin: 0.75rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.m-4 {
 | 
			
		||||
  margin: 1rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.m-2 {
 | 
			
		||||
  margin: 0.5rem;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -968,6 +964,38 @@ video {
 | 
			
		|||
  display: table;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.table-caption {
 | 
			
		||||
  display: table-caption;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.table-cell {
 | 
			
		||||
  display: table-cell;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.table-column {
 | 
			
		||||
  display: table-column;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.table-column-group {
 | 
			
		||||
  display: table-column-group;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.table-footer-group {
 | 
			
		||||
  display: table-footer-group;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.table-header-group {
 | 
			
		||||
  display: table-header-group;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.table-row-group {
 | 
			
		||||
  display: table-row-group;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.table-row {
 | 
			
		||||
  display: table-row;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.grid {
 | 
			
		||||
  display: grid;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -976,6 +1004,10 @@ video {
 | 
			
		|||
  display: contents;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.list-item {
 | 
			
		||||
  display: list-item;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.hidden {
 | 
			
		||||
  display: none;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1080,6 +1112,10 @@ video {
 | 
			
		|||
  width: 2.75rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.w-6 {
 | 
			
		||||
  width: 1.5rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.w-16 {
 | 
			
		||||
  width: 4rem;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1090,10 +1126,6 @@ video {
 | 
			
		|||
  width: min-content;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.w-6 {
 | 
			
		||||
  width: 1.5rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.w-max {
 | 
			
		||||
  width: -webkit-max-content;
 | 
			
		||||
  width: -moz-max-content;
 | 
			
		||||
| 
						 | 
				
			
			@ -1240,6 +1272,10 @@ video {
 | 
			
		|||
  overflow: hidden;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.overflow-scroll {
 | 
			
		||||
  overflow: scroll;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.overflow-y-auto {
 | 
			
		||||
  overflow-y: auto;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1565,6 +1601,10 @@ video {
 | 
			
		|||
  text-transform: lowercase;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.capitalize {
 | 
			
		||||
  text-transform: capitalize;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.italic {
 | 
			
		||||
  font-style: italic;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -1685,14 +1725,6 @@ video {
 | 
			
		|||
  transition-duration: 150ms;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.\!transition {
 | 
			
		||||
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
 | 
			
		||||
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
 | 
			
		||||
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
 | 
			
		||||
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
 | 
			
		||||
  transition-duration: 150ms !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.duration-500 {
 | 
			
		||||
  transition-duration: 500ms;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -586,6 +586,7 @@
 | 
			
		|||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "bike_repair_station": {
 | 
			
		||||
        "description": "Deze laag toont fietspompen en herstelpunten voor fietsen",
 | 
			
		||||
        "name": "Fietspunten (herstel, pomp of allebei)",
 | 
			
		||||
        "presets": {
 | 
			
		||||
            "0": {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1042,10 +1042,10 @@
 | 
			
		|||
        "title": "Surveillance under Surveillance"
 | 
			
		||||
    },
 | 
			
		||||
    "toerisme_vlaanderen": {
 | 
			
		||||
        "description": "Op deze kaart kan je info zien die relevant is voor toerisme, zoals:<br/><ul><li>Eetgelegenheden</li><li>Cafés en bars</li><li>(Fiets)oplaadpunten</li><li>Fietspompen, fietserverhuur en fietswinkels</li><li>Uitkijktorens</li><li>...</li></ul> Zie je fouten op de kaart? Dan kan je zelf makkelijk aanpasingen maken, die zichtbaar zijn voor iedereen. Hiervoor dien je een gratis OpenStreetMap account voor te maken.",
 | 
			
		||||
        "descriptionTail": "Met de steun van Toerisme Vlaanderen<img style='height:5rem; width: auto;' src='./assets/themes/toerisme_vlaanderen/logo.png' />",
 | 
			
		||||
        "description": "<p class='mb-4'><i>Pin je punt</i> is een open toerismekaart waarin wandelaars en fietsers nuttige gegevens verzamelen die handig zijn voor andere wandelaars en fietsers.</p><p class='mb-4'>We verzamelen 7 thematische lagen:  <ol><li>Laadpunten voor e-bikes</li><li>Openbare toiletten</li><li>Zit- en picknickbankjes</li><li>Uitkijkpunten, uitkijkplatformen en uitkijktorens</li><li>Fietsherstelpunten</li><li>Fietsverhuurpunten</li><li>Speeltuinen</li></ol><p>Klik op de exacte locatie op de kaart om een van deze 7 punten toe te voegen. Of corrigeer bestaande punten door erop te klikken.</p>",
 | 
			
		||||
        "descriptionTail": "<p>Met de steun van Toerisme Vlaanderen</p><a href='https://www.toerismevlaanderen.be/pinjepunt'>Meer informatie op toerismevlaaneren.be</a><img style='height:5rem; width: auto;' src='./assets/themes/toerisme_vlaanderen/logo.png' />",
 | 
			
		||||
        "shortDescription": "Een kaart om toeristisch relevante info op aan te duiden",
 | 
			
		||||
        "title": "Toeristisch relevante info"
 | 
			
		||||
        "title": "Pin je punt"
 | 
			
		||||
    },
 | 
			
		||||
    "toilets": {
 | 
			
		||||
        "description": "Een kaart met openbare toiletten",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -299,6 +299,11 @@
 | 
			
		|||
        "description": "在這份地圖上,公共可及的飲水點可以顯示出來,也能輕易的增加",
 | 
			
		||||
        "title": "飲用水"
 | 
			
		||||
    },
 | 
			
		||||
    "entrances": {
 | 
			
		||||
        "description": "顯示所有出入口的地圖,勘查對輪椅使用者重要的資訊",
 | 
			
		||||
        "shortDescription": "幫助輪椅導航來勘查出入口",
 | 
			
		||||
        "title": "出入口"
 | 
			
		||||
    },
 | 
			
		||||
    "etymology": {
 | 
			
		||||
        "description": "在這份地圖,你可以看到物件是以何命名,道路、 建築等的命名由來連到 Wikidata。在跳出選單,你可以看到物件命名由來的維基條目 (如果有的話),或是 Wikidata 框。如果物件本身有維基頁面,也會顯示。<br/><br/><b>你也可以貢獻!</b>放大到夠大的層級,然後<i>所有</i>道路都會顯示。你可以點選一個之後 Wikidata 搜尋框會跳出來。只要點幾下,你可以新增詞源連結。注意你要有開放街圖帳號才能這麼做。",
 | 
			
		||||
        "layers": {
 | 
			
		||||
| 
						 | 
				
			
			@ -654,10 +659,5 @@
 | 
			
		|||
        "description": "在這份地圖當中,你可以找到你附近的垃圾筒。如果地圖有遺漏垃圾筒,你可以自己加上去",
 | 
			
		||||
        "shortDescription": "垃圾筒的地圖",
 | 
			
		||||
        "title": "垃圾筒"
 | 
			
		||||
    },
 | 
			
		||||
    "entrances": {
 | 
			
		||||
        "description": "顯示所有出入口的地圖,勘查對輪椅使用者重要的資訊",
 | 
			
		||||
        "shortDescription": "幫助輪椅導航來勘查出入口",
 | 
			
		||||
        "title": "出入口"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue