Re: [mapserver-users] Dashed line - compatible with 5.6 and 6.0

2012-10-03 Thread Havard Tveite
You are right, PATTERN was moved from SYMBOL to STYLE. See the migration guide: http://mapserver.org/MIGRATION_GUIDE.html I don't think it is possible to have a map file that serves both versions. Håvard On 10/03/2012 11:48 PM, Ian Walberg wrote: Folks, We cannot create a map file which draws

Re: [mapserver-users] Cairo SVG & PDF output

2012-10-03 Thread Christy Nieman
Thanks for confirming that it's a bug, Thomas. I created an issue in githb: https://github.com/mapserver/mapserver/issues/4487 Christy On 2012-10-03, at 1:33 PM, thomas bonfort wrote: > Cairo is expecting us to create our canvas with width and height > specified in points, whereas we are provi

[mapserver-users] Dashed line - compatible with 5.6 and 6.0

2012-10-03 Thread Ian Walberg
Folks, We cannot create a map file which draws a dashed line for both mapsrver 5.6 and 6.0. Is there a way of supporting this in a way that is compatible with both? It looks like it’s the PATTERN being moved from the symbol definition to the style which is the problem. Thanks Ian ___

Re: [mapserver-users] Map file keyword dictionary

2012-10-03 Thread Rahkonen Jukka
Hi, Perhaps this XML mapfile schema is up-to-date http://trac.osgeo.org/mapserver/attachment/ticket/2872/mapfile-schema-0.0.6.xsd -Jukka Rahkonen- Mike Saunt wrote: > Hi All > Can anyone point me to a list of ALL keywords used within a mapfile? Looking > at us

[mapserver-users] Map file keyword dictionary

2012-10-03 Thread Mike Saunt
Hi All Can anyone point me to a list of ALL keywords used within a mapfile? Looking at using this within a Rich Text Editor to color and identify. Much apprecaited Mike ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osge

Re: [mapserver-users] Iberpix y Mapserver

2012-10-03 Thread javier
El mié, 03-10-2012 a las 19:01 +0200, javier escribió: > Buenas tardes. > He definido un mapa y lo he exportado desde qgis a mapserver. > Lo llamo desde OpenLayers y lo veo, por lo menos me muestra la imagen. > Lo que no consigo es hacer zoom sobre el mapa, le he definido todos lo > objetos para po

Re: [mapserver-users] Accessing images from remote servers

2012-10-03 Thread Ian Walberg
Thomas, As ever we were looking for a more complicated solution than the one in front of our eyes :) Let us try this. Thank Ian -Original Message- From: thomas bonfort [mailto:thomas.bonf...@gmail.com] Sent: Wednesday, October 03, 2012 10:26 AM To: Ian Walberg Cc: mapserver-users@lis

Re: [mapserver-users] Cairo SVG & PDF output

2012-10-03 Thread thomas bonfort
Cairo is expecting us to create our canvas with width and height specified in points, whereas we are providing pixels, so this would be a bug. -- thomas On Wed, Oct 3, 2012 at 7:03 PM, Christy Nieman wrote: > Hi all, > > I have been looking into something I just noticed when I change the output

Re: [mapserver-users] Cairo SVG & PDF output

2012-10-03 Thread Rahkonen Jukka
Hi, It feels like it could be useful to have for example something like FORMATOPTION "DPI=xxx" that could be used when defining PDF outputformat http://www.mapserver.org/mapfile/outputformat.html#outputformat I am not sure what GDAL configuration option GDAL_PDF_DPI is doing but perhaps it is

Re: [mapserver-users] Accessing images from remote servers

2012-10-03 Thread thomas bonfort
On Wed, Oct 3, 2012 at 7:17 PM, Ian Walberg wrote: > Thomas, > > Our imagery data today is in a number of individual files and we use the > tileindex to allow the one layer to access whatever is available for that > area. > > If we use WMS or WFS to access the imagery can we use the same setup

Re: [mapserver-users] Accessing images from remote servers

2012-10-03 Thread Ian Walberg
Thomas, Our imagery data today is in a number of individual files and we use the tileindex to allow the one layer to access whatever is available for that area. If we use WMS or WFS to access the imagery can we use the same setup for the layer on the WMS server? Thanks Ian -Original Mes

Re: [mapserver-users] Accessing images from remote servers

2012-10-03 Thread thomas bonfort
On Wed, Oct 3, 2012 at 5:59 PM, Ian Walberg wrote: > Hello list, > > We need to build a mapserver application which is running on multiple > devices with limited local storage, because of this the imagery will > have to be on a separate server. > > The application we have today runs on a single s

[mapserver-users] Cairo SVG & PDF output

2012-10-03 Thread Christy Nieman
Hi all, I have been looking into something I just noticed when I change the output of a map draw from png to Cairo svg or pdf. A 300px by 300px png image became a 375 px by 375 px svg according to Inkscape. I realized this is because the size of the svg was specified in points and Inkscape

Re: [mapserver-users] Accessing images from remote servers

2012-10-03 Thread Ian Walberg
Thomas, We are reviewing the options as part of this exercise but at the moment we were hoping to use http which was why WMS and WFS seemed appealing. I am not familiar with FUSE mounted directories but I assume this would allow us to see the remote server as if it was in the local filesystem?

Re: [mapserver-users] Accessing images from remote servers

2012-10-03 Thread thomas bonfort
Ian, What mechanism were you considering to access the remote data? Plain tileindexes+shapefiles on a FUSE mounted directory should be completely transparent from mapserver, and you get to choose which fuse mechanism to use to do the network mounting. regards, thomas On Wed, Oct 3, 2012 at 5:59 P

Re: [mapserver-users] Accessing images from remote servers

2012-10-03 Thread Venkat Shesu Reddem
Dear Ian, Along with this can it be possible to access imagery using MapServer from database such as MySQL where images like GeoTiFF can be stored as BLOB object. This can allow to mapserver running on multiple devices to access imagery from different database servers. with regards Venkat On We

[mapserver-users] Accessing images from remote servers

2012-10-03 Thread Ian Walberg
Hello list, We need to build a mapserver application which is running on multiple devices with limited local storage, because of this the imagery will have to be on a separate server. The application we have today runs on a single server and we access the imagery using tileindex shapefiles. So