Re: [mapserver-users] WMS_ABSTRACT line breaks

2016-06-16 Thread Jeff McKenna
I'm not aware of such functionality inside MapServer; however I do handle this regularly within my applications (OpenLayers actually), usually through a PHP script that on-the-fly gets the remote service's abstract values (for the MAP and LAYER objects) and then cleans it appropriately

[mapserver-users] WMS_ABSTRACT line breaks

2016-06-16 Thread Charlotte Toma (WhereGroup)
Hello, you can specify an abstract in the map file (WMS_ABSTRACT). Since the description is often too long, I wonder if you can define line breaks. These linebreaks should then be passed to the Mapbender3 metadata (shortcut menu in the layertree). Does anyone know how line breaks are possible in

[mapserver-users] Mapcache - merge multiple source in one tileset?

2016-06-16 Thread Michael Schulz
Dear Mapcachers, the documentation of mapcache mentions the possibility to merge "multiple tiles into a single image". I wonder if this means a vertical merging (stacking) of tiles into one output tile? This would be exactly what I'm looking for, but so far I couldn't find a hint how this could

Re: [mapserver-users] Mapfile editor with GUI

2016-06-16 Thread Jeff McKenna
I have added the latest responses onto a new wiki page (https://github.com/mapserver/mapserver/wiki/MapFile-editors). The hope is that those that were scared to create a wiki page will find it easier to edit an existing page :) Please edit that as you wish. Thanks, -jeff -- Jeff McKenna

Re: [mapserver-users] CONNECTIONTYPE OGR use DIALECT SQLITE

2016-06-16 Thread Marco Giana
Hi Even, thanks for the reply. I was meaning to be able to use it on other file types, such as shape and TAB, as one would specify -dialect SQLITE when doing ogrinfo. Cheers * Marco Giana* On Thu, Jun 16, 2016 at 9:59 PM, Even Rouault wrote: > Le jeudi 16 juin 2016

Re: [mapserver-users] Mapfile editor with GUI

2016-06-16 Thread LUIS CONTI BUENO
Hi, Test gvsig 2.2 final. Download this software at http://www.gvsig.com/es/web/guest/productos/gvsig-desktop/descargas The menu option "View->Export View->Export->Export View to server configuration" exports current project to mapfile with layers and styles. bye. El 15/06/16 a las 11:58,

Re: [mapserver-users] CONNECTIONTYPE OGR use DIALECT SQLITE

2016-06-16 Thread Even Rouault
Le jeudi 16 juin 2016 09:04:00, Marco Giana a écrit : > Hi, > > I have a layer config > > CONNECTION "E:\\All\\Data\\Kingston\\VicMap\\Tab\\KINGSTON_LGA_POLYGON.tab" > CONNECTIONTYPE OGR > DATA "SELECT * FROM KINGSTON_LGA_POLYGON" > > wondering, is it possible set DIALECT SQLITE in the MapFile

Re: [mapserver-users] CONNECTIONTYPE OGR use DIALECT SQLITE

2016-06-16 Thread lars . schylberg
Hi Marco, We ha a similar discussion last year.  I didn't find a direct way to specify sqlite dialect in the data statement.  You could however write it in a vrt file where You could set the sql dialect. An example can be found in this discussion tread:

Re: [mapserver-users] Mapfile editor with GUI

2016-06-16 Thread Jonathan Beliën
Hi, There is also my « MapFile Generator » project (developed in PHP) : https://github.com/jbelien/MapFile-Generator Still a work in progress (even if I haven’t much time for it for the moment) but it works quite well with basic MapFiles. Good day. Jonathan Beliën GEO-6 De

[mapserver-users] CONNECTIONTYPE OGR use DIALECT SQLITE

2016-06-16 Thread Marco Giana
Hi, I have a layer config CONNECTION "E:\\All\\Data\\Kingston\\VicMap\\Tab\\KINGSTON_LGA_POLYGON.tab" CONNECTIONTYPE OGR DATA "SELECT * FROM KINGSTON_LGA_POLYGON" wondering, is it possible set DIALECT SQLITE in the MapFile to be able to use spatialite SQL rather than OGR_SQL in the DATA tag?