I'm just starting to play with the databases (Nominatim, Mapnik), but I'm a little bit confused about such an easy task: "How to get a list of all cities in Germany?" Nominatim: It could be so easy, but of course it is not. If I search all states of Germany, I get a only 13 back (of 16!). Why? Because the others do have "Deutschland" instead of "Germany" in their "isin"-column or just nothing. Mapnik: I suppose the "savest" way would be to find all city-Points inside the "Germany"-polygon? But I can't even find the Germany-polygon. I only found the Germany-point. How do I do this? Or am I doing it totally wrong? What would be your approach? asked 27 Apr '12, 12:10 np00 |
Several possible approaches:
answered 27 Apr '12, 12:20 Frederik Ramm ♦ Because I'm planning to get used to the databases, I will focus on the first approach. Is my assumtion for the mapnik-database true? Could you help/lead me with that? Thanks for the quick response!
(27 Apr '12, 12:30)
np00
2
Mapnik is out of point here. Mapnik is the software used for rendering the data from a postgis database. You need to import the OSM data in a postgis database.
(03 May '12, 09:41)
NicolasDumoulin
|