openmaptiles/layers
Adam Laža 2e04f83166
Fix paths and tracks in transportation layer z12 and z13 (#1334)
This PR fixes a bug that causes that `track` lines disappear at z13. This bug was introduced in https://github.com/openmaptiles/openmaptiles/pull/1190, which adds rendering of paths and tracks at z12 and z13.

Before this PR:
z12: lines with `route_rank = 1` are added (no matter what `highway`).
z13: lines with `route_rank BETWEEN 1 AND 2` and `highway = 'path'` are added.
-> tracks with `route_rank=1` are added at z12 but not at z13.

After this PR
z12: lines with `route_rank = 1` and `highway IN ('path', 'track')` are added.
z13: lines with `route_rank BETWEEN 1 AND 2` and `highway IN ('path', 'track')` are added .
-> only tracks and paths are added at z12 and z13 (which was IMHO the goal of https://github.com/openmaptiles/openmaptiles/pull/1190)

* Add only the most important paths and tracks (route_rank=1) to z12 and more important ones (route_rank between 1-2 or sac_scale or has name) to z13.
2022-01-05 07:28:34 +01:00
..
aerodrome_label Upgrade to omt-tools v6, Imposm 0.11.1 and migrate SQL (#1246) 2021-10-14 11:38:28 -04:00
aeroway Upgrade to omt-tools v6, Imposm 0.11.1 and migrate SQL (#1246) 2021-10-14 11:38:28 -04:00
boundary Add requires.tables to <layer>.yaml (#1236) 2021-11-05 10:04:54 +01:00
building Suppress rendering of underground buildings (#1241) 2021-10-28 13:09:06 +02:00
housenumber Upgrade to omt-tools v6, Imposm 0.11.1 and migrate SQL (#1246) 2021-10-14 11:38:28 -04:00
landcover Add requires.tables to <layer>.yaml (#1236) 2021-11-05 10:04:54 +01:00
landuse Add requires.tables to <layer>.yaml (#1236) 2021-11-05 10:04:54 +01:00
mountain_peak adding customary_ft for peaks in US (#1298) 2021-11-15 16:55:35 +01:00
park Implement non-blocking refresh (#1308) 2021-11-24 11:17:29 +01:00
place add province, increase scalerank + labelrank (#1306) 2021-11-18 18:05:02 +01:00
poi Update etl diagram for poi layer (#1297) 2021-11-10 19:49:18 +01:00
transportation Fix paths and tracks in transportation layer z12 and z13 (#1334) 2022-01-05 07:28:34 +01:00
transportation_name Run get_basic_name after osml10n_street_abbrev_* (#1326) 2021-12-08 08:20:15 +01:00
water Add requires.tables to <layer>.yaml (#1236) 2021-11-05 10:04:54 +01:00
water_name Add requires.tables to <layer>.yaml (#1236) 2021-11-05 10:04:54 +01:00
waterway Waterway zoomlevel 6 - 8 corresponding with water (#1291) 2021-11-10 20:26:14 +01:00