Re: [mkgmap-dev] question on new style

2014-01-30 Thread Geoff Sherlock
Hi Steve, The type id's I use for hospitals are: 0x6408 - accident & emergency 0x3002 - other Both these show in Mapsource in searching for hospitals. Regards, Geoff. On 30 January 2014 07:46:12 GMT, Steve Sgalowski wrote: >that line , crashed the compiler > >i am useing a typ file from

Re: [mkgmap-dev] question on new style

2014-01-29 Thread Steve Sgalowski
that line , crashed the compiler i am useing a typ file from another source stephen On Sun, Jan 26, 2014 at 9:22 PM, Bernd Weigelt wrote: > Am Sonntag, 26. Januar 2014, 20:52:28 schrieb Steve Sgalowski: > > try this > > # Hospital > amenity=hospital > { name '${emergency} ${name} ${name}'

Re: [mkgmap-dev] question on new style

2014-01-26 Thread Bernd Weigelt
Am Sonntag, 26. Januar 2014, 20:52:28 schrieb Steve Sgalowski: try this # Hospital amenity=hospital { name '${emergency} ${name} ${name}' | '${emergency}' |'${name}' '${name }} [0x3002 resolution 24] > with my old style file > on my nuvi 1450

[mkgmap-dev] question on new style

2014-01-26 Thread Steve Sgalowski
with my old style file on my nuvi 1450lmt unit , there is no hospitals comming up now on the poi section i have included amenity = hospital and building = hospital here is the code i use for it amenity=hospital { name '${emergency} ${name} ${name}' | '${emergency}' | '${name}' '${name }' }[0x