[OSM-dev] on-road cycle routes - osmarender and ncn tags
Lachlan Rogers
lachlan at rogers.name
Wed Jul 11 02:30:05 BST 2007
When I looked at the Cycle_layer page, it seemed to be mostly concerned with what its name implies - a cycleway layer for online map browsers. As far as I am concerned, this is quite a legitimate topic for a wiki page. I simply wanted to start a page to discuss general issues relating to rendering cycleways.
I think that some of the content currently on the Cycle_layer page probably should come across to the Rendering Cycleway Maps page, but I would still keep the Cycle_layer page for discussion such layers. What do people think?
- Lachlan
On Tue, 10 Jul 2007 09:33:38 +0200
Damian Sulewski <Damian.Sulewski at Uni-Dortmund.de> wrote:
> Hi,
> you could also look at this page:
> http://wiki.openstreetmap.org/index.php/Cycle_layer
>
> and perhaps merge both to one?
>
> Greetings,
> Damian
>
>
> Am Dienstag, den 10.07.2007, 11:57 +1000 schrieb Lachlan Rogers:
> > Mike,
> >
> > I started a page on the wiki for collecting data about this sort of thing:
> > http://wiki.openstreetmap.org/index.php/Rendering_Cycleway_Maps
> >
> > Perhaps you could upload some of your discoveries when you get things working.
> >
> > - Lachlan (latch)
> >
> >
> >
> > On Fri, 6 Jul 2007 19:55:04 +0100
> > mike <mike at bristolbeat.co.uk> wrote:
> >
> > > I'm using osmarender (well - actually tilesAtHome) to build a cycle oriented
> > > map.
> > >
> > > So far I have greyed out all the roads to make them less prominent. I would
> > > like to add color: red to any highways with a route=ncn tag
> > >
> > > I'm just looking at the addclass statement in osmarender, but I'm a little
> > > unsure - can anyone see if the following makes sense?
> > >
> > > <addclass k="route" v="ncn" class="route-ncn">
> > > <rule e="segment|way" k="highway" v="primary">
> > > <line class='highway-core highway-primary-core'
> > > />
> > > </rule>
> > > <rule e="segment|way" k="highway" v="secondary">
> > > <line class='highway-core
> > > highway-secondary-core' />
> > > </rule>
> > > ...
> > > </addclass>
> > >
> > > I'm also unsure, if it does add the class, what will take precedence e.g.
> > > highway-primary-core (color: #c0c0c0;) or route-ncn (color: red;) ?
> > >
> > > If anyone has a good osmarender rule set for cycling that would help..!
> > >
> > > Also, I'm very new to this xsl / svg stuff, so any tips on debugging would
> > > be really, really usefull.
> > >
> > > cheers,
> > >
> > > mike
> > >
> >
> > _______________________________________________
> > dev mailing list
> > dev at openstreetmap.org
> > http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev
> --
> Verification of concurrent C++ programs:
> http://StEAM.cs.uni-dortmund.de
>
>
>
>
>
> _______________________________________________
> dev mailing list
> dev at openstreetmap.org
> http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/dev
More information about the dev
mailing list