Danke für die Tipps!
Wenn ich es richtig verstanden habe ist es doch so:
Entweder man gibt die resolutions direkt an oder man legt in der options-Datei Gruppen (Level) von resolutionen fest. Das hätte den Vorteil, durch Ändern der option-Zuordnung alle Elemente der Karte auf einmal anzusprechen.
Wo liegt mein Fehler:
option-Datei:
# The levels specification for this style
levels = 0:24, 1:23, 2:22, 3:20, 4:18, 5:16
lines-Datei:
#Autobahn
highway=motorway | highway=motorway_link {add oneway=yes; add bicycle=no; add foot=no} [0x01 road_class=0 road_speed=6 level 0 continue ]
highway=motorway | highway=motorway_link [0x010f01 level 2-1 continue ]
highway=motorway | highway=motorway_link [0x010f02 level 4-3 ]
Es wird nur 0x01 angezeigt.
Was einwandfrei funktioniert:
highway=motorway | highway=motorway_link {add oneway=yes; add bicycle=no; add foot=no} [0x01 road_class=0 road_speed=6 resolution 24 continue ]
highway=motorway | highway=motorway_link [0x010f01 resolution 23-22 continue ]
highway=motorway | highway=motorway_link [0x010f02 resolution 21-16 ]