2023-09-19 13:44:31 +02:00
[//]: # (WARNING: this file is automatically generated. Please find the sources at the bottom and edit those sources)
tertiary_education
====================
2023-10-07 03:04:29 +02:00
2023-09-19 13:44:31 +02:00
Layer with all tertiary education institutes (ISCED:2011 levels 6,7 and 8)
- This layer is shown at zoomlevel **0** and higher
#### Themes using this layer
- [education ](https://mapcomplete.org/education )
- [personal ](https://mapcomplete.org/personal )
This is a special layer - data is not sourced from OpenStreetMap
Supported attributes
----------------------
Warning:
this quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'> ](https://taginfo.openstreetmap.org/keys/id#values ) [id ](https://wiki.openstreetmap.org/wiki/Key:id ) | Multiple choice |
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'> ](https://taginfo.openstreetmap.org/keys/amenity#values ) [amenity ](https://wiki.openstreetmap.org/wiki/Key:amenity ) | Multiple choice | [college ](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Dcollege ) [university ](https://wiki.openstreetmap.org/wiki/Tag:amenity%3Duniversity )
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'> ](https://taginfo.openstreetmap.org/keys/isced:2011:level#values ) [isced:2011:level ](https://wiki.openstreetmap.org/wiki/Key:isced:2011:level ) | Multiple choice | [bachelor ](https://wiki.openstreetmap.org/wiki/Tag:isced:2011:level%3Dbachelor ) [master ](https://wiki.openstreetmap.org/wiki/Tag:isced:2011:level%3Dmaster ) [doctorate ](https://wiki.openstreetmap.org/wiki/Tag:isced:2011:level%3Ddoctorate )
2023-10-07 03:04:29 +02:00
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'> ](https://taginfo.openstreetmap.org/keys/capacity#values ) [capacity ](https://wiki.openstreetmap.org/wiki/Key:capacity ) | [pnat ](../SpecialInputElements.md#pnat ) |
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'> ](https://taginfo.openstreetmap.org/keys/school:gender#values ) [school:gender ](https://wiki.openstreetmap.org/wiki/Key:school:gender ) | Multiple choice | [mixed ](https://wiki.openstreetmap.org/wiki/Tag:school:gender%3Dmixed ) [separated ](https://wiki.openstreetmap.org/wiki/Tag:school:gender%3Dseparated ) [male ](https://wiki.openstreetmap.org/wiki/Tag:school:gender%3Dmale ) [female ](https://wiki.openstreetmap.org/wiki/Tag:school:gender%3Dfemale )
2023-09-19 13:44:31 +02:00
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'> ](https://taginfo.openstreetmap.org/keys/website#values ) [website ](https://wiki.openstreetmap.org/wiki/Key:website ) | [url ](../SpecialInputElements.md#url ) |
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'> ](https://taginfo.openstreetmap.org/keys/email#values ) [email ](https://wiki.openstreetmap.org/wiki/Key:email ) | [email ](../SpecialInputElements.md#email ) |
[<img src='https://mapcomplete.org/assets/svg/statistics.svg' height='18px'> ](https://taginfo.openstreetmap.org/keys/phone#values ) [phone ](https://wiki.openstreetmap.org/wiki/Key:phone ) | [phone ](../SpecialInputElements.md#phone ) |
### just_created
This element shows a 'thank you' that the contributor has recently created this element
This tagrendering has no question and is thus read-only
- *You just created this element! Thanks for sharing this info with the world and helping people worldwide.* corresponds with `id~.+`
2023-11-07 02:13:16 +01:00
This tagrendering is only visible in the popup if the following condition is met: `_backend~.+ &_last_edit:passed_time<300 & |_version_number=1`
2023-09-19 13:44:31 +02:00
### institution-kind
The question is *What kind of institution is this?*
- *This is an institution of post-secondary, non-tertiary education. One has to have completed secondary education to enroll here, but no bachelor (or higher) degrees are awarded here* corresponds with `amenity=college`
- *This is a university, an institution of tertiary education where bachelor degrees or higher are awarded.* corresponds with `amenity=university`
### isced
The question is *What level of education is given here?*
- *Bachelor degrees are awarded here* corresponds with `isced:2011:level=bachelor`
- *Master degrees are awarded here* corresponds with `isced:2011:level=master`
- *Doctorate degrees are awarded here* corresponds with `isced:2011:level=doctorate`
This tagrendering is only visible in the popup if the following condition is met: `amenity=university`
2023-10-07 03:04:29 +02:00
### capacity
The question is *How much students can at most enroll in this school?*
This rendering asks information about the property [capacity ](https://wiki.openstreetmap.org/wiki/Key:capacity )
This is rendered with `This school can enroll at most {capacity} students`
### gender
The question is *Which genders can enroll at this school?*
- *Both boys and girls can enroll here and have classes together* corresponds with `school:gender=mixed`
- *Both boys and girls can enroll here but they are separated (e.g. they have lessons in different classrooms or at different times)* corresponds with `school:gender=separated`
- *This is a boys only-school* corresponds with `school:gender=male`
- *This is a girls-only school* corresponds with `school:gender=female`
2023-09-19 13:44:31 +02:00
### website
The question is *What is the website of {title()}?*
This rendering asks information about the property [website ](https://wiki.openstreetmap.org/wiki/Key:website )
This is rendered with `<a href='{website}' rel='nofollow noopener noreferrer' target='_blank'>{website}</a>`
- *< a href = '{contact:website}' rel = 'nofollow noopener noreferrer' target = '_blank' > {contact:website}</ a > * corresponds with `contact:website~.+`
- This option cannot be chosen as answer
This tagrendering has labels `contact`
### email
The question is *What is the email address of {title()}?*
This rendering asks information about the property [email ](https://wiki.openstreetmap.org/wiki/Key:email )
This is rendered with `<a href='mailto:{email}' target='_blank' rel='noopener'>{email}</a>`
- *< a href = 'mailto:{contact:email}' target = '_blank' rel = 'noopener' > {contact:email}</ a > * corresponds with `contact:email~.+`
- This option cannot be chosen as answer
This tagrendering has labels `contact`
### phone
The question is *What is the phone number of {title()}?*
This rendering asks information about the property [phone ](https://wiki.openstreetmap.org/wiki/Key:phone )
This is rendered with `<a href='tel:{phone}'>{phone}</a>`
- *< a href = 'tel:{contact:phone}' > {contact:phone}</ a > * corresponds with `contact:phone~.+`
- This option cannot be chosen as answer
This tagrendering has labels `contact`
### leftover-questions
This tagrendering has no question and is thus read-only
### minimap
Shows a small map with the feature. Added by default to every popup
This tagrendering has no question and is thus read-only
### last_edit
Gives some metainfo about the last edit and who did edit it - rendering only
This tagrendering has no question and is thus read-only
2023-11-07 02:13:16 +01:00
This tagrendering is only visible in the popup if the following condition is met: `_last_edit:contributor~.+ &_last_edit:changeset~.+`
2023-09-19 13:44:31 +02:00
### all-tags
This tagrendering has no question and is thus read-only
This document is autogenerated from [assets/layers/tertiary_education/tertiary_education.json ](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/tertiary_education/tertiary_education.json )