[mapserver-users] Label opacity

2009-06-01 Thread David Nugent
Hello all, While OPACITY [1-100] works fine for drawing features and symbols (ie. anything described in a STYLE section within the layer), it does not seem to affect labels. OPACITY does not appear to be a valid keyword in a LABEL section, so is there a way of achieving less than 100%

[mapserver-users] Importing a Google/Yahoo maps raster layer

2009-06-01 Thread Adrian Popa
Hello everybody, I'm not sure if it's been disscussed on the list already or not, but I wanted to ask if it's possible to integrate mapserver (and starting with which version?) with Google/Yahoo maps. I would like to display the raster (satellite) images from google/yahoo as a layer in the

[mapserver-users] my grid layer doesn't work properly

2009-06-01 Thread orkun
hello my grid layer doesn't work properly. Although at first it looks ok, when I zoom my map, Graticules (in UTM ) lost its format. It looks in scientific format. how can I correct this situation ? here is a part of my map ? LAYER NAME GRID TRANSPARENCY 10 PROJECTION 'proj=utm'

Re: [mapserver-users] Importing a Google/Yahoo maps raster layer

2009-06-01 Thread Rahkonen Jukka
Hi, Terms and conditions of these services do not allow cascading Google/Yahoo maps through Mapserver. However, it is allowed to let the mapping client to make this integration. One example I found from my bookmarks is here: http://sautter.com/map/?zoom=5lat=64.45292lon=30layers=B000TFFF

Re: [mapserver-users] Importing a Google/Yahoo maps raster layer

2009-06-01 Thread Adrian Popa
Hello David, Unfortunatelly I am tied into a different web presentation layer - MsMap. It has some features (like marking locations at specific coordinates and adding interactive options to them) and I can't abandon it. I will look at openlayers, to see if it supports the functionality I

Re: [mapserver-users] Importing a Google/Yahoo maps raster layer

2009-06-01 Thread Christopher Schmidt
On Mon, Jun 01, 2009 at 05:06:24PM +0300, Adrian Popa wrote: Hello David, Unfortunatelly I am tied into a different web presentation layer - MsMap. It has some features (like marking locations at specific coordinates and adding interactive options to them) and I can't abandon it. I will

Re: [mapserver-users] Importing a Google/Yahoo maps raster layer

2009-06-01 Thread Adrian Popa
Hello Christopher, Your example has the elements that I need :) Is this basic functionality included in openlayers by default, or is it an addon? Also - will openlayers work with mapserver by default - or through WMS (I don't have experience with WMS)? Thanks for your references.

Re: [mapserver-users] Label opacity

2009-06-01 Thread Steve Lime
Not at the moment, no. The label cache rendering takes place independently of layer drawing and layer opacity isn't taken into account when labels are rendered. Probably should be... I start a ticket. Labels would need their own OPACITY keyword in this case or would have to respect LAYER

Re: [mapserver-users] Importing a Google/Yahoo maps raster layer

2009-06-01 Thread Christopher Schmidt
On Mon, Jun 01, 2009 at 05:20:25PM +0300, Adrian Popa wrote: Hello Christopher, Your example has the elements that I need :) Is this basic functionality included in openlayers by default, or is it an addon? Also - will openlayers work with mapserver by default - or through WMS (I don't

Re: [mapserver-users] Label opacity

2009-06-01 Thread Steve Lime
Ticket #3033 (http://trac.osgeo.org/mapserver/ticket/3033) in case anyone is interested. Steve On 6/1/2009 at 10:11 AM, in message 4a23a967.5157.008...@dnr.state.mn.us, Steve Lime steve.l...@dnr.state.mn.us wrote: Not at the moment, no. The label cache rendering takes place independently of

Re: [mapserver-users] Using mapserver to print a large plotter sized image

2009-06-01 Thread Michael Smith
Robert, To increase the maximum size that MapServer will generate, add the MAXSIZE keyword to you mapfile (in the MAP section) eg MAXSIZE 8000 See more here ( http://mapserver.org/mapfile/map.html ) Mike On 6/1/09 12:47 PM, Robert Hicks rob...@gmail.com wrote: Hello all, I am trying to

Re: [mapserver-users] Using mapserver to print a large plotter sizedimage

2009-06-01 Thread Bob Basques
Robert, That's not so big. You can compile MapServer with larger output numbers, I think there is even an optional output method that has been recently added (or is going to be added) to help with this type of thing. The limits are in place for good reason BTW, so be careful with what you

[mapserver-users] HTML Query Template

2009-06-01 Thread darenas
Hi everyone! I´m trying to create a HTML Query Template to use in a WMS service. Therefore, the idea is when I use the IDENTIFY tool, I want a table that give me back information about several fields from a GEODATABASE, just like this example: http://n2.nabble.com/file/n3007697/captured.jpg

Re: [mapserver-users] Using mapserver to print a large plotter sizedimage

2009-06-01 Thread Rahkonen Jukka
Hi, There is nowadays MAXSIZE that is used at MAP level. Set it to 5000 and try again. MAXSIZE [integer] Sets the maximum size of the map image. This will override the default value. For example, setting this to 2048 means that you can have up to 2048 pixels in both dimensions (i.e. max

Re: [mapserver-users] Multiple shapefiles, one layer

2009-06-01 Thread Rahkonen Jukka
Hi, Ogrtindex is what you are searching for, http://mapserver.org/optimization/tileindex.html#tileindex -Jukka Rahkonen- Chad Clabaugh wrote: Hello, I'm attempting to render two or possibly more shapefiles on a single layer. I found this

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

2009-06-01 Thread Steve Lime
MapServer templates can produce a center point for a geometry but it's not a true centroid but those aren't guaranteed to be in the polygon. MapScript could be used as well I suppose. In either case you'd send a lookup request to the CGI or MapScript, do an attribute query and return whatever

[mapserver-users] sample WMS raster map file and sample data

2009-06-01 Thread Chris Weed
Hi, I am trying to set up a WMS mapserver, but I can't find a sample image and map file to test with. Any help would be greatly appreciated. Thanks, Chris ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

RE: [mapserver-users] sample WMS raster map file and sample data

2009-06-01 Thread Kralidis,Tom [Ontario]
Check out the MapServer OGC Web Services Workshop at http://ms-ogc-workshop.maptools.org/). There are mapfile examples for WMS with vector and raster data. ..Tom -Original Message- From: mapserver-users-boun...@lists.osgeo.org on behalf of Chris Weed Sent: Mon 01-Jun-09 17:44 To:

Re: [mapserver-users] Importing a Google/Yahoo maps raster layer

2009-06-01 Thread Adrian Popa
Thank you for the info - I will give it a try on a testbed installation :) Christopher Schmidt wrote: On Mon, Jun 01, 2009 at 05:20:25PM +0300, Adrian Popa wrote: Hello Christopher, Your example has the elements that I need :) Is this basic functionality included in openlayers by default,