osm-oscar / oscar-web

A simple search engine for OpenStreetMap data
https://www.oscar-web.de
Other
5 stars 2 forks source link

Dilation operation produces incorret results #67

Open dbahrdt opened 4 years ago

dbahrdt commented 4 years ago

Consider the query %25%(#"Bayern" #"Munich")

This should return at most some parts of BW/CZ/A but instead one gets almost everything.

The following works %24%(#"Bayern" #"Munich")

25 km is the currenty set dilation cache threshold.

Additionally if the input to the dilation is large then strange things are happening too: %1%% #"Bayern" results in stuff in Portugal, Turkey and Russia beeing returned.