Currently using planet_point, planet_line and planet_polygon to search for wikipedia tags.
osm_mapnik=> SELECT osm_id, name FROM planet_line WHERE osm_id=-59464 LIMIT 1; osm_id | name --------+------ -59464 | I'll add planet_rels to the search. -- Raul 2012/1/27 Tim Alder <[email protected]>: > Nice, > one comment: > I think we name:xx only if it's different from from name-Value. > So e.g. for name="Bundesstraße 455" we don't need name:de="Bundesstraße 455" > > Or do you know, why you have for > http://www.openstreetmap.org/browse/relation/59464 > no OSM-name in your table? > > Greetings Tim > > > > Zitat von Raul Kern <[email protected]>: > >> Hoi, >> >> made a script to add new name:XX values to Openstreetmap using >> wikipedia links from OSM and interlanguage links from Wikipedias. >> >> -> http://toolserver.org/~kentaur/osm_wp/show_osm_wp.php >> >> Currently it can be used for 4 target languages: English, German, >> Russian and Estonian. >> >> Source is at https://svn.toolserver.org/svnroot/kentaur/php/osm_wp/ >> >> >> -- >> Raul >> >> _______________________________________________ >> Maps-l mailing list >> [email protected] >> https://lists.wikimedia.org/mailman/listinfo/maps-l >> >> > > > > _______________________________________________ > Maps-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/maps-l _______________________________________________ Maps-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/maps-l
