This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

placex not all elements in map osm

0

Hi all

I install nominatim in a pc, with import osm dat with roads.

The "placex" has less elements with a "place", it's like random elements loaded.

Is it possible to allow placex load all elements, is possible change config of nominatim?

thank you very much for your attention

alt text

asked 01 Nov '13, 19:47

alveniz's gravatar image

alveniz
51557
accept rate: 0%


2 Answers:

1

The Nominatim database schema is optimised for Nominatim use. The contents of place/placex are an internal implementation detail. If you want a generic database import that you can use for other purposes than running Nomiatim on it, try a manual osm2pgsql import (or try imposm).

answered 02 Nov '13, 21:15

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

0

answered 15 Nov '13, 17:31

alveniz's gravatar image

alveniz
51557
accept rate: 0%

Source code available on GitHub .