[OSM-talk] elemstyles in JOSM

Joerg Ostertag (OSM Munich/Germany) openstreetmap at ostertag.name
Fri Jan 5 18:09:49 GMT 2007


On Friday 05 January 2007 18:44, Joerg Ostertag (OSM Munich/Germany) wrote:
> On Friday 05 January 2007 17:52, Christoph Eckert wrote:
> > Hi,
> >
> > I tried to add further styles to elemstyles.xml, but it seems to have
> > less effect on some tags. For example I tried
> >
> > <rule>
> > <condition k="waterway" v="river"/>
> > <line width="2" colour="#00008b" />
> > </rule>

I just tried it again. It works. Here is the start of the modified File:

tweety at moby:~/.josm$ head  /home/tweety/.josm/plugins/mappaint/elemstyles.xml
<rules>

<rule>
<condition k="waterway" v="river"/>
<line width="1" colour="#0000ff" />
</rule>

<rule>
<condition k="highway" v="footway"/>
<line width="1" colour="#00ff00" />




More information about the talk mailing list