Re: [mapserver-users] Point lables and tiles

2009-05-29 Thread paalkr
Hi! OK, thanks! I guess that MapScript is the way to go then. Steve Lime wrote: Not within MapServer proper. The various tiling services use this metatile approach so it does work. You'd need an intermediary script to do the clipping for you. Steve On 5/28/2009 at 8:36 AM, in

Re: [mapserver-users] Finding the centroid given the feature

2009-05-29 Thread Varun saraf
I am using mapserver 5.0 with google maps and the data source is the US Census tracts as shape files and dbf files. On Thu, May 28, 2009 at 2:12 PM, Steve Lime steve.l...@dnr.state.mn.us wrote: What version are you using? What data source? Steve On 5/28/2009 at 10:01 AM, in message

[mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Paul james
Just some more information about the problem... The error was generated by IIS (5.1 and 6.0) ... Looking the Logfile, It is a 502 error : *502* - Web server received an invalid response while acting as a gateway or proxy. *502.1* - CGI application timeout. *502.2* - Error in CGI application. It

Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Daniel Morissette
Paul james wrote: Just some more information about the problem... The error was generated by IIS (5.1 and 6.0) ... Looking the Logfile, It is a 502 error : *502* - Web server received an invalid response while acting as a gateway or proxy. *502.1* - CGI application timeout. *502.2*

[mapserver-users] Really general question about Mapfiles and GetMap requests

2009-05-29 Thread Robert Hicks
In a GetMap request what are the arguments 'height' and 'width' measured in? Pixels? Also what does changing RESOLUTION and SIZE in a mapfile actually do? MAP ... RESOLUTION 300 SIZE 1667 1667 ... END Thanks! ___ mapserver-users mailing

Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Paul james
Hi Daniel... I got the binaries from Tamas build : http://vbkto.dyndns.org:1280/sdk/Default.aspx And from MS4W 3.0 beta2... Same result with both... That error you got is my fault... I took off the : IMAGE ..\Map.png from REFERENCE definition when copy the code to email... My application works

RE: [mapserver-users] Really general question about Mapfiles and GetMaprequests

2009-05-29 Thread Fawcett, David
Robert, For GetMap, height and width are measured in pixels. I would like to just point you to http://www.opengeospatial.org/standards/wms , but nothing is particularly easy to glean from the OGC... Plus, I will have to put in a request to my Attorney General staff before I can click

Re: [mapserver-users] Really general question about Mapfiles and GetMap requests

2009-05-29 Thread Alexandre Dube
Hi, Robert Hicks wrote: In a GetMap request what are the arguments 'height' and 'width' measured in? Pixels? Yes, it's in pixels. Also what does changing RESOLUTION and SIZE in a mapfile actually do? http://mapserver.org/mapfile/map.html See RESOLUTION and SIZE If you use the

Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Daniel Morissette
Paul james wrote: Hi Daniel... I got the binaries from Tamas build : http://vbkto.dyndns.org:1280/sdk/Default.aspx And from MS4W 3.0 beta2... Same result with both... That error you got is my fault... I took off the : IMAGE ..\Map.png from REFERENCE definition when copy the code to email...

Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Paul james
Yes Daniel... I deleted all previous files and put only 5.4 files... My mapscript application is working fine on 5.4... But the CGI dont... Tested on Windows XP (IIS 5.1) and Windows 2003(IIS 6.0)... Paul On Fri, May 29, 2009 at 12:56 PM, Daniel Morissette dmorisse...@mapgears.com wrote:

[mapserver-users] Place names...?

2009-05-29 Thread Chris Green
Hi all Apologies in advance if this turns out to be a stupid question, but I can't find a way to make Map Server v5.0 display place names. I have created a shape file with points for towns and cities, each of which has a label. If I check this layer with Quantum GIS (which I used to create

RE: [mapserver-users] Place names...?

2009-05-29 Thread James Leveille
Hi Chris, In order to help us help you, give us an overview of you code ... It should work fine with POINT. Here is a working example : LAYER NAME pd_p_bldg STATUSON DUMP TRUE PROJECTION . . .

Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Paul james
1 - I tried with 1500,1400,1310,development version(1500) and ms4w beta... 2 - I´m using normal CGI 3 - My tests are only with Postgis... I´ll generate a shapefile to test later ... Paul On Fri, May 29, 2009 at 2:27 PM, Tamas Szekeres szeker...@gmail.com wrote: Hi Paul, Did you experience

Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Steve Lime
What's the full URL submitted against the CGI? On 5/29/2009 at 12:59 PM, in message 33fad6880905291059i5602a89q84d7673ddcfff...@mail.gmail.com, Paul james paulj...@gmail.com wrote: 1 - I tried with 1500,1400,1310,development version(1500) and ms4w beta... 2 - Ím using normal CGI 3 - My

Re: [mapserver-users] Re: Upgrading 5.2 - 5.4 generating CGI error on IIS(5.1 and 6.0) ... Possible BUG?

2009-05-29 Thread Paul james
http://localhost/cgi-bin/mapserv.exe?map=C%3A%2Finetpub%2Fwwwroot%2FOpenlayer%2FFiles%2FMapserver%2FMap.mapmode=mapmap_imagetype=pngmapext=-180+0+-90+90imgext=-180+0+-90+90map_size=256+256imgx=128imgy=128imgxy=256+256 Paul On Fri, May 29, 2009 at 3:01 PM, Steve Lime