[mapserver-users] Is it possible to do network analysis in UMN Map Server

2008-12-04 Thread Venkata Bapalu Ganugula
Dear All, I have to implement some network analysis functionalities like 1. Measuring the distance between two selected points on a cable 2. Selecting the point on the cable at a specified distance Please advice on the feasible options and various possibilities. Backend

[mapserver-users] passing coordinates to a postgis query

2008-12-04 Thread mark balman
Hi all I am trying to pass latitude and longitude coordinates to a postgis query but I am getting confused. So far I have tried to use the following DATA definition as follows: DATA the_geom FROM (select * from kbapoly where st_distance(the_geom,GeomFromText('Point(%mapy% %mapx%)',4326)) 6) AS

RE: [mapserver-users] perl mapscript [SEC=UNCLASSIFIED]

2008-12-04 Thread Kralidis,Tom [Ontario]
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Justyna Lubkowski Sent: Thursday, 04 December 2008 00:33 To: Steve Lime; mapserver-users@lists.osgeo.org Subject: RE: [mapserver-users] perl mapscript [SEC=UNCLASSIFIED] Hi Steve, Thanks for

[MAPSERVER-USERS] need smart windows wms client

2008-12-04 Thread BrainDrain
Could someone suggest me a windows desktop application, which allows to view mapserver 5.2.1 wms service responses (custom output projection) and correctly shows getFeatureResults (I use html templates) I've tried GeoMedia - it doesn't support getFeatureResults Gaia 3.2.1 - empty

[mapserver-users] Strategies for creating Google Map tiles...

2008-12-04 Thread John Jameson
I'm progressing well with my MapServer learning and experimentation. I'm now at the point where I have to start doing some real development but have some strategy questions and could use advice from you all with much more experience. I'm not looking for code, script, or anything other than

[mapserver-users] Compile errors with 5.2.1 on Centos 5.2 x64

2008-12-04 Thread Doug_Newcomb
Hi Folks, I'm having a bit of trouble compiling mapserver 5.2.1 on a Centos 5.2 x64 box. Sorry for the long post, just trying to be complete. Doug Configuration Options and Output - ./configure --without-tiff --without-eppl --without-jpeg

Re: [mapserver-users] Is it possible to do network analysis in UMN Map Server

2008-12-04 Thread Bob Basques
These types of operations can be achieved via a Spatial database connection with MapServer. The controls you are looking for can be incorporated into the SQL request. during the map making process and sent as xml output via a template. bobb Venkata Bapalu Ganugula wrote: Dear All,

Re: [mapserver-users] Is it possible to do network analysis in UMN Map Server

2008-12-04 Thread Stephen Woodbridge
More specifically, look at pgRouting http://pgrouting.postlbs.org/ Bob Basques wrote: These types of operations can be achieved via a Spatial database connection with MapServer. The controls you are looking for can be incorporated into the SQL request. during the map making process and

Re: [mapserver-users] Strategies for creating Google Map tiles...

2008-12-04 Thread Roger André
Hi John, I've had good success with Option 1, but I'm not sure I understand all of the conditions you've mentioned. I assume that you intend to display these tiles in a Google Maps mashup when you're done? If so, using TileCache's tilecache_seed.py would allow you to pre-generate the tiles

RE: [mapserver-users] perl mapscript [SEC=UNCLASSIFIED]

2008-12-04 Thread Justyna Lubkowski
Hi, Putting in the full path to the mapfile makes no difference the same errors occur. Are the errors for setParameter a red herring? Interestingly I've tried handing it both a valid map filename and a filename that doesn't exist. When the mapfile doesn't exist it reports Mapfile error: No