logo separator

[mkgmap-dev] Implications of mkgmap style processor bug

From Steve Ratcliffe steve at parabola.me.uk on Wed Oct 16 13:16:15 BST 2013

On 16/10/13 13:01, Felix Hartmann wrote:
> Will this be handled correctly or not (points file)?
> amenity=toilet {set amenity=toilets}
> amenity=toilets {set name='toilets ${name}'|'toilets'}
>                                     [0x10903 resolution 24 continue]

That should work fine, it is only tag=* that is affected.

The following would fail assuming toilets= is not a proper tag.

   amenity=toilet {set toilets=yes}
   toilets=* {set name='toilets ${name}'|'toilets'}
                                       [0x10903 resolution 24 continue]

I will fix it, but we need to get some tests working again first.

..Steve


More information about the mkgmap-dev mailing list