Changeset 3612 in josm for trunk/styles


Ignore:
Timestamp:
2010-10-16T22:08:17+02:00 (14 years ago)
Author:
stoecker
Message:

add XML checking for mappaint files

Location:
trunk/styles
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/maxspeed/elemstyles.xml

    r2091 r3612  
    1 
    2 <rules>
     1<?xml version="1.0" encoding="UTF-8"?>
     2<rules xmlns="http://josm.openstreetmap.de/mappaint-style-1.0"
     3       name="standard">
    34
    45        <rule>
  • trunk/styles/standard/elemstyles.xml

    r3611 r3612  
     1<?xml version="1.0" encoding="UTF-8"?>
     2<rules xmlns="http://josm.openstreetmap.de/mappaint-style-1.0"
     3       name="standard">
    14<!--
    25A little help:
     
    7073-->
    7174
    72 <rules name="standard">
    73 
    7475        <rule>
    7576                <condition k="restriction" v="no_left_turn"/>
  • trunk/styles/standard/elemstyles_gb.xml

    r1745 r3612  
     1<?xml version="1.0" encoding="UTF-8"?>
     2<rules xmlns="http://josm.openstreetmap.de/mappaint-style-1.0"
     3       name="standard" author="Ulf Lamping" version="1.0" shortdescription="British map overlay"
     4       description="Special rules to take differences in the british area into account (e.g. traffic signs).">
    15<!--
    26 GB specific rules
     
    812-->
    913
    10 <rules name="standard" author="Ulf Lamping" version="1.0" shortdescription="British map overlay"
    11         description="Special rules to take differences in the british area into account (e.g. traffic signs).">
    1214        <rule>
    1315                <condition k="restriction" v="no_left_turn"/>
Note: See TracChangeset for help on using the changeset viewer.