Re: [mkgmap-dev] is_in with own Tags?

2021-02-22 Thread Ticker Berkin
Hi Jan To suppress a point POI if is_in an area/polygon that may also generate one: leisure=stadium & sport=swimming & mkgmap:area2poi!=* & is_in(leisure, stadium, in_or_on)=false & is_in(leisure, water_park, in_or_on)=false & is_in(leisure, swimming_pool, in_or_on)=false {...stadium

Re: [mkgmap-dev] is_in with own Tags?

2021-02-22 Thread jan meisters
Hi Ticker, thank you - yes, that explains a lot of my troubles. But - if I got you right: isn`t this what I need? For an area2poi POI, it is almost certain that it is_in(its own type) but you can exclude it if is_in(the other types). Do you have an example for the mentioned