[Tile-serving] [openstreetmap/osm2pgsql] Options to import for manual geocoding (#688)
Paul Norman
notifications at github.com
Wed Feb 8 18:26:34 UTC 2017
The pgsql backend is intended for rendering. If you want to do geocoding with it you'll need to change the [.style](https://github.com/openstreetmap/osm2pgsql/blob/master/default.style) file you're using to get different tags in. Lua might be helpful here to normalize names (e.g. road contractions)
You can also use the gazetteer backend, which is why nominatim uses. There is little support on its schema.
A third option is to do the import with nominatim but then query the tables manually.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/688#issuecomment-278417711
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20170208/af1078e3/attachment-0001.html>
More information about the Tile-serving
mailing list