mapcomplete/Docs/Layers/map.md

94 lines
4.6 KiB
Markdown
Raw Normal View History

2022-01-26 21:40:38 +01:00
map
2022-01-14 19:36:36 +01:00
=====
<img src='https://mapcomplete.osm.be/./assets/layers/map/map.svg' height="100px">
A map, meant for tourists which is permanently installed in the public space
## Table of contents
1. [map](#map)
2022-01-26 21:40:38 +01:00
* [Themes using this layer](#themes-using-this-layer)
- [Basic tags for this layer](#basic-tags-for-this-layer)
- [Supported attributes](#supported-attributes)
2022-01-14 19:36:36 +01:00
+ [images](#images)
+ [map-map_source](#map-map_source)
+ [map-attribution](#map-attribution)
2022-01-26 21:40:38 +01:00
#### Themes using this layer
2022-01-14 19:36:36 +01:00
2022-01-26 21:40:38 +01:00
- [maps](https://mapcomplete.osm.be/maps)
- [nature](https://mapcomplete.osm.be/nature)
- [personal](https://mapcomplete.osm.be/personal)
2022-01-14 19:36:36 +01:00
[Go to the source code](../assets/layers/map/map.json)
2022-01-26 21:40:38 +01:00
Basic tags for this layer
2022-01-14 19:36:36 +01:00
---------------------------
Elements must have the all of following tags to be shown on this layer:
2022-01-26 21:40:38 +01:00
- <a href='https://wiki.openstreetmap.org/wiki/Key:tourism' target='_blank'>tourism</a>
=<a href='https://wiki.openstreetmap.org/wiki/Tag:tourism%3Dmap' target='_blank'>map</a>
|<a href='https://wiki.openstreetmap.org/wiki/Key:information' target='_blank'>information</a>
=<a href='https://wiki.openstreetmap.org/wiki/Tag:information%3Dmap' target='_blank'>map</a>
2022-01-14 19:36:36 +01:00
2022-01-26 21:40:38 +01:00
Supported attributes
2022-01-14 19:36:36 +01:00
----------------------
**Warning** This quick overview is incomplete
attribute | type | values which are supported by this layer
----------- | ------ | ------------------------------------------
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/map_source#values) [map_source](https://wiki.openstreetmap.org/wiki/Key:map_source) | [string](../SpecialInputElements.md#string) | [OpenStreetMap](https://wiki.openstreetmap.org/wiki/Tag:map_source%3DOpenStreetMap)
[<img src='https://mapcomplete.osm.be/assets/svg/statistics.svg' height='18px'>](https://taginfo.openstreetmap.org/keys/map_source:attribution#values) [map_source:attribution](https://wiki.openstreetmap.org/wiki/Key:map_source:attribution) | Multiple choice | [yes](https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dyes) [incomplete](https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dincomplete) [sticker](https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dsticker) [none](https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dnone)
2022-01-14 19:36:36 +01:00
2022-01-26 21:40:38 +01:00
### images
2022-01-14 19:36:36 +01:00
_This tagrendering has no question and is thus read-only_
2022-01-26 21:40:38 +01:00
### map-map_source
2022-01-14 19:36:36 +01:00
The question is **On which data is this map based?**
2022-01-26 21:40:38 +01:00
This rendering asks information about the property [map_source](https://wiki.openstreetmap.org/wiki/Key:map_source)
2022-01-14 19:36:36 +01:00
This is rendered with `This map is based on {map_source}`
2022-01-26 21:40:38 +01:00
- **This map is based on OpenStreetMap** corresponds
with <a href='https://wiki.openstreetmap.org/wiki/Key:map_source' target='_blank'>map_source</a>
=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_source%3DOpenStreetMap' target='_blank'>OpenStreetMap</a>
2022-01-14 19:36:36 +01:00
2022-01-26 21:40:38 +01:00
### map-attribution
2022-01-14 19:36:36 +01:00
The question is **Is the OpenStreetMap-attribution given?**
2022-01-26 21:40:38 +01:00
- **OpenStreetMap is clearly attributed, including the ODBL-license** corresponds
with <a href='https://wiki.openstreetmap.org/wiki/Key:map_source:attribution' target='_blank'>map_source:
attribution</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dyes' target='_blank'>yes</a>
- **OpenStreetMap is clearly attributed, but the license is not mentioned** corresponds
with <a href='https://wiki.openstreetmap.org/wiki/Key:map_source:attribution' target='_blank'>map_source:
attribution</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dincomplete' target='_blank'>
incomplete</a>
- **OpenStreetMap wasn't mentioned, but someone put an OpenStreetMap-sticker on it** corresponds
with <a href='https://wiki.openstreetmap.org/wiki/Key:map_source:attribution' target='_blank'>map_source:
attribution</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dsticker' target='_blank'>
sticker</a>
- **There is no attribution at all** corresponds
with <a href='https://wiki.openstreetmap.org/wiki/Key:map_source:attribution' target='_blank'>map_source:
attribution</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dnone' target='_blank'>
none</a>
- **There is no attribution at all** corresponds
with <a href='https://wiki.openstreetmap.org/wiki/Key:map_source:attribution' target='_blank'>map_source:
attribution</a>=<a href='https://wiki.openstreetmap.org/wiki/Tag:map_source:attribution%3Dno' target='_blank'>no</a>_
This option cannot be chosen as answer_
2022-01-14 19:36:36 +01:00
This document is autogenerated from assets/layers/map/map.json