Re: [mapserver-users] multiple transparent colours

2012-05-10 Thread Christoph Schumacher
hi everybody, first i have to say thank you for all the answers. I tried the RGBA way by defining a RGBA Palett file with quadrupels (e.g. 0,0,0,0) for the RGBA values of my transparent colours. It´s the first time for me using RGBA so maybe I´m on the wrong way, but how do i define the

[mapserver-users] Build error mapserver in shp2img - undefined reference

2012-05-10 Thread Peter Maes
I'm getting this error: gcc -c -O2 -fPIC -Wall -DNDEBUG-DHAVE_VSNPRINTF -DNEED_STRLCPY -DNEED_STRLCAT -DNEED_STRRSTR -DUSE_FASTCGI -DUSE_LIBXML2 -DUSE_WFS_SVR -DUSE_WMS_SVR-DUSE_GDAL -DUSE_OGR -DUSE_GEOS -DUSE_THREAD -DUSE_PROJ-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG

[mapserver-users] Re: mapserver-users Digest, Vol 52, Issue 17

2012-05-10 Thread sam
Sorry I missed you, but I am on parental leave until May 14th. Urgent YLUPC business can be sent to the YLUPC director at r...@planyukon.ca. ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

Re: [mapserver-users] Build error mapserver in shp2img - undefined reference

2012-05-10 Thread thomas bonfort
You're building with a custom libpng and the system libgd (linked to the system libpng),which is bad. try with --with-gd --with-png alone, after maybe apt-installing libpng-dev -- thomas On Thu, May 10, 2012 at 11:21 AM, Peter Maes thx...@gmail.com wrote: I'm getting this error: gcc -c -O2

Re: [mapserver-users] Build error mapserver in shp2img - undefined reference

2012-05-10 Thread Peter Maes
Hi, Thanks for getting back to me so quickly. I actually started off like that. This build config: ./configure \ --prefix=/data/installed/mapserver \ --with-threads \ --with-fastcgi \ --with-freetype=/usr/bin/freetype-config \ --with-zlib \

[mapserver-users] mapcache - problems on install

2012-05-10 Thread Helen San Segundo Navazo
Hi, I'm new using mapcache. I've tried to install it following the instructions on http://mapserver.org/trunk/mapcache/install.html. First $./configure $make $sudo make install and after the apache module $sudo make install-module $sudo ldconfig On my httpd.conf I've added Location

Re: [mapserver-users] mapcache - problems on install

2012-05-10 Thread thomas bonfort
the instructions for running mapcache as an apache module are on the page you linked, more precisely: http://mapserver.org/trunk/mapcache/install.html#apache-module-specific-instructions -- thomas On Thu, May 10, 2012 at 12:33 PM, Helen San Segundo Navazo hsansegu...@meteo.cat wrote: Hi, I'm

Re: [mapserver-users] mapcache - working with different grids

2012-05-10 Thread thomas bonfort
Hi, On Wed, May 9, 2012 at 9:45 PM, Mark Volz markv...@co.lyon.mn.us wrote: Hello, I started working with Mapcache.  I added a tileset that is in UTM 15 (26915) and it is working fine on the demo page http://localhost/mapcache/demo/wms.  However when I add the layer to ArcView, I get a

[mapserver-users] Help Required with WMS Time

2012-05-10 Thread abhishek bansal
Hello All I am working on a project that require time as a dimension of data. I have gone through all documentation but I am not able to understand that how do I upload time data in server .map file. I have created simple map files and my server is working. What i need is same layer on different

[mapserver-users] Re: Mapserver + mapcache + Google Map

2012-05-10 Thread mkrassovski
According to the docs g grid is one of the preconfigured grids: http://www.mapserver.org/trunk/mapcache/config.html and it should work. I tried to remove all grids that I not use, but it didn't help. I finally got to the point when if I use WGS84 grid (projection 4326) it draws all dots, but they

Re: [mapserver-users] Help Required with WMS Time

2012-05-10 Thread Helen San Segundo Navazo
Hi, I don't use the time dimension, what I use is run-time substitution http://mapserver.org/cgi/runsub.html I have 6 variables. You have to put the validation pattern inside the metadata tag and a validation tag with the pattern of your variables. With this you can invoke the params in the

Re: [mapserver-users] Re: Mapserver + mapcache + Google Map

2012-05-10 Thread forums
There's a good chance all your dots are really there, just all stacked on one another. I have a few 900913 maps and I had to use UNITS = meters. I may have had to make other changes, but I don't recall what they are off hand. Jerl On Thu, May 10, 2012 at 6:45 AM, mkrassovski

[mapserver-users] Re: Mapserver + mapcache + Google Map

2012-05-10 Thread mkrassovski
Jerl, It didn't help, for g/900913 still shows only a single dot. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Mapserver-mapcache-Google-Map-tp4958439p4965517.html Sent from the Mapserver - User mailing list archive at Nabble.com.

Re: [mapserver-users] Help Required with WMS Time

