[QGIS-trac] [Quantum GIS] #2189: Map Server Export - POSTGIS data

Quantum GIS qgis at qgis.org
Thu Dec 3 09:36:58 EST 2009


#2189: Map Server Export - POSTGIS data
---------------------------------------------------------+------------------
   Reporter:  smccabe33                                  |              Owner:  nobody       
       Type:  bug                                        |             Status:  new          
   Priority:  critical: causes crash or data corruption  |          Milestone:  Version 1.4.0
  Component:  Build/Install                              |            Version:  HEAD         
   Keywords:                                             |   Platform_version:               
   Platform:  Debian                                     |           Must_fix:  No           
Status_info:  0                                          |  
---------------------------------------------------------+------------------
 I am using the latest build from your site
 When I export to a Map Server file, I have to remove the "" form the table
 name and the geometry name e.g. the file has this in it
 DATA '"way" FROM "osm_polygon"'
 I need to change it to
 DATA 'way FROM osm_polygon'

 I also have an issue where the FILTER if badly formatted e.g. it appears
 like this:
 FILTER ( "nature"='water' or "landuse"='basin' or "landuse"='reservoir' or
 "waterway"='riverbank'
 )
 and I have to change it to
 FILTER ( "nature"='water' or "landuse"='basin' or "landuse"='reservoir' or
 "waterway"='riverbank')

-- 
Ticket URL: <https://trac.osgeo.org/qgis/ticket/2189>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats


More information about the QGIS-trac mailing list