[mapserver-users] Rendering precision

2009-11-04 Thread ma...@geosar.ch
Hello, When zooming to scale 1 e-10 the geo coordinates converted from mapserver to pixel and my coordinates converted manualy are different a very small difference but on screen in pixel is a big difference. Use mapserver variabile with a limited set of numbers? Thanks Mario

Re: [mapserver-users] Designing a wrapper around mapserv which can be used with fcgi

2009-11-04 Thread Andy Colson
Andy Colson wrote: Andy Colson wrote: Adrian Popa wrote: Hello everyone, I am currently using a wrapper around mapserv which receives the URL parameters, builds the map file (actually I only need to set some filters in the map file, but the filters need to be built after running some SQL

Re: [mapserver-users] Designing a wrapper around mapserv which can be used with fcgi

2009-11-04 Thread Dan Little
If you can you might want to consider python... the syntax is a little cleaner with Mapscript. Of course, that's an opinion but I also am a little allergic to sigils (I get all itchy). - Original Message From: Andy Colson a...@squeakycode.net To: Adrian Popa

[mapserver-users] Elevation data from DEM/LIDAR?

2009-11-04 Thread Johan Forsman
Hello All: I have an idea to improve our mapserver instance, and I come to you asking for help formulating an approach to realizing it. What I want is retrieve elevation data from DEM/LIDAR. I have attempted keyword searches for various combination of MapServer+DEM+LIDAR without much success.

Re: [mapserver-users] Designing a wrapper around mapserv which can be used with fcgi

2009-11-04 Thread Milo van der Linden
I have: - mapserver running as fastcgi - php running as fastcgi I am currently setting up, not sure how this is going to end up; but I have the structure you mention in mind too. I hope that since both processes are fcgi they will enhance each other? But testing will have to prove it in the

Re: [mapserver-users] Elevation data from DEM/LIDAR?

2009-11-04 Thread Frank Warmerdam
Johan Forsman wrote: Hello All: I have an idea to improve our mapserver instance, and I come to you asking for help formulating an approach to realizing it. What I want is retrieve elevation data from DEM/LIDAR. I have attempted keyword searches for various combination of MapServer+DEM+LIDAR

[mapserver-users] Web service using Map server

2009-11-04 Thread Samuel Defrost
Hello, I am exploring the possibilities of developing a web service that will provide the users with the layer of their choice. Not sure how the web service framework would fit into mapserver architecture. Any guidance will be highly appreciated. Thanks, Samuel

[mapserver-users] featurequery, TOLERANCE 0, find adjacent polygons?

2009-11-04 Thread Ted Spradley
Hi, I want the user to select a polygon from the map, then return a hilited map of the selected polygon as well as the adjacent polygons along with a list of the names of each polygon. I have all of the parts of my desired query functioning independently, but not all in concert.

[mapserver-users] MapServer + Tilecache

2009-11-04 Thread Tyler Durden
Hi all, I'm new to MapServer, until now I've used Mapnik to generate my tiles. But I want to try MapServer and I can't figure out what I'm doing wrong. If I run via WEB interface it renders fine, but with Tilecache the tiles appears blank. Any idea what I'm doing wrong? Thanks in advance. MAP

[mapserver-users] Missing Data

2009-11-04 Thread Monali Lodha
Hi, I am using TIGERLine Data (2009) with Mapserver. I am using the state files to render the counties in a given state. However, not all counties are rendered (only 18 out of 24 are displayed). Does this need to be addressed in the mapfile? Thanks! Monali

Re: [mapserver-users] Missing Data

2009-11-04 Thread Stephen Woodbridge
Monali Lodha wrote: Hi, I am using TIGERLine Data (2009) with Mapserver. I am using the state files to render the counties in a given state. However, not all counties are rendered (only 18 out of 24 are displayed). Does this need to be addressed in the mapfile? What does your mapfile look

Re: [mapserver-users] Missing Data

2009-11-04 Thread Monali Lodha
Here is the mapfile: MAP NAME Maryland UNITS dd SIZE 640 480 IMAGECOLOR 255 255 255 IMAGETYPE gif SHAPEPATH C:/ms4w/apps/prj/data/24_MARYLAND/ EXTENT -79.487651 37.886605 -74.986282 39.723037 WEB TEMPLATE 'C:/ms4w/apps/prj/htdocs/home.html' IMAGEPATH 'C:/ms4w/Apache/htdocs/tmp/'

Re: [mapserver-users] Missing Data

2009-11-04 Thread Jeff McKenna
Monali Lodha wrote: Here is the mapfile: MAP NAME Maryland UNITS dd SIZE 640 480 IMAGECOLOR 255 255 255 IMAGETYPE gif SHAPEPATH C:/ms4w/apps/prj/data/24_MARYLAND/ EXTENT -79.487651 37.886605 -74.986282 39.723037 WEB TEMPLATE 'C:/ms4w/apps/prj/htdocs/home.html' IMAGEPATH