Am 14.06.2010 23:10, schrieb Stephan Knauss:
I'm a bit confused. Is there more than one database instance running? Why is the rendering there?
There was an old set of tables (planet_osm_) which was not using the hstore column. I dropped it just now. Please use the new tables (planet_). Sorry for the confusion.
osm_mapnik=> select osm_id, tags from planet_point where osm_id=761462252; osm_id | tags -----------+------------------------------------------------------ 761462252 | "name"=>"Laab", "amenity"=>"restaurant", "addr:street"=>"SenftlstraÃe", "addr:housenumber"=>"9" (1 row)
Peter