Hallo,

Sven Geggus wrote:
> Der mapnik erzeugt irgendwie merkwürdige SQL Anfragen:

Das kommt dann, wenn Mapnik nicht rausfindet, wie Deine Geometriespalte 
heisst. Entweder, weil Du mehrere hast, oder weil die Spezialtabelle 
geometry_columns nicht richtig befuellt wurde. Etwa so sollte die aussehen:

osm=# select * from geometry_columns;
  f_table_catalog | f_table_schema |    f_table_name    | 
f_geometry_column | coord_dimension |  srid  |    type
-----------------+----------------+--------------------+-------------------+-----------------+--------+------------
                  | public         | planet_osm_point   | way 
     |               2 | 900913 | POINT
                  | public         | planet_osm_line    | way 
     |               2 | 900913 | LINESTRING
                  | public         | planet_osm_polygon | way 
     |               2 | 900913 | POLYGON
                  | public         | planet_osm_roads   | way 
     |               2 | 900913 | LINESTRING
(4 Zeilen)

Bye
Frederik

-- 
Frederik Ramm  ##  eMail [email protected]  ##  N49°00'09" E008°23'33"

_______________________________________________
Talk-de mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/talk-de

Antwort per Email an