2012-05-10 Thread Paolo Corti
On Thu, May 10, 2012 at 1:24 PM, abhishek bansal discover...@gmail.com wrote: Hello All I am working on a project that require time as a dimension of data. I have gone through all documentation but I am not able to understand that how do I upload time data in server .map file. I have created

Re: [mapserver-users] Re: Mapserver + mapcache + Google Map

2012-05-10 Thread thomas bonfort
what requests are being sent out by mapcache to your wms server? can your wms server correctly create images in 900913 ? -- thomas On Thu, May 10, 2012 at 2:06 PM, mkrassovski krassovsk...@ornl.gov wrote: Jerl, It didn't help, for g/900913 still shows only a single dot. -- View this message

Re: [mapserver-users] Re: Mapserver + mapcache + Google Map

2012-05-10 Thread forums
Are you passing lat/lon coordinates or meters? Total extent of the world would look something like: -20037508.3427892,-20037508.3427892,20037508.3427892,20037508.3427892 Instead of: -180,-90,180,90 If you're using lat/lon only in you call, all those points will show up near the center of the

Re: [mapserver-users] Help Required with WMS Time

2012-05-10 Thread abhishek bansal
Yes I checked out all documentation many times. But it is not clear how to upload data using time as a dimension in a map file. Example given in docs specify time for a single layer once. I need different result for different time values. I am not able to get it. On Thu, May 10, 2012 at 5:36 PM,

Re: [mapserver-users] mapcache - problems on install

2012-05-10 Thread thomas bonfort
please keep replies on the mailing list. On Thu, May 10, 2012 at 2:07 PM, Helen San Segundo Navazo hsansegu...@meteo.cat wrote: ok thanks, now seems that is really loaded the module. ([Thu May 10 13:21:24 2012] [notice] Apache/2.2.14 (Ubuntu) mod_fcgid/2.3.4 mod-mapcache/0.5-dev configured --

Re: [mapserver-users] mapcache - problems on install

2012-05-10 Thread Helen San Segundo Navazo
hi, deliberately I have not disabled the demo service, maybe in the installation I had to put any --with to enable it? is there any way to activate it? thanks El 10/05/12 14:14, thomas bonfort escribió: please keep replies on the mailing list. On Thu, May 10, 2012 at 2:07 PM, Helen San

Re: [mapserver-users] mapcache - problems on install

2012-05-10 Thread thomas bonfort
given your configuration file, you have not disabled it. what url are you trying to access the demo on ? On Thu, May 10, 2012 at 3:16 PM, Helen San Segundo Navazo hsansegu...@meteo.cat wrote: hi, deliberately I have not disabled the demo service, maybe in the installation I had to put any

[mapserver-users] RE: mapcache - working with different grids

2012-05-10 Thread Mark Volz
Thomas, *note I noticed that ArcCatalog reports the LatLongBoundingBox as 0, 0, 0,0. This is probably important... I realize that mapcahce does not project. For testing I completely removed my grid, source, and tileset that is in county coordinates. My other cache is in UTM 15, The only

[mapserver-users] Re: Mapserver MSSQL connect

2012-05-10 Thread j5c077
thanks for your reply. i had tried that as well but i thought that was for windows. i am using mapserver on linux. the error i got then was Failed to load dynamic Layer LIB: msplugin_mssql2008.dll.so msGetSymbol(): General error message. Dynamic loading failed: msplugin_mssql2008.dll.so: cannot

RE: [mapserver-users] Re: polygon border artifacts

2012-05-10 Thread Lime, Steve D (DNR)
I'm unable to recreate the artifact with a simple test case though so I'm not exactly sure what's going wrong. This mapfile defines a couple of overlapping polygons and there is no rendering issue. MAP SIZE 512 512 IMAGETYPE PNG8 EXTENT 0 0 1000 1000 IMAGECOLOR 255 0 0 LAYER

Re: [mapserver-users] Re: polygon border artifacts

2012-05-10 Thread Rahkonen Jukka
Hi, Perhaps PNG8 does not have enough many colours for showing the artifacts? -Jukka Rahkonen- Lime, Steve wrote: I'm unable to recreate the artifact with a simple test case though so I'm not exactly sure what's going wrong. This mapfile defines a couple of overlapping polygons and there

Re: [mapserver-users] polygon border artifacts

2012-05-10 Thread thomas bonfort
you can fiddle with gamma correction in mapserver trunk, c.f. https://twitter.com/#!/tbonfort/status/93284998249066496 OUTPUTFORMAT DRIVER AGG/PNG ... FORMATOPTION GAMMA=0.7 #valid from 0 to 1 END -- thomas On Fri, May 4, 2012 at 12:16 PM, Sven Geggus li...@fuchsschwanzdomain.de wrote:

RE: [mapserver-users] Re: polygon border artifacts

2012-05-10 Thread Lime, Steve D (DNR)
They'd actually be more pronounced if that were the case. PNG24 doesn't show 'em either. -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Rahkonen Jukka Sent: Thursday, May 10, 2012 9:51 AM To: