Ticket #2189 (closed bug: wontfix)
Map Server Export - POSTGIS data
| Reported by: | smccabe33 | Owned by: | rduivenvoorde |
|---|---|---|---|
| Priority: | major: does not work as expected | Milestone: | Version 1.6.0 |
| Component: | Python plugins and bindings | Version: | Trunk |
| Keywords: | Cc: | ||
| Platform Version: | Platform: | Debian | |
| Must Fix for Release: | No | Awaiting user input: | yes |
Description
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')
Change History
Note: See
TracTickets for help on using
tickets.