rinigus / geocoder-nlp

Geocoder library based on libpostal normalization of libosmscout generated database
MIT License
21 stars 1 forks source link

Do not drop POIs without name #35

Closed rinigus closed 6 years ago

rinigus commented 6 years ago

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?

rinigus commented 6 years ago

With https://github.com/rinigus/geocoder-nlp/commit/e7eec630f638e37c200824268874109967cc9089 I have added support for POIs without name. This was done by:

The fix will be released as a part of the next map import and osm scout server release

rinigus commented 6 years ago

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.