diff --git a/Docs/BuiltinLayers.md b/Docs/BuiltinLayers.md
index 4ba48b946..dc7d44258 100644
--- a/Docs/BuiltinLayers.md
+++ b/Docs/BuiltinLayers.md
@@ -36,6 +36,10 @@
     + [comment](#comment)
     + [report-contributor](#report-contributor)
     + [report-note](#report-note)
+1. [import_candidate](#import_candidate)
+  - [Basic tags for this layer](#basic-tags-for-this-layer)
+  - [Supported attributes](#supported-attributes)
+    + [all_tags](#all_tags)
 1. [conflation](#conflation)
   - [Basic tags for this layer](#basic-tags-for-this-layer)
   - [Supported attributes](#supported-attributes)
@@ -72,6 +76,7 @@ MapComplete has a few data layers available in the theme which have special prop
   - [gps_track](#gps_track)
   - [type_node](#type_node)
   - [note](#note)
+  - [import_candidate](#import_candidate)
   - [conflation](#conflation)
   - [left_right_style](#left_right_style)
   - [split_point](#split_point)
@@ -354,7 +359,7 @@ This layer shows notes on OpenStreetMap. Having this layer in your theme will tr
 
 
 
-  - <img src='../warning.svg' height='1rem'/> This layer is loaded from an external source, namely `https://api.openstreetmap.org/api/0.6/notes.json?closed=7&bbox={x_min},{y_min},{x_max},{y_max}`
+  - <img src='../warning.svg' height='1rem'/> This layer is loaded from an external source, namely `https://api.openstreetmap.org/api/0.6/notes.json?limit=10000&closed=7&bbox={x_min},{y_min},{x_max},{y_max}`
 
 
 [Go to the source code](../assets/layers/note/note.json)
@@ -432,6 +437,58 @@ _This tagrendering has no question and is thus read-only_
 
 
 
+ import_candidate 
+==================
+
+
+
+
+
+Layer used in the importHelper
+
+
+
+
+
+
+  - Not visible in the layer selection by default. If you want to make this layer toggable, override `name`
+
+
+[Go to the source code](../assets/layers/import_candidate/import_candidate.json)
+
+
+
+ Basic tags for this layer 
+---------------------------
+
+
+
+Elements must have the all of following tags to be shown on this layer:
+
+
+
+
+
+
+
+
+ Supported attributes 
+----------------------
+
+
+
+
+
+### all_tags 
+
+
+
+_This tagrendering has no question and is thus read-only_
+
+
+
+
+
  conflation 
 ============
 
@@ -692,6 +749,7 @@ The following layers are included in MapComplete:
   - [grass_in_parks](./Layers/grass_in_parks.md)
   - [home_location](./Layers/home_location.md)
   - [hydrant](./Layers/hydrant.md)
+  - [import_candidate](./Layers/import_candidate.md)
   - [information_board](./Layers/information_board.md)
   - [left_right_style](./Layers/left_right_style.md)
   - [map](./Layers/map.md)
diff --git a/Docs/Layers/address.md b/Docs/Layers/address.md
index 213b8ffc9..bd1a1c845 100644
--- a/Docs/Layers/address.md
+++ b/Docs/Layers/address.md
@@ -41,7 +41,7 @@ Elements must have the all of following tags to be shown on this layer:
 
 
 
-  - addr:housenumber~^..*$|addr:street~^..*$|ref:inspireid~^..*$
+  - addr:housenumber~^..*$|addr:street~^..*$
 
 
 
diff --git a/Docs/Layers/ambulancestation.md b/Docs/Layers/ambulancestation.md
index 721a0f7b6..ed6503344 100644
--- a/Docs/Layers/ambulancestation.md
+++ b/Docs/Layers/ambulancestation.md
@@ -41,6 +41,7 @@ An ambulance station is an area for storage of ambulance vehicles, medical equip
 
 
   - [hailhydrant](https://mapcomplete.osm.be/hailhydrant)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/ambulancestation/ambulancestation.json)
diff --git a/Docs/Layers/artwork.md b/Docs/Layers/artwork.md
index 5846931e8..f1a603cd7 100644
--- a/Docs/Layers/artwork.md
+++ b/Docs/Layers/artwork.md
@@ -40,6 +40,7 @@ Diverse pieces of artwork
 
 
   - [artwork](https://mapcomplete.osm.be/artwork)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/artwork/artwork.json)
diff --git a/Docs/Layers/barrier.md b/Docs/Layers/barrier.md
index aff864247..78725cdfa 100644
--- a/Docs/Layers/barrier.md
+++ b/Docs/Layers/barrier.md
@@ -44,6 +44,7 @@ Obstacles while cycling, such as bollards and cycle barriers
 
 
   - [cycle_infra](https://mapcomplete.osm.be/cycle_infra)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/barrier/barrier.json)
diff --git a/Docs/Layers/bench.md b/Docs/Layers/bench.md
index fbd91ec9d..6a95767e3 100644
--- a/Docs/Layers/bench.md
+++ b/Docs/Layers/bench.md
@@ -42,6 +42,7 @@ A bench is a wooden, metal, stone, ... surface where a human can sit. This layer
 
 
   - [benches](https://mapcomplete.osm.be/benches)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/bench/bench.json)
diff --git a/Docs/Layers/bench_at_pt.md b/Docs/Layers/bench_at_pt.md
index 4653d1311..992ff9d47 100644
--- a/Docs/Layers/bench_at_pt.md
+++ b/Docs/Layers/bench_at_pt.md
@@ -38,6 +38,7 @@ A layer showing all public-transport-stops which do have a bench
 
 
   - [benches](https://mapcomplete.osm.be/benches)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/bench_at_pt/bench_at_pt.json)
diff --git a/Docs/Layers/bicycle_library.md b/Docs/Layers/bicycle_library.md
index 778bd3d45..f7483da48 100644
--- a/Docs/Layers/bicycle_library.md
+++ b/Docs/Layers/bicycle_library.md
@@ -45,6 +45,7 @@ A facility where bicycles can be lent for longer period of times
 
   - [bicyclelib](https://mapcomplete.osm.be/bicyclelib)
   - [cyclofix](https://mapcomplete.osm.be/cyclofix)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/bicycle_library/bicycle_library.json)
diff --git a/Docs/Layers/bicycle_tube_vending_machine.md b/Docs/Layers/bicycle_tube_vending_machine.md
index b39d9bcc6..631d89b4e 100644
--- a/Docs/Layers/bicycle_tube_vending_machine.md
+++ b/Docs/Layers/bicycle_tube_vending_machine.md
@@ -42,6 +42,7 @@ A layer showing vending machines for bicycle tubes (either purpose-built bicycle
 
 
   - [cyclofix](https://mapcomplete.osm.be/cyclofix)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json)
diff --git a/Docs/Layers/bike_cafe.md b/Docs/Layers/bike_cafe.md
index a7fd7d4e2..e6cb34e94 100644
--- a/Docs/Layers/bike_cafe.md
+++ b/Docs/Layers/bike_cafe.md
@@ -44,6 +44,7 @@ A bike café is a café geared towards cyclists, for example with services such
 
 
   - [cyclofix](https://mapcomplete.osm.be/cyclofix)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/bike_cafe/bike_cafe.json)
@@ -60,7 +61,7 @@ Elements must have the all of following tags to be shown on this layer:
 
 
   - <a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dpub' target='_blank'>pub</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dbar' target='_blank'>bar</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcafe' target='_blank'>cafe</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:amenity' target='_blank'>amenity</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:amenity%3Drestaurant' target='_blank'>restaurant</a>
-  - <a href='https://wiki.openstreetmap.org/wiki/Key:pub' target='_blank'>pub</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:pub%3Dcycling' target='_blank'>cycling</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:pub' target='_blank'>pub</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:pub%3Dbicycle' target='_blank'>bicycle</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:theme' target='_blank'>theme</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:theme%3Dcycling' target='_blank'>cycling</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:theme' target='_blank'>theme</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:theme%3Dbicycle' target='_blank'>bicycle</a>|^service:bicycle:.*$~~^..*$
+  - <a href='https://wiki.openstreetmap.org/wiki/Key:pub' target='_blank'>pub</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:pub%3Dcycling' target='_blank'>cycling</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:pub' target='_blank'>pub</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:pub%3Dbicycle' target='_blank'>bicycle</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:theme' target='_blank'>theme</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:theme%3Dcycling' target='_blank'>cycling</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:theme' target='_blank'>theme</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:theme%3Dbicycle' target='_blank'>bicycle</a>|service:bicycle:.*~^..*$
 
 
 
diff --git a/Docs/Layers/bike_cleaning.md b/Docs/Layers/bike_cleaning.md
index 0450d9a10..942518b79 100644
--- a/Docs/Layers/bike_cleaning.md
+++ b/Docs/Layers/bike_cleaning.md
@@ -38,6 +38,7 @@ A layer showing facilities where one can clean their bike
 
 
   - [cyclofix](https://mapcomplete.osm.be/cyclofix)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/bike_cleaning/bike_cleaning.json)
diff --git a/Docs/Layers/bike_parking.md b/Docs/Layers/bike_parking.md
index 169b20247..c3b7bf2e1 100644
--- a/Docs/Layers/bike_parking.md
+++ b/Docs/Layers/bike_parking.md
@@ -43,6 +43,7 @@ A layer showing where you can park your bike
 
 
   - [cyclofix](https://mapcomplete.osm.be/cyclofix)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/bike_parking/bike_parking.json)
diff --git a/Docs/Layers/bike_repair_station.md b/Docs/Layers/bike_repair_station.md
index 65df6f148..873511b53 100644
--- a/Docs/Layers/bike_repair_station.md
+++ b/Docs/Layers/bike_repair_station.md
@@ -49,6 +49,7 @@ A layer showing bicycle pumps and bicycle repair tool stands
 
 
   - [cyclofix](https://mapcomplete.osm.be/cyclofix)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/bike_repair_station/bike_repair_station.json)
diff --git a/Docs/Layers/bike_shop.md b/Docs/Layers/bike_shop.md
index 5cc92326f..0854a4dc2 100644
--- a/Docs/Layers/bike_shop.md
+++ b/Docs/Layers/bike_shop.md
@@ -52,6 +52,7 @@ A shop specifically selling bicycles or related items
 
 
   - [cyclofix](https://mapcomplete.osm.be/cyclofix)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/bike_shop/bike_shop.json)
diff --git a/Docs/Layers/bike_themed_object.md b/Docs/Layers/bike_themed_object.md
index 150c95317..528194727 100644
--- a/Docs/Layers/bike_themed_object.md
+++ b/Docs/Layers/bike_themed_object.md
@@ -41,6 +41,7 @@ A layer with bike-themed objects but who don't match any other layer
 
 
   - [cyclofix](https://mapcomplete.osm.be/cyclofix)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/bike_themed_object/bike_themed_object.json)
diff --git a/Docs/Layers/binocular.md b/Docs/Layers/binocular.md
index b852f2597..3c1ff6ae1 100644
--- a/Docs/Layers/binocular.md
+++ b/Docs/Layers/binocular.md
@@ -38,6 +38,7 @@ Binoculas
 
 
   - [binoculars](https://mapcomplete.osm.be/binoculars)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/binocular/binocular.json)
diff --git a/Docs/Layers/birdhide.md b/Docs/Layers/birdhide.md
index bb001465c..4c5fd7d06 100644
--- a/Docs/Layers/birdhide.md
+++ b/Docs/Layers/birdhide.md
@@ -39,6 +39,7 @@ Een vogelkijkhut
 
 
   - [nature](https://mapcomplete.osm.be/nature)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/birdhide/birdhide.json)
diff --git a/Docs/Layers/cafe_pub.md b/Docs/Layers/cafe_pub.md
index 9c68c706f..2ca9c8c42 100644
--- a/Docs/Layers/cafe_pub.md
+++ b/Docs/Layers/cafe_pub.md
@@ -46,6 +46,7 @@ A layer showing cafés and pubs where one can gather around a drink. The layer a
 
 
   - [cafes_and_pubs](https://mapcomplete.osm.be/cafes_and_pubs)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/cafe_pub/cafe_pub.json)
diff --git a/Docs/Layers/charging_station.md b/Docs/Layers/charging_station.md
index e3fc9f80c..6b37ad6d6 100644
--- a/Docs/Layers/charging_station.md
+++ b/Docs/Layers/charging_station.md
@@ -122,6 +122,7 @@ A charging station
 
 
   - [charging_stations](https://mapcomplete.osm.be/charging_stations)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/charging_station/charging_station.json)
@@ -1377,6 +1378,8 @@ The question is **Which methods of payment are accepted here?**
 
   - **Cash is accepted here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cash' target='_blank'>payment:cash</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cash%3Dyes' target='_blank'>yes</a>Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cash' target='_blank'>payment:cash</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cash%3Dno' target='_blank'>no</a>
   - **Payment cards are accepted here** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cards' target='_blank'>payment:cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cards%3Dyes' target='_blank'>yes</a>Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:cards' target='_blank'>payment:cards</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:cards%3Dno' target='_blank'>no</a>
+  - **Payment is done using a dedicated app** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:app' target='_blank'>payment:app</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:app%3Dyes' target='_blank'>yes</a>Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:app' target='_blank'>payment:app</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:app%3Dno' target='_blank'>no</a>
+  - **Payment is done using a membership card** corresponds with <a href='https://wiki.openstreetmap.org/wiki/Key:payment:membership_card' target='_blank'>payment:membership_card</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:membership_card%3Dyes' target='_blank'>yes</a>Unselecting this answer will add <a href='https://wiki.openstreetmap.org/wiki/Key:payment:membership_card' target='_blank'>payment:membership_card</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:payment:membership_card%3Dno' target='_blank'>no</a>
 
 
 
diff --git a/Docs/Layers/crossings.md b/Docs/Layers/crossings.md
index 5f2c84b30..63e3092ae 100644
--- a/Docs/Layers/crossings.md
+++ b/Docs/Layers/crossings.md
@@ -44,6 +44,7 @@ Crossings for pedestrians and cyclists
 
 
   - [cycle_infra](https://mapcomplete.osm.be/cycle_infra)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/crossings/crossings.json)
diff --git a/Docs/Layers/cycleways_and_roads.md b/Docs/Layers/cycleways_and_roads.md
index e41b979ac..f754ddff4 100644
--- a/Docs/Layers/cycleways_and_roads.md
+++ b/Docs/Layers/cycleways_and_roads.md
@@ -54,6 +54,7 @@ All infrastructure that someone can cycle over, accompanied with questions about
 
 
   - [cycle_infra](https://mapcomplete.osm.be/cycle_infra)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/cycleways_and_roads/cycleways_and_roads.json)
diff --git a/Docs/Layers/defibrillator.md b/Docs/Layers/defibrillator.md
index f0f1951e4..54511815e 100644
--- a/Docs/Layers/defibrillator.md
+++ b/Docs/Layers/defibrillator.md
@@ -51,6 +51,7 @@ A layer showing defibrillators which can be used in case of emergency. This cont
 
 
   - [aed](https://mapcomplete.osm.be/aed)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/defibrillator/defibrillator.json)
diff --git a/Docs/Layers/direction.md b/Docs/Layers/direction.md
index aab14e5ea..abe885a0b 100644
--- a/Docs/Layers/direction.md
+++ b/Docs/Layers/direction.md
@@ -34,6 +34,7 @@ This layer visualizes directions
 
 
 
+  - [personal](https://mapcomplete.osm.be/personal)
   - [surveillance](https://mapcomplete.osm.be/surveillance)
 
 
diff --git a/Docs/Layers/drinking_water.md b/Docs/Layers/drinking_water.md
index 37c4186a8..fff8e4045 100644
--- a/Docs/Layers/drinking_water.md
+++ b/Docs/Layers/drinking_water.md
@@ -42,6 +42,7 @@ A layer showing drinking water fountains
   - [cyclofix](https://mapcomplete.osm.be/cyclofix)
   - [drinking_water](https://mapcomplete.osm.be/drinking_water)
   - [nature](https://mapcomplete.osm.be/nature)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/drinking_water/drinking_water.json)
diff --git a/Docs/Layers/entrance.md b/Docs/Layers/entrance.md
index 994d06b1c..f715c29a5 100644
--- a/Docs/Layers/entrance.md
+++ b/Docs/Layers/entrance.md
@@ -41,6 +41,7 @@ A layer showing entrances and offering capabilities to survey some advanced data
 
 
   - [entrances](https://mapcomplete.osm.be/entrances)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/entrance/entrance.json)
diff --git a/Docs/Layers/etymology.md b/Docs/Layers/etymology.md
index eef65ab51..2a4053da3 100644
--- a/Docs/Layers/etymology.md
+++ b/Docs/Layers/etymology.md
@@ -44,6 +44,7 @@ All objects which have an etymology known
 
 
   - [etymology](https://mapcomplete.osm.be/etymology)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/etymology/etymology.json)
diff --git a/Docs/Layers/extinguisher.md b/Docs/Layers/extinguisher.md
index 3e9904654..e8df792b2 100644
--- a/Docs/Layers/extinguisher.md
+++ b/Docs/Layers/extinguisher.md
@@ -37,6 +37,7 @@ Map layer to show fire hydrants.
 
 
   - [hailhydrant](https://mapcomplete.osm.be/hailhydrant)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/extinguisher/extinguisher.json)
diff --git a/Docs/Layers/fire_station.md b/Docs/Layers/fire_station.md
index 1484e65ce..410023ffe 100644
--- a/Docs/Layers/fire_station.md
+++ b/Docs/Layers/fire_station.md
@@ -41,6 +41,7 @@ Map layer to show fire stations.
 
 
   - [hailhydrant](https://mapcomplete.osm.be/hailhydrant)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/fire_station/fire_station.json)
diff --git a/Docs/Layers/food.md b/Docs/Layers/food.md
index 2b117e68e..070ee08c6 100644
--- a/Docs/Layers/food.md
+++ b/Docs/Layers/food.md
@@ -57,6 +57,7 @@ A layer showing restaurants and fast-food amenities (with a special rendering fo
 
   - [food](https://mapcomplete.osm.be/food)
   - [fritures](https://mapcomplete.osm.be/fritures)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/food/food.json)
diff --git a/Docs/Layers/ghost_bike.md b/Docs/Layers/ghost_bike.md
index 20f519d06..9c786a270 100644
--- a/Docs/Layers/ghost_bike.md
+++ b/Docs/Layers/ghost_bike.md
@@ -41,6 +41,7 @@ A layer showing memorials for cyclists, killed in road accidents
 
 
   - [ghostbikes](https://mapcomplete.osm.be/ghostbikes)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/ghost_bike/ghost_bike.json)
diff --git a/Docs/Layers/hydrant.md b/Docs/Layers/hydrant.md
index 4f9f96b84..30dbca1e9 100644
--- a/Docs/Layers/hydrant.md
+++ b/Docs/Layers/hydrant.md
@@ -39,6 +39,7 @@ Map layer to show fire hydrants.
 
 
   - [hailhydrant](https://mapcomplete.osm.be/hailhydrant)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/hydrant/hydrant.json)
diff --git a/Docs/Layers/information_board.md b/Docs/Layers/information_board.md
index d40ce7b3f..081894604 100644
--- a/Docs/Layers/information_board.md
+++ b/Docs/Layers/information_board.md
@@ -36,6 +36,7 @@ A layer showing touristical, road side information boards (e.g. giving informati
 
 
   - [nature](https://mapcomplete.osm.be/nature)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/information_board/information_board.json)
diff --git a/Docs/Layers/map.md b/Docs/Layers/map.md
index 7d81873f7..3330d65bb 100644
--- a/Docs/Layers/map.md
+++ b/Docs/Layers/map.md
@@ -39,6 +39,7 @@ A map, meant for tourists which is permanently installed in the public space
 
   - [maps](https://mapcomplete.osm.be/maps)
   - [nature](https://mapcomplete.osm.be/nature)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/map/map.json)
diff --git a/Docs/Layers/nature_reserve.md b/Docs/Layers/nature_reserve.md
index b984c43ac..28209a941 100644
--- a/Docs/Layers/nature_reserve.md
+++ b/Docs/Layers/nature_reserve.md
@@ -49,6 +49,7 @@ Een natuurgebied is een gebied waar actief ruimte gemaakt word voor de natuur. T
 
 
   - [nature](https://mapcomplete.osm.be/nature)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/nature_reserve/nature_reserve.json)
diff --git a/Docs/Layers/note_import.md b/Docs/Layers/note_import.md
new file mode 100644
index 000000000..b9c7a885f
--- /dev/null
+++ b/Docs/Layers/note_import.md
@@ -0,0 +1,129 @@
+
+
+ note_import 
+=============
+
+
+
+
+
+Template for note note imports.
+
+
+
+
+## Table of contents
+
+1. [note_import](#note_import)
+  - [Basic tags for this layer](#basic-tags-for-this-layer)
+  - [Supported attributes](#supported-attributes)
+    + [conversation](#conversation)
+    + [Intro](#intro)
+    + [import](#import)
+    + [close_note_](#close_note_)
+    + [close_note_mapped](#close_note_mapped)
+    + [comment](#comment)
+    + [add_image](#add_image)
+
+
+
+
+
+  - <img src='../warning.svg' height='1rem'/> This layer is loaded from an external source, namely `https://api.openstreetmap.org/api/0.6/notes.json?closed=0&bbox={x_min},{y_min},{x_max},{y_max}`
+  - This layer will automatically load  [public_bookcase](./public_bookcase.md)  into the layout as it depends on it:  a tagrendering needs this layer (import)
+
+
+[Go to the source code](../assets/layers/note_import/note_import.json)
+
+
+
+ Basic tags for this layer 
+---------------------------
+
+
+
+Elements must have the all of following tags to be shown on this layer:
+
+
+
+  - id~^..*$
+
+
+
+
+ Supported attributes 
+----------------------
+
+
+
+
+
+### conversation 
+
+
+
+_This tagrendering has no question and is thus read-only_
+
+
+
+
+
+### Intro 
+
+
+
+_This tagrendering has no question and is thus read-only_
+
+
+
+
+
+### import 
+
+
+
+_This tagrendering has no question and is thus read-only_
+
+
+
+
+
+### close_note_ 
+
+
+
+_This tagrendering has no question and is thus read-only_
+
+
+
+
+
+### close_note_mapped 
+
+
+
+_This tagrendering has no question and is thus read-only_
+
+
+
+
+
+### comment 
+
+
+
+_This tagrendering has no question and is thus read-only_
+
+
+
+
+
+### add_image 
+
+
+
+_This tagrendering has no question and is thus read-only_
+
+ 
+
+This document is autogenerated from assets/layers/note_import/note_import.json
\ No newline at end of file
diff --git a/Docs/Layers/observation_tower.md b/Docs/Layers/observation_tower.md
index 6812905d0..52a113631 100644
--- a/Docs/Layers/observation_tower.md
+++ b/Docs/Layers/observation_tower.md
@@ -44,6 +44,7 @@ Towers with a panoramic view
 
 
   - [observation_towers](https://mapcomplete.osm.be/observation_towers)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/observation_tower/observation_tower.json)
diff --git a/Docs/Layers/parking.md b/Docs/Layers/parking.md
index 540c0687e..41e749c52 100644
--- a/Docs/Layers/parking.md
+++ b/Docs/Layers/parking.md
@@ -36,6 +36,7 @@ A layer showing car parkings
 
 
   - [parkings](https://mapcomplete.osm.be/parkings)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/parking/parking.json)
diff --git a/Docs/Layers/pedestrian_path.md b/Docs/Layers/pedestrian_path.md
index d61c744af..768f8cb1a 100644
--- a/Docs/Layers/pedestrian_path.md
+++ b/Docs/Layers/pedestrian_path.md
@@ -35,6 +35,7 @@ Pedestrian footpaths, especially used for indoor navigation and snapping entranc
 
 
   - [entrances](https://mapcomplete.osm.be/entrances)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/pedestrian_path/pedestrian_path.json)
diff --git a/Docs/Layers/picnic_table.md b/Docs/Layers/picnic_table.md
index cb0e57962..e3fcc7a49 100644
--- a/Docs/Layers/picnic_table.md
+++ b/Docs/Layers/picnic_table.md
@@ -36,6 +36,7 @@ The layer showing picnic tables
 
 
   - [benches](https://mapcomplete.osm.be/benches)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/picnic_table/picnic_table.json)
diff --git a/Docs/Layers/playground.md b/Docs/Layers/playground.md
index 8d1a09941..c38df8c46 100644
--- a/Docs/Layers/playground.md
+++ b/Docs/Layers/playground.md
@@ -47,6 +47,7 @@ Playgrounds
 
 
 
+  - [personal](https://mapcomplete.osm.be/personal)
   - [playgrounds](https://mapcomplete.osm.be/playgrounds)
 
 
diff --git a/Docs/Layers/public_bookcase.md b/Docs/Layers/public_bookcase.md
index 6cb9d959d..6d187d70f 100644
--- a/Docs/Layers/public_bookcase.md
+++ b/Docs/Layers/public_bookcase.md
@@ -19,7 +19,6 @@ A streetside cabinet with books, accessible to anyone
   - [Basic tags for this layer](#basic-tags-for-this-layer)
   - [Supported attributes](#supported-attributes)
     + [images](#images)
-    + [minimap](#minimap)
     + [public_bookcase-name](#public_bookcase-name)
     + [public_bookcase-capacity](#public_bookcase-capacity)
     + [bookcase-booktypes](#bookcase-booktypes)
@@ -47,6 +46,7 @@ A streetside cabinet with books, accessible to anyone
 
 
   - [bookcases](https://mapcomplete.osm.be/bookcases)
+  - [personal](https://mapcomplete.osm.be/personal)
 
 
 [Go to the source code](../assets/layers/public_bookcase/public_bookcase.json)
@@ -102,16 +102,6 @@ _This tagrendering has no question and is thus read-only_
 
 
 
-### minimap 
-
-
-
-_This tagrendering has no question and is thus read-only_
-
-
-
-
-
 ### public_bookcase-name 
 
 
diff --git a/Docs/Layers/shops.md b/Docs/Layers/shops.md
index d219205ba..1bbf91da3 100644
--- a/Docs/Layers/shops.md
+++ b/Docs/Layers/shops.md
@@ -43,6 +43,7 @@ A shop
 
 
 
+  - [personal](https://mapcomplete.osm.be/personal)
   - [shops](https://mapcomplete.osm.be/shops)
 
 
diff --git a/Docs/Layers/sport_pitch.md b/Docs/Layers/sport_pitch.md
index 24d94802e..f64730bc0 100644
--- a/Docs/Layers/sport_pitch.md
+++ b/Docs/Layers/sport_pitch.md
@@ -44,6 +44,7 @@ A sport pitch
 
 
 
+  - [personal](https://mapcomplete.osm.be/personal)
   - [sport_pitches](https://mapcomplete.osm.be/sport_pitches)
 
 
diff --git a/Docs/Layers/street_lamps.md b/Docs/Layers/street_lamps.md
index 18e442631..1d7cb5ce3 100644
--- a/Docs/Layers/street_lamps.md
+++ b/Docs/Layers/street_lamps.md
@@ -42,6 +42,7 @@ A layer showing street lights
 
 
 
+  - [personal](https://mapcomplete.osm.be/personal)
   - [street_lighting](https://mapcomplete.osm.be/street_lighting)
 
 
diff --git a/Docs/Layers/surveillance_camera.md b/Docs/Layers/surveillance_camera.md
index 5067b7c94..685f417ec 100644
--- a/Docs/Layers/surveillance_camera.md
+++ b/Docs/Layers/surveillance_camera.md
@@ -43,6 +43,7 @@ This layer shows surveillance cameras and allows a contributor to update informa
 
 
 
+  - [personal](https://mapcomplete.osm.be/personal)
   - [surveillance](https://mapcomplete.osm.be/surveillance)
 
 
diff --git a/Docs/Layers/toilet.md b/Docs/Layers/toilet.md
index d8dc96068..f538e829d 100644
--- a/Docs/Layers/toilet.md
+++ b/Docs/Layers/toilet.md
@@ -48,6 +48,7 @@ A layer showing (public) toilets
 
 
 
+  - [personal](https://mapcomplete.osm.be/personal)
   - [toilets](https://mapcomplete.osm.be/toilets)
 
 
diff --git a/Docs/Layers/trail.md b/Docs/Layers/trail.md
index a594dcbc7..d84ad3bbf 100644
--- a/Docs/Layers/trail.md
+++ b/Docs/Layers/trail.md
@@ -45,7 +45,7 @@ Elements must have the all of following tags to be shown on this layer:
 
 
 
-  - <a href='https://wiki.openstreetmap.org/wiki/Key:route' target='_blank'>route</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:route%3Dhiking' target='_blank'>hiking</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:route' target='_blank'>route</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:route%3Dbycicle' target='_blank'>bycicle</a>|<a href='https://wiki.openstreetmap.org/wiki/Key:route' target='_blank'>route</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:route%3Dhorse' target='_blank'>horse</a>
+  - route~^.*foot.*$|route~^.*hiking.*$|route~^.*bycicle.*$|route~^.*horse.*$
 
 
 
diff --git a/Docs/Layers/tree_node.md b/Docs/Layers/tree_node.md
index 3b9c2edf8..7b9be4ddb 100644
--- a/Docs/Layers/tree_node.md
+++ b/Docs/Layers/tree_node.md
@@ -43,6 +43,7 @@ A layer showing trees
 
 
 
+  - [personal](https://mapcomplete.osm.be/personal)
   - [trees](https://mapcomplete.osm.be/trees)
 
 
@@ -107,7 +108,7 @@ _This tagrendering has no question and is thus read-only_
 
 
 
-  - **Height: {height}&nbsp;m** corresponds with height~^^[0-9.]+$$
+  - **Height: {height}&nbsp;m** corresponds with height~^[0-9.]+$
 
 
 
diff --git a/Docs/Layers/walls_and_buildings.md b/Docs/Layers/walls_and_buildings.md
index 8b9f9ec47..3cf13aa66 100644
--- a/Docs/Layers/walls_and_buildings.md
+++ b/Docs/Layers/walls_and_buildings.md
@@ -41,6 +41,7 @@ Special builtin layer providing all walls and buildings. This layer is useful in
 
   - [aed](https://mapcomplete.osm.be/aed)
   - [entrances](https://mapcomplete.osm.be/entrances)
+  - [personal](https://mapcomplete.osm.be/personal)
   - [surveillance](https://mapcomplete.osm.be/surveillance)
 
 
diff --git a/Docs/Layers/waste_basket.md b/Docs/Layers/waste_basket.md
index efcb5e86f..1797f60fe 100644
--- a/Docs/Layers/waste_basket.md
+++ b/Docs/Layers/waste_basket.md
@@ -36,6 +36,7 @@ This is a public waste basket, thrash can, where you can throw away your thrash.
 
 
 
+  - [personal](https://mapcomplete.osm.be/personal)
   - [waste_basket](https://mapcomplete.osm.be/waste_basket)
 
 
diff --git a/Docs/SpecialInputElements.md b/Docs/SpecialInputElements.md
index 2ed9307d0..f9f701cad 100644
--- a/Docs/SpecialInputElements.md
+++ b/Docs/SpecialInputElements.md
@@ -170,7 +170,7 @@ An email adress
 
 
 
-A url
+The validatedTextField will format URLs to always be valid and have a https://-header (even though the 'https'-part will be hidden from the user
 
 
 
diff --git a/Docs/SpecialRenderings.md b/Docs/SpecialRenderings.md
index 1c2931f24..740c452b7 100644
--- a/Docs/SpecialRenderings.md
+++ b/Docs/SpecialRenderings.md
@@ -213,8 +213,8 @@ path | _undefined_ | The path (or shorthand) that should be returned
 name | default | description
 ------ | --------- | -------------
 key | _undefined_ | The key to be read and to generate a histogram from
-title | _empty string_ | The text to put above the given values column
-countHeader | _empty string_ | The text to put above the counts
+title | _empty string_ | This text will be placed above the texts (in the first column of the visulasition)
+countHeader | _empty string_ | This text will be placed above the bars
 colors* | _undefined_ | (Matches all resting arguments - optional) Matches a regex onto a color value, e.g. `3[a-zA-Z+-]*:#33cc33`