logo separator

[mkgmap-dev] Family-name trouble when combining *.img to gmapsupp.img

From Marko Mäkelä marko.makela at iki.fi on Thu May 6 10:33:07 BST 2010

On Wed, May 05, 2010 at 10:15:55PM +0200, Ralf Kleineisel wrote:
>On 05/05/2010 10:01 PM, Marko Mäkelä wrote:
>
>> * the combined map (3rd try): both maps called "ways"
>> java -Xmx1024m -jar mkgmap.jar --gmapsupp --family-name=ways 
>> 6324000*.img --family-name=transport 73174273.img
>
>Try this:
>
>java -Xmx1024m -jar mkgmap.jar --gmapsupp --family-name=ways 
>--family-id=42 6324000*.img --family-name=transport --family-id=3583 
>73174273.img

Thanks, this almost did the trick. Now I see "transport" and "ways" in 
my map menu (yes, in reverse order). The "transport" enables the 
6324000* (family id 42) and the "ways" enables the 73174273 (family id 
3583).

>Or even better (in my experience), put the options into a template.args
>file.

Sure. Once I get this sorted out, I plan to polish and publish my 
scripts.  I want to create a "transport" layer (public transit routes) 
and a "traffic" layer (maxspeed, traffic_calming=*, barrier=*) on top of 
the base map.

I should figure out good line codes for the bus and rail routes that 
work "out of the box", without a TYP file.  Right now I am misusing 
0x1c, 0x1e, which are for administrative boundaries.  Not very readable 
when you view a city that has suburb boundaries all over the place :-)

	Marko



More information about the mkgmap-dev mailing list