Various keys are imported by osm2pgsql, certainly more than just amenity. In the case of nominatim the list is near the top of output-gazetteer.c (and unfortunately hard coded at the moment).
You may also need to modify the placex_insert function in gazetteer-functions.sql to assign a suitable address & search rank for the new feature types. -- Brian On 20 October 2010 03:09, Jose Cid <[email protected]> wrote: > Hello All, > > Is there an option (method or so) to parse and OSM file and pass on selected > tags (some tag other than just "amenity") over to Nominatim (Gazetteer) > tables using osm2pgsql (or other tools)? > > > _______________________________________________ > Geocoding mailing list > [email protected] > http://lists.openstreetmap.org/listinfo/geocoding > > _______________________________________________ Geocoding mailing list [email protected] http://lists.openstreetmap.org/listinfo/geocoding

