diff --git a/State.ts b/State.ts
index 934b7e3b1..3970bfbdb 100644
--- a/State.ts
+++ b/State.ts
@@ -25,7 +25,7 @@ export default class State {
// The singleton of the global state
public static state: State;
- public static vNumber = "0.2.6a";
+ public static vNumber = "0.2.6b";
// The user journey states thresholds when a new feature gets unlocked
public static userJourney = {
diff --git a/assets/layers/cycling_themed_object/cycling_themed_objects.json b/assets/layers/cycling_themed_object/cycling_themed_objects.json
index 7e57106d7..14dfcb4c1 100644
--- a/assets/layers/cycling_themed_object/cycling_themed_objects.json
+++ b/assets/layers/cycling_themed_object/cycling_themed_objects.json
@@ -7,7 +7,14 @@
"de": "Mit Fahrrad zusammenhängendes Objekt"
},
"minzoom": 13,
- "overpassTags": {"or": ["theme~cycling|bicycle", "sport=cycling"]},
+ "overpassTags": {
+ "or": [
+ "theme~cycling|bicycle",
+ "sport=cycling",
+ "association=cycling|bicycle",
+ "ngo=cycling|bicycle"
+ ]
+ },
"title": {
"render": {
"en": "Bike related object",
@@ -18,7 +25,7 @@
"mappings": [
{
"if": "name~*",
- "then":"{name}"
+ "then": "{name}"
},
{
"if": "leisure=track",
@@ -30,32 +37,13 @@
]
},
"description": {},
- "tagRenderings": [ "images",
-
- {
- "render": "{website}",
- "freeform": {
- "key": "website"
- }
- },
- {
- "render": "{phone}",
- "freeform": {
- "key": "phone"
- }
- },
- {
- "render": "{email}",
- "freeform": {
- "key": "email"
- }
- },
- {
- "render": "{opening_hours_table(opening_hours)}",
- "freeform": {
- "key": "opening_hours"
- }
- }
+ "tagRenderings": [
+ "images",
+ "description",
+ "website",
+ "email",
+ "phone",
+ "opening_hours"
],
"hideUnderlayingFeaturesMinPercentage": 0,
"icon": {