Re: [mapserver-users] Creating legend

2008-10-07 Thread Subha Ramakrishnan
Fawcett, David wrote: Or, just a straight mode=legend request to the CGI if you are using MapServer. You can pass in your extent, that will manage the scale-dependent layers. Will the map file remain the same for this? I did try using mode=legend in my request and added that to a separate DI

Re: [mapserver-users] How to make Mapserver ADA 508 Compliant?

2008-10-07 Thread Bob Basques
John, Yes, MapServer can make Client side imagemaps with templates. I've used this capability for the same reasons you have cited, 508 compliance. These links should get you started: http://mapserver.gis.umn.edu/docs/reference/templatereference/templatereference/view http://mapserver.gis.umn.e

[mapserver-users] How to make Mapserver ADA 508 Compliant?

2008-10-07 Thread John Kim
Hi, How can I make my Mapserver instance comply with the Americans with Disabilities Act (ADA) Section 508? ADA 508 says that client-side image maps should be used instead of server-side image maps. Is there a way to make Mapserver do client-side image maps? Thanks, -John ___

Re: [mapserver-users] WMS don't load

2008-10-07 Thread Daniel Morissette
Did you find a solution to your problem? If not then perhaps try looking at the debug output... i.e. set 'DEBUG 5' in your WMS client layer definition and set 'CONFIG MS_ERRORFILE "C:\ms4w\mapserver.log"' at the top-level in your mapfile, and then look at the mapserver.log output you get from

[mapserver-users] NEED HELP ON DBOX

2008-10-07 Thread ntiamoah bernard
Hey guys, I want to use the dbox demo using localhost. Can someone take me through step by step? I read the documentation and everything  but still can't figure out how to do it. Thanks guys   Bernard Ball state university Muncie, Indiana ___ m

RE: [mapserver-users] Creating legend

2008-10-07 Thread Fawcett, David
Or, just a straight mode=legend request to the CGI if you are using MapServer. You can pass in your extent, that will manage the scale-dependent layers. David. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roger André Sent: T

Re: [mapserver-users] Creating legend

2008-10-07 Thread Roger André
Also, you might want to consider making a separate GetLegendGraphic WMS request and putting the legend in a separate DIV element in your web page. Just an idea. -- On Tue, Oct 7, 2008 at 8:22 AM, Steve Lime <[EMAIL PROTECTED]>wrote: > Visit: > > http://www.openlayers.org/dev/examples/example-li

Re: [mapserver-users] Creating legend

2008-10-07 Thread Steve Lime
Visit: http://www.openlayers.org/dev/examples/example-list.html and search for untiled. There's a "WMS Untiled" example you can view the source of. The singleTile option goes in the "options" object as opposed the "params" object. Params get passed to the WMS service, options are handled by O

Re: [mapserver-users] Creating legend

2008-10-07 Thread Subha Ramakrishnan
Hi Steve, It would be great if you can give me an example or tell me where it is usually set in OL. Thanks for your help. Subha Steve Lime wrote: There's nothing you have to do on the MapServer side. Looks like your OL config is wrong though. I think 'singleTile' is set in the wrong configur

FW: [mapserver-users] Multiple layer in map file

