[mapserver-users] Can a legend graphic be scaled?

2018-01-10 Thread Basques, Bob (CI-StPaul)
All, I would like to be able to scale the symbology in the legend differently from the map (about half scale), is there any way to do that? I played around withthe Cip sizing to try and get what I was after, but that wasn’t working out quite right.

Re: [mapserver-users] MapServer returns a blank image when requesting a square image

2018-01-10 Thread Seth G
Hi Pablo, Just to note I also ran into this issue so you are not alone! A WMS request from OpenLayers to MapServer would be fine, but modifying the size of the image (WIDTH and HEIGHT parameters) would result in a blank image and no errors in the logs.I never got a chance to debug further

[mapserver-users] MapServer returns a blank image when requesting a square image

2018-01-10 Thread Pablo Sanfilippo
Hi all, I admit this is the weirdest issue I have come across. This are the relevant parts of my MapServer configuration: # A valid mapfile used for testing MAP NAME valid STATUS ON PROJECTION "init=epsg:4326" END IMAGECOLOR 0 0 0 TRANSPARENT ON WEB METADATA

Re: [mapserver-users] How use ogr provider with spatialite "read only" clause

2018-01-10 Thread Eichner, Andreas - SID
According to msOGRFileOpen(mapogr.cpp:1194): hDS = OGROpen( pszDSSelectedName, MS_FALSE, NULL ); I would say that MapServer _always_ opens an OGR datasource readonly (See http://www.gdal.org/ogr__api_8h.html#a2da3630231780d519543d1679c83e62f ). > -Original Message- > From:

Re: [mapserver-users] How use ogr provider with spatialite "read only" clause

2018-01-10 Thread Yves Jacolin
Hello Andrea, Can't you do that by "chmod" the file? Y. 2018-01-10 12:28 GMT+01:00 Andrea Peri : > Hi, > Usually we use the spatialite db as ordinary datasource for ours mapserver > wms. > > Now I discovered that the last versions of spatialite always test > automatically

[mapserver-users] How use ogr provider with spatialite "read only" clause

2018-01-10 Thread Andrea Peri
Hi, Usually we use the spatialite db as ordinary datasource for ours mapserver wms. Now I discovered that the last versions of spatialite always test automatically the version of the DB sqlite and if verify that the db was create using an older spatialite version. TRY TO UPDATE the spatialite