[mapserver-users] ascii code in a .map file
rafacabanas
correoderafa at hotmail.com
Tue Nov 16 09:20:48 PST 2010
Hello,
I have a .map file which access to a postgres data base. The select query
contains an ascii code character representing the " symbol. For example:
SELECT * FROM & # 3 4 ; table_name & # 3 4 ;
instead of
SELECT * FROM "table_name"
Mapserver doesn't show the layer and when checking the log file of the data
base I've seen that there's and syntaxis error in that position.
If I change myself the file .map, it works. However, that's not a solution
because the .map has to be automatically generate by another app. How can I
solve that problem? Is there any way to change the mapserver encoding? I
there any way to make that mapserver replace the ascii code?
Note: I write the ascii code whith spaces becaus the post editor replaces
the code
Thanks in advance
--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/ascii-code-in-a-map-file-tp5744626p5744626.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
More information about the MapServer-users
mailing list