Closed rinigus closed 6 years ago
With https://github.com/rinigus/geocoder-nlp/commit/e7eec630f638e37c200824268874109967cc9089 I have added support for POIs without name. This was done by:
making specific libosmscout importer that allows POIs without names (https://github.com/rinigus/libosmscout/commit/7f34b19468758fd1d20083b5a86dc2633083df30)
adding whitelist of POI types that are imported without names as well (https://github.com/rinigus/geocoder-nlp/blob/master/importer/stylesheet/whitelist)
if an empty name is specified, its indicated by leaving it blank in the return string
The fix will be released as a part of the next map import and osm scout server release
While this issue is resolved, we'll have to go through white listed types. You could either open a new issue or suggest them here - whatever is easier.
Originally from https://github.com/rinigus/osmscout-server/issues/228
@palbr:
As mentioned in https://talk.maemo.org/showthread.php?p=1539764&postcount=119, OSM Scout Server drops OSM POIs, which do not have a name.
This will delete many POIs (which are interesting for me) like parking lots, public toilets or playgrounds, since those typically do not have special names.
Example: Looking at the parkings lots in my home town, I see the following POI search results:
Could you please remove this filter criterion?