On Tue, Nov 05, 2013 at 06:39:22PM +0000, Sarah Hoffmann wrote: > > D.h. addr:postcode wird ignoriert sondern es werden die plz polygone > > verwendet? > > Beim Erstimport letztes Jahr wurden PLZ-Centroiden aus den damals vorhandenen > addr:postcode-Tags berechnet. Das ist so ziemlich alles, was verwendet wird.
Ich prokel da ja gerade ein bischen rum - Hatte eine Adresse da fehlte die Straße - addr:* war auf den Buildings vollständig drauf. http://www.openstreetmap.org/browse/way/242237169 Dann habe ich die Straße hinzugefuegt - Leider wird die Adresse nicht gefunden, nur die Straße. Ist das ein indexing Problem was nur durch reimport gelöst werden kann (Oder durch update der Building outlines). Scheint als stoße hier das inkrementelle ändern an seine Grenzen. Oder bin ich wie immer nur zu ungeduldig? Vorher - Es wird irgendein Lagerplatz gefunden. $ wget -O - -q 'http://nominatim.openstreetmap.org/?q=Hollenbergs+Hügel+41,49492+Westerkappeln&format=jsonv2&addressdetails=1' | perl -e 'use JSON; use Data::Dumper; print Dumper(decode_json(<STDIN>));' $VAR1 = [ { 'importance' => 1, 'boundingbox' => [ '52.2819213867188', '52.282585144043', '7.85009336471558', '7.85195827484131' ], 'licence' => "Data \x{a9} OpenStreetMap contributors, ODbL 1.0. http://www.openstreetmap.org/copyright", 'lat' => '52.2822527', 'osm_id' => '153894516', 'osm_type' => 'way', 'display_name' => "Lagerplatz Gemeinde Westerkappeln, Hollenbergs H\x{fc}gel, Westerkappeln, Kreis Steinfurt, Regierungsbezirk M\x{fc}nster, Nordrhein-Westfalen, 49492, Deutschland, European Union", 'place_rank' => '22', 'place_id' => '86992293', 'address' => { 'country' => 'Deutschland', 'state_district' => "Regierungsbezirk M\x{fc}nster", 'country_code' => 'de', 'commercial' => 'Lagerplatz Gemeinde Westerkappeln', 'state' => 'Nordrhein-Westfalen', 'suburb' => "Hollenbergs H\x{fc}gel", 'city' => 'Westerkappeln', 'continent' => 'European Union', 'county' => 'Kreis Steinfurt', 'postcode' => '49492' }, 'type' => 'commercial', 'lon' => '7.85102621916126', 'category' => 'landuse' } ]; Straße hinzugefügt: $ wget -O - -q 'http://nominatim.openstreetmap.org/?q=Hollenbergs+Hügel+41,49492+Westerkappeln&format=jsonv2&addressdetails=1' | perl -e 'use JSON; use Data::Dumper; print Dumper(decode_json(<STDIN>));' $VAR1 = [ { 'importance' => 1, 'boundingbox' => [ '52.2819213867188', '52.282585144043', '7.85009336471558', '7.85195827484131' ], 'licence' => "Data \x{a9} OpenStreetMap contributors, ODbL 1.0. http://www.openstreetmap.org/copyright", 'lat' => '52.2822527', 'osm_id' => '153894516', 'osm_type' => 'way', 'display_name' => "Lagerplatz Gemeinde Westerkappeln, Hollenbergs H\x{fc}gel, Westerkappeln, Kreis Steinfurt, Regierungsbezirk M\x{fc}nster, Nordrhein-Westfalen, 49492, Deutschland, European Union", 'place_rank' => '22', 'place_id' => '86992293', 'address' => { 'country' => 'Deutschland', 'state_district' => "Regierungsbezirk M\x{fc}nster", 'country_code' => 'de', 'commercial' => 'Lagerplatz Gemeinde Westerkappeln', 'state' => 'Nordrhein-Westfalen', 'suburb' => "Hollenbergs H\x{fc}gel", 'city' => 'Westerkappeln', 'continent' => 'European Union', 'county' => 'Kreis Steinfurt', 'postcode' => '49492' }, 'type' => 'commercial', 'lon' => '7.85102621916126', 'category' => 'landuse' }, { 'importance' => '0.9', 'boundingbox' => [ '52.2846755981445', '52.2854766845703', '7.8456859588623', '7.84583759307861' ], 'licence' => "Data \x{a9} OpenStreetMap contributors, ODbL 1.0. http://www.openstreetmap.org/copyright", 'lat' => '52.2847432', 'osm_id' => '242230854', 'osm_type' => 'way', 'display_name' => "Hollenbergs H\x{fc}gel, Westerkappeln, Kreis Steinfurt, Regierungsbezirk M\x{fc}nster, Nordrhein-Westfalen, 49492, Deutschland, European Union", 'place_rank' => '26', 'place_id' => '9146110848', 'address' => { 'country' => 'Deutschland', 'state_district' => "Regierungsbezirk M\x{fc}nster", 'country_code' => 'de', 'state' => 'Nordrhein-Westfalen', 'suburb' => "Hollenbergs H\x{fc}gel", 'city' => 'Westerkappeln', 'continent' => 'European Union', 'county' => 'Kreis Steinfurt', 'road' => "Hollenbergs H\x{fc}gel", 'postcode' => '49492' }, 'type' => 'living_street', 'lon' => '7.8458373', 'category' => 'highway' }, { 'importance' => '0.9', 'boundingbox' => [ '52.2843322753906', '52.2864799499512', '7.8463978767395', '7.84793281555176' ], 'licence' => "Data \x{a9} OpenStreetMap contributors, ODbL 1.0. http://www.openstreetmap.org/copyright", 'lat' => '52.2851529', 'osm_id' => '39332070', 'osm_type' => 'way', 'display_name' => "Hollenbergs H\x{fc}gel, Westerkappeln, Kreis Steinfurt, Regierungsbezirk M\x{fc}nster, Nordrhein-Westfalen, 49492, Deutschland, European Union", 'place_rank' => '26', 'place_id' => '46235055', 'address' => { 'country' => 'Deutschland', 'state_district' => "Regierungsbezirk M\x{fc}nster", 'country_code' => 'de', 'state' => 'Nordrhein-Westfalen', 'suburb' => "Hollenbergs H\x{fc}gel", 'city' => 'Westerkappeln', 'continent' => 'European Union', 'county' => 'Kreis Steinfurt', 'road' => "Hollenbergs H\x{fc}gel", 'postcode' => '49492' }, 'type' => 'residential', 'lon' => '7.8472197', 'category' => 'highway' } ]; Flo -- Florian Lohoff [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Talk-de mailing list [email protected] https://lists.openstreetmap.org/listinfo/talk-de