2008-10-07 Thread Fawcett, David
This could be due to issues with the way that your clients are requesting the image. I am sure that some of the more WMS savvy people on this list will be able to see the issue pretty easily. David. -Original Message- From: RODIER BATISSE, ALEXANDRE [mailto:[EMAIL PROTECTED] Sent: Tue

RE: [mapserver-users] Multiple layer in map file

2008-10-07 Thread RODIER BATISSE, ALEXANDRE
When I say "it doesn't work", I mean that it doesn't display image in GVsig. In ArcGIS I can display image but srs doesn't match with the srs's definition of the map file. When I make a getcapabilities request, it works fine and give me xml information about map file, but a wms requst to add map

RE: [mapserver-users] Multiple layer in map file

2008-10-07 Thread Fawcett, David
Please post the text of your map file, it should make it easier to diagnose your problem. When you say that it 'doesn't work', what do you mean? Are you getting an error message? Is the layer just not drawing? When you make your request to MapServer, is it a WMS request, or just a standa

Re: R: [MAPSERVER-USERS] Dynamic Labeling of maps

2008-10-07 Thread Steve Lime
That's what ANNOTATION layers are for. You could group them and then refer to them as a single layer. I can see where it would be helpful to have the ability to have a "draw labels only" mode at a global level (e.g. LABELMODE ALL|NONE|ONLY). ALL would be the default, NONE would turn off all labe

Re: [mapserver-users] Creating legend

2008-10-07 Thread Steve Lime
There's nothing you have to do on the MapServer side. Looks like your OL config is wrong though. I think 'singleTile' is set in the wrong configuration object, perhaps others are in the wrong place too. Steve >>> Subha Ramakrishnan <[EMAIL PROTECTED]> 10/07/08 1:30 AM >>> Hi, I am using mapser

[mapserver-users] basic question on img.x, img.y

2008-10-07 Thread nikos
Hello, I'm using cgi ms to put up some maps. When I select different layers, I would like to have the new layer selection displayed in the current location/zoom that the existing image is in.. I currently refresh the map to its extents, which is kind of confusing.. >From what I gather, this info

R: [MAPSERVER-USERS] Dynamic Labeling of maps

2008-10-07 Thread valerio vianello
One solution could be put the labels in a different layer and ofter the click just add the new layer on top of the map Cheers Valerio --- Mar 7/10/08, S.Reena <[EMAIL PROTECTED]> ha scritto: Da: S.Reena <[EMAIL PROTECTED]> Oggetto: [MAPSERVER-USERS] Dynamic Labeling of maps A: mapserver-users@l

Re: [mapserver-users] Sudden msRASTERLayerOpen() error - need help

2008-10-07 Thread Dejan . Gambin
I am not getting those errors any more with the new version, but my problem still remains. Now I suppose it is related to p.mapper thanks anyway dejan [EMAIL PROTECTED] wrote on 07.10.2008 10:42:25: > > Hi, > > I am using query on tif layer and everything was fine untill today. > Now I ca

[mapserver-users] Multiple layer in map file

2008-10-07 Thread RODIER BATISSE, ALEXANDRE
Hi everyone, I am trying to define multiple layer with diferent epsg, and it doesn't work. I define init EPSG with 25830 in projection tag, and I have two layers with 25830 and five with 23030. I define every epsg's layer with "wms_srs" tag. It owrks fine if I keep only one layer in map file

Re: [mapserver-users] Sudden msRASTERLayerOpen() error - need help

2008-10-07 Thread Dejan . Gambin
I have even tried to build php-mapscript from the source, using the newest stable version but it doesn't help. Any suggestion would be greatly appreciated thanks regards [EMAIL PROTECTED] wrote on 07.10.2008 10:42:25: > > Hi, > > I am using query on tif layer and everything was fine until

[MAPSERVER-USERS] Dynamic Labeling of maps

2008-10-07 Thread S.Reena
Hi All, Is it possible to put labels on map dynamically ..with sum button click or something ..I know that using Labelrequires "0"/"1" is used to set labels as off/on in map file...but thats static ..can we set this value dynamically from some code elsewhere . Thanks in advance :) Cheer

[MAPSERVER-USERS] Dynamic Labeling of maps

2008-10-07 Thread S.Reena
Hi All, Is it possible to put labels on map dynamically ..with sum button click or something ..I know that using Labelrequires "0"/"1" is used to set labels as off/on in map file...but thats static ..can we set this value dynamically from some come elsewhere . Cheers, Reena. -- View thi

[mapserver-users] Sudden msRASTERLayerOpen() error - need help

2008-10-07 Thread Dejan . Gambin
Hi, I am using query on tif layer and everything was fine untill today. Now I can't query the raster any more. There are no errors showing immediatelly in log files, except few times in php error log, saying: PHP Warning: [MapServer Error]: msRASTERLayerOpen(): Attempt to open a RASTER layer,