Changeset 19345 in osm for applications/editors/josm


Ignore:
Timestamp:
2010-01-09T19:20:58+01:00 (15 years ago)
Author:
jttt
Message:

Fix default routes.xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/routes/src/org/openstreetmap/josm/plugins/routes/xml/routes.xml

    r16428 r19345  
    55                <route color="#FF0000">
    66                        <pattern>
    7                         ((type:relation | type:way) kct_red=*) | (color=red type=route route=hiking network=cz:kct)
     7                        ((type:relation | type:way) kct_red=*) | (color=red type=route route=hiking network="cz:kct")
    88                        </pattern>
    99                </route>
    1010                <route color="#FFFF00">
    1111                        <pattern>
    12                         ((type:relation | type:way) kct_yellow=*) | (color=yellow type=route route=hiking network=cz:kct)
     12                        ((type:relation | type:way) kct_yellow=*) | (color=yellow type=route route=hiking network="cz:kct")
    1313                        </pattern>                     
    1414                </route>
    1515                <route color="#0000FF">
    1616                        <pattern>
    17                         ((type:relation | type:way) kct_blue=*) | (color=blue type=route route=hiking network=cz:kct)
     17                        ((type:relation | type:way) kct_blue=*) | (color=blue type=route route=hiking network="cz:kct")
    1818                        </pattern>
    1919                </route>
    2020                <route color="#00FF00">
    2121                        <pattern>
    22                         ((type:relation | type:way) kct_green=*) | (color=green type=route route=hiking network=cz:kct)
     22                        ((type:relation | type:way) kct_green=*) | (color=green type=route route=hiking network="cz:kct")
    2323                        </pattern>             
    2424                </route>
Note: See TracChangeset for help on using the changeset viewer.