[OSM-talk] custom JOSM (landsat) download location changed

Andrew Findlay andrew at findlay.org
Sun Oct 1 20:37:14 BST 2006


On Fri, Sep 29, 2006 at 08:21:19PM +0100, Nick Whitelegg wrote:

> The URL of the custom version of JOSM with Landsat support has changed to:
> 
> http://www.free-map.org.uk/downloads/josm/
> 
> One small update since earlier in the week - the 'ways coloured according to 
> tags' style is now settable from the preferences dialog.

Very useful features - thanks.

I attach a diff for elemstyles.xml that changes one or two colours
and adds a few more definitions. The main reason for this is to make
selected ways stand out more. Maybe the default colour for ways
should be a bit darker too.

Andrew
-- 
-----------------------------------------------------------------------
|                 From Andrew Findlay, Skills 1st Ltd                 |
| Consultant in large-scale systems, networks, and directory services |
|     http://www.skills-1st.co.uk/                +44 1628 782565     |
-----------------------------------------------------------------------
-------------- next part --------------
--- elemstyles.xml.dist	2006-10-01 20:32:09.000000000 +0100
+++ /home/andrew/.josm/elemstyles.xml	2006-10-01 20:28:44.000000000 +0100
@@ -42,12 +42,22 @@
 
 <rule>
 <condition k="highway" v="unclassified"/>
-<line width="2" colour="#c0c0c0"/>
+<line width="2" colour="#c0c000"/>
 </rule>
 
 <rule>
 <condition k="highway" v="residential"/>
-<line width="2" colour="#c0c0c0"/>
+<line width="2" colour="#a0a0a0"/>
+</rule>
+
+<rule>
+<condition k="waterway" v="river"/>
+<line width="3" colour="#1010ff"/>
+</rule>
+
+<rule>
+<condition k="waterway" v="stream"/>
+<line width="3" colour="#1010ff"/>
 </rule>
 
 <rule>
@@ -231,6 +241,21 @@
 </rule>
 
 <rule>
+<condition k="landuse" v="commercial"/>
+<area colour="#505050" />
+</rule>
+
+<rule>
+<condition k="landuse" v="brownfield"/>
+<area colour="#a25a33" />
+</rule>
+
+<rule>
+<condition k="landuse" v="forest"/>
+<area colour="#008000" />
+</rule>
+
+<rule>
 <condition k="landuse" v="wood"/>
 <area colour="#008000" />
 </rule>


More information about the talk mailing list