Changes between Version 7 and Version 8 of Styles/HU-HighlightHikingTrailSigns


Ignore:
Timestamp:
2014-07-28T19:05:12+02:00 (10 years ago)
Author:
efemm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Styles/HU-HighlightHikingTrailSigns

    v7 v8  
    6060        symbol-count: prop("symbol-count", "green_bar_layer");
    6161}
    62 relation[osmc:symbol=~/^blue:[^:]*:blue_cross/] > way::blue_cross_layer, relation[jel=k+] > way::blue_cross_layer {
     62relation[osmc:symbol=~/^blue:[^:]*:blue_cross/] > way::blue_cross_layer, relation[jel="k+"] > way::blue_cross_layer {
    6363        repeat-image: "http://wiki.openstreetmap.org/w/images/6/6b/Kekkereszt.png";
    6464        repeat-image-width: 16; repeat-image-spacing: 160; repeat-image-offset: eval( (prop("symbol-count") * 16)+8); repeat-image-align: center; symbol-count: eval( prop("symbol-count") + 1 );
     
    6868        symbol-count: prop("symbol-count", "blue_cross_layer");
    6969}
    70 relation[osmc:symbol=~/^red:[^:]*:red_cross/] > way::red_cross_layer, relation[jel=p+] > way::red_cross_layer {
     70relation[osmc:symbol=~/^red:[^:]*:red_cross/] > way::red_cross_layer, relation[jel="p+"] > way::red_cross_layer {
    7171        repeat-image: "http://wiki.openstreetmap.org/w/images/e/ed/Piroskereszt.png";
    7272        repeat-image-width: 16; repeat-image-spacing: 160; repeat-image-offset: eval( (prop("symbol-count") * 16)+8); repeat-image-align: center; symbol-count: eval( prop("symbol-count") + 1 );
     
    7676        symbol-count: prop("symbol-count", "red_cross_layer");
    7777}
    78 relation[osmc:symbol=~/^yellow:[^:]*:yellow_cross/] > way::yellow_cross_layer, relation[jel=s+] > way::yellow_cross_layer {
     78relation[osmc:symbol=~/^yellow:[^:]*:yellow_cross/] > way::yellow_cross_layer, relation[jel="s+"] > way::yellow_cross_layer {
    7979        repeat-image: "http://wiki.openstreetmap.org/w/images/3/31/Sargakereszt.png";
    8080        repeat-image-width: 16; repeat-image-spacing: 160; repeat-image-offset: eval( (prop("symbol-count") * 16)+8); repeat-image-align: center; symbol-count: eval( prop("symbol-count") + 1 );
     
    8484        symbol-count: prop("symbol-count", "yellow_cross_layer");
    8585}
    86 relation[osmc:symbol=~/^green:[^:]*:green_cross/] > way::green_cross_layer, relation[jel=z+] > way::green_cross_layer {
     86relation[osmc:symbol=~/^green:[^:]*:green_cross/] > way::green_cross_layer, relation[jel="z+"] > way::green_cross_layer {
    8787        repeat-image: "http://wiki.openstreetmap.org/w/images/9/9b/Zoldkereszt.png";
    8888        repeat-image-width: 16; repeat-image-spacing: 160; repeat-image-offset: eval( (prop("symbol-count") * 16)+8); repeat-image-align: center; symbol-count: eval( prop("symbol-count") + 1 );