Hi,

I have noticed mkgmap does not recognize multipolygon pedestrian areas that are tagged without area=yes as polygons.

Example: http://overpass-turbo.eu/s/l6k

Area=yes is I think not needed if it is a mulitpoygon, so I want to add this in my style (or maybe mkgmap should automatically recognize this) but how? I cant figure this out.


I have tried to add this rule in the relation style file:

type=multipolygon & highway=*
{ apply
  {
    set area=yes
  }
}


But this does not work, pedestrian highways are still rendered as line and not as area. Also a rule like highway=* & (type=multipolygon|area=yes) in my polygon style does not work. Any ideas?