RE: [mapserver-users] mapserver vs mapscript: agg + transparency + quantize not working

2009-11-09 Thread Tiemens, Gerben
Bug filed: http://trac.osgeo.org/mapserver/ticket/3201#preview Greets Gerben -Oorspronkelijk bericht- Van: Tiemens, Gerben Verzonden: Friday, November 06, 2009 11:41 AM Aan: Tiemens, Gerben CC: mapser all users; mapserver-...@lists.osgeo.org Onderwerp: RE: [mapserver-users]

[mapserver-users] SUA convert

2009-11-09 Thread Scott Penrose
Hey team I am using Mapserver to show some airspace, and the data comes in a standard format called SUA or OpenAir. Both a basic text files using LatLong and descriptives shapes, such as: TYPE=CTA/CTR TITLE=ADELAIDE TOPS=FL245 BASE=FL180 POINT=S353001 E1364920 POINT=S351526 E1373454

Re: [mapserver-users] Re: Use of palette file: Problems with changingcolors when tiling

2009-11-09 Thread Espen Isaksen
Hi again! The mapfile we are using is about 10 000 lines of code so I have not attached that file. I can send the map file privatly, but I rather not put it on the mailing list. However, I have added the main map file, the palette file and the output format file. Espen 2009/11/7 Thomas

Re: [mapserver-users] SUA convert

2009-11-09 Thread Dan Little
Shapefiles tend to be faster for processing than KML, however, KML gives you the benefit (?) of being able to present your data in Google Earth. If you're just looking to display the data in Mapserver then I would definitely consider writing shapefiles. MapScript (Python, Perl, PHP, whatever)

[mapserver-users] Oracle spatial issue

2009-11-09 Thread Murty Maganti
Hi All, I am using some oracle spatial layers, getting this error while refreshing map for some of the layers Image handling error. Failed to draw layer named 'Landformarea'.;msOracleSpatialLayerWhichShapes(): OracleSpatial error. Error: ORA-01002: fetch out of sequence . Query

Re: [mapserver-users] mapfile web object error

2009-11-09 Thread Eric Weisbender
Steve, I am trying to pass the error.html page and error massage as a string to Mapserver and redirect the mapfile on the fly. Below is the code that I assumed would work but doesn't, I get a Unknown Identifier error. Is this possible and if so what is wrong with my code string. input

[mapserver-users] Fwd: World Wind and Map Server

2009-11-09 Thread Roger André
Does anyone in the MapServer Dev. community want to respond to this? I *think* the implication here is that a vanilla MapServer GetCapabilities request is not conforming to spec. Roger -- -- Forwarded message -- From: Tom Gaskins t...@tomgaskins.com Date: Sun, Nov 8, 2009 at

Re: [mapserver-users] Fwd: World Wind and Map Server

2009-11-09 Thread Rahkonen Jukka
Hi, From a document at http://www.mapserver.org/ogc/wms_server.html#setting-up-a-wms-server-using-mapserver you can read this (and more): More About the Online Resource URL As mentioned in the section “Setup a Mapfile / wms_onlineresource metadata” above, the following Online Resource URL is

Re: [mapserver-users] Fwd: World Wind and Map Server

2009-11-09 Thread Bart van den Eijnden (OSGIS)
Hi, it's a matter of properly setting up your service, since MAP is a vendor-specific parameter in this case. For instance using the MS_MAPFILE environment variable, so that clients don't need to use the MAP file parameter at all. Or you can do standard url rewrites with Apache. Best

[mapserver-users] Fwd: World Wind and Map Server

2009-11-09 Thread Roger André
-- Forwarded message -- From: Tom Gaskins t...@tomgaskins.com Date: Mon, Nov 9, 2009 at 9:52 AM Subject: Re: World Wind and Map Server To: Roger André ran...@gmail.com Cc: David Collins paul.coll...@nasa.gov Thanks Roger. On looking at this again this morning, the WMS spec does

Re: [mapserver-users] Fwd: World Wind and Map Server

2009-11-09 Thread Steve Lime
The beauty of open source! On 11/9/2009 at 12:41 PM, in message 9c2015090911091041u1148f583vff74da6854676...@mail.gmail.com, Roger André ran...@gmail.com wrote: -- Forwarded message -- From: Tom Gaskins t...@tomgaskins.com Date: Mon, Nov 9, 2009 at 9:52 AM Subject: Re: World

[mapserver-users] Re: [mapserver-dev] Re: MS4W Beta 7 -- Python-Mapscript -- queryByRect strange behavior

2009-11-09 Thread Daniel Morissette
Christian Jauvin wrote: if succ == MS_SUCCESS: n_res = layer.getNumResults() for j in range(n_res): res = layer.getResult(j) shp = layer.getFeature(res.shapeindex) features.append(shp) Note that starting with MapServer 5.6, when reading shapes out of a

[mapserver-users] KML output

2009-11-09 Thread Peter Hopfgartner
Hello I am asked to produce KML files from mapfiles, mostly as ground overlay. Researching into this, I've found two approaches, one PHP-MapScript based (http://sourceforge.net/projects/kmlmapserver), and C-based from a GSOC project. Is the latter one usable? Is

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

2009-11-09 Thread Steve Lime
Hi Ted: To answer your questions... 1) Yes, I believe so. Shapes that share an edge have a distance between them of 0 and are considered to intersect. MapServer doesn't have a means to easily detect adjacency as things sit now. 2) No, the code skips A if A is the selection layer. You could

Re: [mapserver-users] KML output

2009-11-09 Thread Steve Lime
You have 2 other options. 1) KML is not so complex that you couldn't just roll your own from any MapScript supported language. 2) Use the CGI and templates. I've used both approaches (and neither of the others). Couple of issues I've run into are: - with templates the shpxy tag doesn't

[mapserver-users] Output to PDF with layers?

2009-11-09 Thread Rahkonen Jukka
Hi, SkyJUMP (http://skyjumpgis.org) will soon support printing to layered PDF files, see example at http://www.ashsiii.com/downloads/SkyJUMP.pdf. Will something similar be possible with Mapserver one day? -Jukka Rahkonen- ___ mapserver-users mailing

[mapserver-users] Re: MS4W Beta 7 -- Python-Mapscript -- queryByRect strange behavior

2009-11-09 Thread Christian Jauvin
[Really sorry if this message is duplicated: I kept receiving a bounce error from the ms-users list which I thought I had subscribed to, but in fact hadn't] Hi Daniel, Thanks for the note: of course I ran into the issue a little bit later (I simply had not reached yet the part of my program that

Re: [mapserver-users] Output to PDF with layers?

2009-11-09 Thread Steve Lime
We're headed towards Cairo for PDF output so if Cairo can produce layered PDFs then there's a chance MapServer will be able to. Steve On 11/9/2009 at 4:22 PM, in message cc197224ac75ce4db23f739b16891b86e34...@tikka.haapa.mmm.fi, Rahkonen Jukka jukka.rahko...@mmmtike.fi wrote: Hi, SkyJUMP