Re: [mapserver-users] Σχετ: Σχετ: First attempt on Maserver

2013-03-04 Thread Stephen Woodbridge
Yes you should not copy the mapserv file anymore 6.2+ You have to sudo make install to install it correctly. So to clean this up: sudo rm /var/www/cgi-bin cd /path/to/mapserv/src-tree sudo make install sudo cp /usr/local/bin/mapserv /usr/lib/cgi-bin/mapserv Then things should start working bett

[mapserver-users] Σχετ: Σχετ: First attempt on Maserver

2013-03-04 Thread Stefanos Anastasiou
less /var/www/cgi-bin  gives a very very long bash (?) that looks something like... #! /bin/bash # mapserv - temporary wrapper script for .libs/mapserv # Generated by libtool (GNU libtool) 2.4.2 # # The mapserv program cannot be directly executed until all the libtool # libraries that it depen

Re: [mapserver-users] Σχετ: First attempt on Maserver

2013-03-04 Thread Stephen Woodbridge
Ok, my error. You should probably NOT have the file /var/www/cgi-bin this looks very bad. I would look at this file and see what it is doing. less /var/www/cgi-bin What you should have: $ ls -ld /usr/lib/cgi-bin/ drwxr-xr-x 2 root root 4096 Mar 16 2012 /usr/lib/cgi-bin/ $ ls -l /usr/lib/cgi

Re: [mapserver-users] mapcache - multiple resolutions for the same grid

2013-03-04 Thread Travis Kirstine
Thomas, Thanks for your reply. The addition of the ... to the config does address some of the issues, the tileset is advertised as only having 19 zoom levels in the getcapabilties for the TMS. However it does not perform the same as having a configured with 19 (20) when accessing the service

Re: [mapserver-users] mapcache - multiple resolutions for the same grid

2013-03-04 Thread thomas bonfort
... should do the trick... On 4 March 2013 17:14, Travis Kirstine wrote: > I have set up mapcache with a generic grid for all my caches. The grid has > resolutions defined for zoom levels 0-21, however depending on the > resolution of my source data the tileset may only be seeded to level 1

[mapserver-users] mapcache - multiple resolutions for the same grid

2013-03-04 Thread Travis Kirstine
I have set up mapcache with a generic grid for all my caches. The grid has resolutions defined for zoom levels 0-21, however depending on the resolution of my source data the tileset may only be seeded to level 19. The tileset no longer has the ability to connect to the source. As a result blank

[mapserver-users] How use style for distinguish the rendering for scales interval.

2013-03-04 Thread Andrea Peri
Hi, I have set a layer with a class and 2 style inside the class. The first style is working in a specific sclae interval, the second style is in another different scale interval. To do this I use this code: MAP ... CLASS MAXSCALEDENOM 400 MINSCALEDENOM 1 # the st