[mapserver-users] Export map into pdf

2012-08-22 Thread sharad
hi all, i am developing web application using mapserver with C#/Mapscript. how can I export map into pdf file using c#/mapscript? I will appreciate your reply. thanks sharad -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Export-map-into-pdf-tp4996952.html Sent from

Re: [mapserver-users] Export map into pdf

2012-08-22 Thread Till Adams
Hi Sharad, we use MapFish-print-servlet, which is the best software I know for generating maps in pdf. - http://www.mapfish.org/doc/print/ But this is in Java, so the other side of the river ;-) Reagrds, Till On 22.08.2012 11:39, sharad wrote: hi all, i am developing web application using

Re: [mapserver-users] Export map into pdf

2012-08-22 Thread Rahkonen Jukka
Hi, Define pdf as one of the outputformats. http://www.mapserver.org/mapfile/outputformat.html I am not sure how to make nice prints with legends and logos and such, but the map itself is easy to push into pdf with no extra work at all. Note that it can be geospatial pdf with coordinates

Re: [mapserver-users] Tile Index Issues

2012-08-22 Thread Jeff McKenna
Hello, You might also test your mapfile with the shp2img utility (http://mapserver.org/utilities/shp2img.html) with the switch -all_debug 5 to see your errors (and report to this list). -jeff -- Jeff McKenna MapServer Consulting and Training Services http://www.gatewaygeomatics.com/ On

Re: [mapserver-users] Tile Index Issues

2012-08-22 Thread Rahkonen Jukka
Hi, I have a feeling that I had problems with vector tile index and native Mapserver connection. For some reason I have changed our mapfiles to connect with OGR. Anyway, now when I had a try, both are working. Perhaps I had some issues with GetFeatureInfo and not with GetMaps. I have created

[mapserver-users] mapserver user can not make the shapefile data correctly show in the browser

2012-08-22 Thread 李杨
Hello, respected everyone, I have a problem when using Mapserver. I just using Maperver to rend an shapefile on ubuntu 12.04. but the expect image is not correctly showing, i think there maybe some problem with my mapfile set, especially with IMAGEURL define? I use a guide in the link :

Re: [mapserver-users] mapserver user can not make the shapefile data correctly show in the browser

2012-08-22 Thread Fawcett, David (MPCA)
Yang Li, You may want to try to use a relative URL for the IMAGEURL. Try changing it from: IMAGEURL /output/ To: IMAGEURL output/ David. From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of ?? Sent: Wednesday, August 22, 2012 11:50 AM

Re: [mapserver-users] Tile Index Issues (Stephen Woodbridge)

2012-08-22 Thread Peter Mallen
Hi Stephen, I have posted part of my mapfile below. I am also using the debug to send any errors to the log but no errors seem to come up. Forgot to mention that my shapefiles display in QGIS when using the tile index shapefile. LAYER NAME 'banner1' STATUS DEFAULT DEBUG 5

Re: [mapserver-users] Tile Index Issues (Stephen Woodbridge)

2012-08-22 Thread Stephen Woodbridge
On 8/22/2012 6:01 PM, Peter Mallen wrote: Hi Stephen, I have posted part of my mapfile below. I am also using the debug to send any errors to the log but no errors seem to come up. Forgot to mention that my shapefiles display in QGIS when using the tile index shapefile. I would try this: