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


Ignore:
Timestamp:
2014-08-01T13:12:37+02:00 (10 years ago)
Author:
efemm
Comment:

Escaping + chars and a:b:c values

Legend:

Unmodified
Added
Removed
Modified
  • Styles/HU-HighlightHikingTrailSigns

    v8 v9  
    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 );
     
    576576        symbol-count: prop("symbol-count", "black_NW_layer");
    577577}
    578 relation[osmc:symbol=blue:white:runner] > way::blue_kfut_layer, relation[jel=kfut] > way::blue_kfut_layer {
     578relation[osmc:symbol=~/blue:white:runner/] > way::blue_kfut_layer, relation[jel=kfut] > way::blue_kfut_layer {
    579579        repeat-image: "http://wiki.openstreetmap.org/w/images/a/a3/Kfut.png";
    580580        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 );
     
    584584        symbol-count: prop("symbol-count", "blue_kfut_layer");
    585585}
    586 relation[osmc:symbol=red:white:runner] > way::red_pfut_layer, relation[jel=pfut] > way::red_pfut_layer {
     586relation[osmc:symbol=~/red:white:runner/] > way::red_pfut_layer, relation[jel=pfut] > way::red_pfut_layer {
    587587        repeat-image: "http://wiki.openstreetmap.org/w/images/3/34/Pfut.png";
    588588        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 );
     
    592592        symbol-count: prop("symbol-count", "red_pfut_layer");
    593593}
    594 relation[osmc:symbol=yellow:white:runner] > way::yellow_sfut_layer, relation[jel=sfut] > way::yellow_sfut_layer {
     594relation[osmc:symbol=~/yellow:white:runner/] > way::yellow_sfut_layer, relation[jel=sfut] > way::yellow_sfut_layer {
    595595        repeat-image: "http://wiki.openstreetmap.org/w/images/8/81/Sfut.png";
    596596        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 );
     
    600600        symbol-count: prop("symbol-count", "yellow_sfut_layer");
    601601}
    602 relation[osmc:symbol=green:white:runner] > way::green_zfut_layer, relation[jel=zfut] > way::green_zfut_layer {
     602relation[osmc:symbol=~/green:white:runner/] > way::green_zfut_layer, relation[jel=zfut] > way::green_zfut_layer {
    603603        repeat-image: "http://wiki.openstreetmap.org/w/images/f/f4/Zfut.png";
    604604        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 );