Re: [mkgmap-dev] Relations File doesn't seem to work for routes
Hi
On Sun, Jan 04, 2009 at 09:27:42PM +0100, Felix Hartmann wrote:
> 1. After spending much time trying to get type=route route=bicycle to
> work I give up. I think the actions set in the relations file are simply
> not used, or at least not the apply command on routes.
I am puzzled, I have just tried copying and pasting the rules that you
gave and using them on a small test map and it worked fine.
I am downloading austria.osm from geofabrik and will try it out
and post my results if I can't work out what you are seeing.
> 2.
> How can I create a map with mkgmap without parsing the name= key? (i
> need this because I wan't to create a map that I can use as transparent
> overlay showing only oneway streets, without actually including the name
> key, in order to keep a smaller. Would I need to do this within
> relations file or in lines file?
If you use the action:
name ''
this will result in no name being added to the file.
More concrete example in the lines file, putting the following at the top:
highway=* { name ''}
Would result in all highway's not having a name. There is not a ruleset
that is applied to everything unfortunately, but you can add the name rule
everywhere as needed.
.Steve
_______________________________________________
mkgmap-dev mailing list
mkgmap-dev@lists.mkgmap.org.uk
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev