mapcomplete/Docs/Layers/climbing_gym.md
2022-04-06 16:12:01 +02:00

18 KiB

climbing_gym

A climbing gym

  • This layer is shown at zoomlevel 10 and higher
  • This layer will automatically load climbing into the layout as it depends on it: A calculated tag loads features from this layer (calculatedTag[0] which calculates the value for _embedding_feature_properties)

Themes using this layer

Basic tags for this layer

Elements must have the all of following tags to be shown on this layer:

Execute on overpass

Supported attributes

Warning This quick overview is incomplete

attribute type values which are supported by this layer
name string
website url
phone phone
email email
opening_hours opening_hours
url url
_embedding_feature:access Multiple choice yes permit customers members no
access Multiple choice yes permit customers members no
access:description string
climbing:length pnat
climbing:grade:french:min string
climbing:grade:french:max string
climbing:boulder Multiple choice yes no limited
climbing:toprope Multiple choice yes no
climbing:sport Multiple choice yes no
climbing:traditional Multiple choice yes no
climbing:speed Multiple choice yes no

images

This tagrendering has no question and is thus read-only

questions

This tagrendering has no question and is thus read-only

minimap

This tagrendering has no question and is thus read-only

name

The question is What is the name of this climbing gym?

This rendering asks information about the property name This is rendered with <strong>{name}</strong>

website

The question is What is the website of {title()}?

This rendering asks information about the property website This is rendered with <a href='{website}' target='_blank'>{website}</a>

  • {contact:website} corresponds with contact:website~^..*$This option cannot be chosen as answer

phone

The question is What is the phone number of {title()}?

This rendering asks information about the property phone This is rendered with <a href='tel:{phone}'>{phone}</a>

  • {contact:phone} corresponds with contact:phone~^..*$This option cannot be chosen as answer

email

The question is What is the email address of {title()}?

This rendering asks information about the property email This is rendered with <a href='mailto:{email}' target='_blank'>{email}</a>

  • {contact:email} corresponds with contact:email~^..*$This option cannot be chosen as answer

opening_hours

The question is What are the opening hours of {title()}?

This rendering asks information about the property opening_hours This is rendered with <h3>Opening hours</h3>{opening_hours_table(opening_hours)}

reviews

This tagrendering has no question and is thus read-only

Website

The question is Is there a (unofficial) website with more informations (e.g. topos)?

This rendering asks information about the property url This is rendered with <a href='{url}' target='_blank'>{url}</a>

Access from containing feature

This tagrendering has no question and is thus read-only

Access

The question is Who can access here?

Access description (without _embedding_feature:access:description)

This tagrendering has no question and is thus read-only

This rendering asks information about the property access:description This is rendered with {access:description}

Avg length?

The question is What is the (average) length of the routes in meters?

This rendering asks information about the property climbing:length This is rendered with The routes are <b>{canonical(climbing:length)}</b> long on average

Difficulty-min

The question is What is the grade of the easiest route here, according to the french classification system?

This rendering asks information about the property climbing:grade:french:min This is rendered with The lowest grade is {climbing:grade:french:min} according to the french/belgian system

Difficulty-max

The question is What is the highest grade route here, according to the french classification system?

This rendering asks information about the property climbing:grade:french:max This is rendered with The highest grade is {climbing:grade:french:max} according to the french/belgian system

Boldering?

The question is Is bouldering possible here?

  • Bouldering is possible here corresponds with climbing:boulder=yes
  • Bouldering is not possible here corresponds with climbing:boulder=no
  • Bouldering is possible, allthough there are only a few routes corresponds with climbing:boulder=limited
  • There are {climbing:boulder} boulder routes corresponds with climbing:boulder~^..*$This option cannot be chosen as answer

Toproping?

The question is Is toprope climbing possible here?

  • Toprope climbing is possible here corresponds with climbing:toprope=yes
  • Toprope climbing is not possible here corresponds with climbing:toprope=no
  • There are {climbing:toprope} toprope routes corresponds with climbing:toprope~^..*$This option cannot be chosen as answer

Sportclimbing?

The question is Is sport climbing possible here on fixed anchors?

  • Sport climbing is possible here corresponds with climbing:sport=yes
  • Sport climbing is not possible here corresponds with climbing:sport=no
  • There are {climbing:sport} sport climbing routes corresponds with climbing:sport~^..*$This option cannot be chosen as answer

Traditional climbing?

The question is Is traditional climbing possible here (using own gear e.g. chocks)?

  • Traditional climbing is possible here corresponds with climbing:traditional=yes
  • Traditional climbing is not possible here corresponds with climbing:traditional=no
  • There are {climbing:traditional} traditional climbing routes corresponds with climbing:traditional~^..*$This option cannot be chosen as answer

Speed climbing?

The question is Is there a speed climbing wall?

  • There is a speed climbing wall corresponds with climbing:speed=yes
  • There is no speed climbing wall corresponds with climbing:speed=no
  • There are {climbing:speed} speed climbing walls corresponds with climbing:speed~^..*$This option cannot be chosen as answer

This document is autogenerated from assets/themes/climbing/climbing.json