x

Nutzungseinschränkungen (Straßen, Wege) auf der OSM-Webkarte


Geschrieben von toc-rox (Gast) am 08. Januar 2016 19:31:26: [flux]

Die OSM-Webkarte berücksichtigt, soweit ich sehe, nur drei Nutzungseinschränkungen bezogen auf die Straßen und Wege:

- rosa gestrichelt: access=private oder access=no (beides wird zu 'no')
- blau gestrichelt: access=destination

.access::fill {
[access = 'destination'] {
[feature = 'highway_secondary'],
[feature = 'highway_tertiary'],
[feature = 'highway_unclassified'],
[feature = 'highway_residential'],
[feature = 'highway_living_street'] {
[feature = 'highway_road'],
[feature = 'highway_service'][service = 'INT-normal'] {
[feature = 'highway_service'][service = 'INT-minor'] {
}
[access = 'no'] {
[feature = 'highway_motorway'],
[feature = 'highway_trunk'],
[feature = 'highway_primary'],
[feature = 'highway_secondary'],
[feature = 'highway_tertiary'],
[feature = 'highway_unclassified'],
[feature = 'highway_residential'],
[feature = 'highway_living_street'] {
[feature = 'highway_road'],
[feature = 'highway_track'],
[feature = 'highway_service'][service = 'INT-normal'] {
[feature = 'highway_footway'],
[feature = 'highway_path'],
[feature = 'highway_cycleway'],
[feature = 'highway_bridleway'],
[feature = 'highway_steps'] {
[feature = 'highway_service'][service = 'INT-minor'][zoom >= 16] {
}
}

Kennt jemand die Hintergründe warum nur dieses Minimalset berücksichtigt wird?

Gruß Klaus


Antworten: