Re: [mkgmap-dev] Problem with styles

2009-08-05 Thread Willem Sonke
{ set route=bus; add rn='${route_no}' ; }} Willem1 -Oorspronkelijk bericht- Van: Volker Bosch [mailto:volker.bo...@t-online.de] Verzonden: dinsdag 4 augustus 2009 19:54 Aan: mkgmap-dev@lists.mkgmap.org.uk Onderwerp: Re: [mkgmap-dev] Problem with styles Hello Willem, I get the following

Re: [mkgmap-dev] Problem with styles

2009-08-04 Thread Steve Ratcliffe
*G:\Willem\Mijn documenten\mkgmap\mkgmapr1117java -jar mkgmap.jar --style-file=fietskrt fiets2.osm* If your style is zipped as attached to your message then you need to give the full name fietskrt.zip Does that help? ..Steve ___ mkgmap-dev mailing

Re: [mkgmap-dev] Problem with styles

2009-08-04 Thread Volker Bosch
Hello Willem, I get the following exception: Error in style: Error: (relations:8): Stack size is 3 ^^^ I think in your relations files the operators are missing: Replace type=route route=bicycle network=rcn { apply { set fietsroutercn=yes; }} by

Re: [mkgmap-dev] Problem with styles

2009-07-26 Thread Torsten Leistikow
sonke...@planet.nl schrieb: I have a problem when I'm trying to use a style. If I create a style, for example fiets, put it in the folder mkgmap\resources\styles\fiets, and I use the command java -jar mkgmap.jar map.osm --tdbfile --style-file=styles\fiets then mkgmap just uses the default

Re: [mkgmap-dev] Problem with styles

2009-07-26 Thread sonke016
I now have put the style folder in the mkgmap base map, and --style=fiets doesn't seem to work. Do I have to put the style in a zip-file? Willem1 sonke016 at planet.nl schrieb: I have a problem when I'm trying to use a style. If I create a style, for example fiets, put it in the folder

Re: [mkgmap-dev] Problem with styles

2009-07-26 Thread Mark Burton
This works for me: I have a directory called mkgmap-burto-style. In it are: info lines options points polygons relations version I use the following option: --style-file=mkgmap-burto-style That assumes that mkgmap-burto-style is in the current directory. Obviously, you need to put in a