RE: [mapserver-users] MapServer SOS eventtime problems

2009-06-04 Thread Kralidis,Tom [Ontario]
 

 -Original Message-
 From: mapserver-users-boun...@lists.osgeo.org 
 [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of 
 Fong,Phil [Burlington]
 Sent: Wednesday, 03 June 2009 18:54
 To: mapserver-users@lists.osgeo.org
 Subject: [mapserver-users] MapServer SOS eventtime problems
 
 
 Hi, 
 
 I'm having some problems in getting an SOS GetObservation 
 request to return back data when an eventtime filter is 
 specified. No data is being returned when I know there should 
 be something. The request is working (i.e., I'm getting data 
 back) when there is no eventtime parameter and also when 
 there is a filter (using result=Filter   /Filter) on a 
 non-date field.
 
 The data are stored in a SQL Server 2005 database and the 
 connection is done using a OGRVRTDataSource and ODBC. 
 I'm using MapServer 5.2.1 and gdal 1.6 (I believe). 
 
 Does anyone know of any issues with this setup? 
 

Phil: eventTime support should be working.  Can you email me offlist so
we can work through your setup (mapfile, request, etc.).

Thanks

..Tom
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] PHP Mapscript - layer-queryByAttribute problem

2009-06-04 Thread Worth Lutz
Using MapServer 5.4.0:

I have two shapefile layers in NC State Plane system, one in ft and one in
meters.  The PROJECTION in the layers allows the map to be drawn correctly.

My problem occurs when trying to use PHP mapscript to queryByAttribute.  I
am locating NC counties from two different shapefiles.  Using the layer
which is the same projection at the map there is no problem.  Using the
other layer, the bounds of the query result appear to be in meters and not
ft.  Is this normal?  Do I have to make the conversion?

Using mapserver 5.4.0 

PHP mapscript:

  $ms = ms_newMapObj( $mapfile );
  $ms-setSize($mapVpWidth,$mapVpHeight);
  $groupnames = $ms-getAllGroupNames();
  for($i=0; $i  sizeof($layerNames); $i++) {
if(in_array($layerNames[$i],$groupnames)) {
  $layerIndexes = $ms-getLayersIndexByGroup($layerNames[$i]);
  for($j=0; $j  sizeof($layerIndexes); $j++) {
$layer = $ms-getLayer($layerIndexes[$j]);
$layer-set(status, MS_ON);
  }   
} else {
  $layer = $ms-getLayerByName($layerNames[$i]);
  $layer-set(status, MS_ON);
}
  }

  $layer = $ms-getLayerByName($layername);
  $layer-set('status', MS_ON);
  $layer-queryByAttributes($attribute, $expression, MS_MULTIPLE);
  $numresults = $layer-getNumResults();
  if ($numresults  1) {
$err-msg = 'No results in '.$layername.' for '.$attribute.' =
'.$expression.'.';
$error = true;
  } else {
$result = $layer-getResult(0);
$layer-open();
$shapeObj = $layer-getFeature($result-shapeindex);
$layer-close();
$minx = $shapeObj-bounds-minx;
$miny = $shapeObj-bounds-miny;
$maxx = $shapeObj-bounds-maxx;
$maxy = $shapeObj-bounds-maxy;
$ms-setExtent( $minx, $miny, $maxx, $maxy );
$img = $ms-drawquery();
$tmpMapImg = $img-saveWebImage();
  }

*Layer data from mapfile:

  LAYER
NAME county_outlines
TYPE POLYGON
MINSCALE 1200
MAXSCALEDENOM 3750001
STATUS off
PROJECTION
  init=epsg:2264 # NAD 83 North Carolina (ftUS)
END
DATA CountyBoundaryShoreline
TEMPLATE void
CLASS
NAME county lines
  STYLE
OUTLINECOLOR 128 128 128
  END
END
  END

  LAYER
NAME county_outlines2
TYPE POLYGON
MINSCALE 1200
MAXSCALEDENOM 3750001
STATUS off
PROJECTION
  init=epsg:32119 # NAD 83 North Carolina (meters US)
END
DATA cb100_poly
TEMPLATE void
LABELITEM co_name
LABELMAXSCALEDENOM 150
LABELMINSCALEDENOM  10
CLASS
NAME cb100_poly
  STYLE
OUTLINECOLOR 200 0 0
  END
  LABEL
COLOR 0 0 0
#SHADOWCOLOR 218 218 218
#SHADOWSIZE 2 2
TYPE BITMAP
SIZE tiny
POSITION CC
PARTIALS FALSE
BUFFER 2
  END
END
  END


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


RE: [mapserver-users] C# map script help

2009-06-04 Thread Murty Maganti
Hi

 

It is resolved now. I had an earlier version of the same DLL in system32
folder, though not sure how it ended up there. After removing it, it
works fine.

 

Thanks

Murty

 

From: Tamas Szekeres [mailto:szeker...@gmail.com] 
Sent: Wednesday, June 03, 2009 6:32 PM
To: Murty Maganti
Cc: mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] C# map script help

 

Strange indeed. Are you sure the Visual Studio runtime is installed on
both of the machines?

Tamas




2009/6/3 Murty Maganti mmaga...@oriongis.com

Hi  

 

I am trying to load mapObj using C# mapscript and I get the following
error. 

 

The procedure entry point ?o...@cncsjp2file@@UAE?AVCNCSError@@pa...@z
could not be located in the dynamic link library libecwj2.dll

 

The above referenced Dll is present in the executable folder of my
application. This is happening on a XP machine. Same application works
fine on other XP machines.

 

Appreciate any help.

 

Thanks

Murty

 


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

 

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Zoom Level Layer Changes

2009-06-04 Thread Julien-Samuel Lacroix
If you are not using MapScript, I think the easiest way is to add a 
second coverage layer that is OFF by default and put a MINSCALE 120 
in the first Coverage layer.


Julien

Nolte, Tim wrote:

OK, wondering if anyone has encountered this situation, and what I'm
trying to accomplish. I have two groups of layers Propagations and
Coverage. The Coverage layers are on by default when first viewing
the initial extents, the Propagations layers are off by default. The
Propagations layers have a min/max scale of:

MINSCALE 0
MAXSCALE 120

The Coverage layers can be on at any scale. Now here is what I want to
accomplish. When the users first loads the map I still want the
Coverage layers to be ON and when the user zooms to a scale of 120
or below I want the Coverage layers turned off and the Propagations
layers turned on. Now here's the catch, I still want the user to be able
to turn the Coverage layers back on at a scale of 120 or less. I
tried adding a STATUS option at the CLASS level which didn't really
work. I'm not sure if the only way to accomplish something like this is
with duplicating the layer definitions with different scales and status?

- Tim


Timothy J Nolte - tno...@ilpcs.com
Network Planning Engineer

iPCS Wireless, Inc.
4717 Broadmoor Ave, Suite G
Kentwood, MI 49512

Office: 616-656-5163
PCS:616-706-2438
Fax:616-554-6484
Web: www.ipcswirelessinc.com
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users



--
Julien-Samuel Lacroix
Mapgears
http://www.mapgears.com/
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


RE: [mapserver-users] Zoom Level Layer Changes

2009-06-04 Thread Nolte, Tim
Anything that would work with Fusion also? I did just try this setup and
as a result end up having multiple different scale layers showing up in
the layer control. While for the technical mapping people this isn't a
problem I need things to be super simple for non-technical/GIS users.

- Tim


Timothy J Nolte - tno...@ilpcs.com
Network Planning Engineer

iPCS Wireless, Inc.
4717 Broadmoor Ave, Suite G
Kentwood, MI 49512

Office: 616-656-5163
PCS:616-706-2438
Fax:616-554-6484
Web: www.ipcswirelessinc.com

-Original Message-
From: Julien-Samuel Lacroix [mailto:jlacr...@mapgears.com] 
Sent: Thursday, June 04, 2009 10:04 AM
To: Nolte, Tim
Cc: mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] Zoom Level Layer Changes

If you are not using MapScript, I think the easiest way is to add a 
second coverage layer that is OFF by default and put a MINSCALE 120 
in the first Coverage layer.

Julien

Nolte, Tim wrote:
 OK, wondering if anyone has encountered this situation, and what I'm
 trying to accomplish. I have two groups of layers Propagations and
 Coverage. The Coverage layers are on by default when first viewing
 the initial extents, the Propagations layers are off by default. The
 Propagations layers have a min/max scale of:
 
   MINSCALE 0
   MAXSCALE 120
 
 The Coverage layers can be on at any scale. Now here is what I want
to
 accomplish. When the users first loads the map I still want the
 Coverage layers to be ON and when the user zooms to a scale of
120
 or below I want the Coverage layers turned off and the
Propagations
 layers turned on. Now here's the catch, I still want the user to be
able
 to turn the Coverage layers back on at a scale of 120 or less. I
 tried adding a STATUS option at the CLASS level which didn't really
 work. I'm not sure if the only way to accomplish something like this
is
 with duplicating the layer definitions with different scales and
status?
 
 - Tim
 
 
 Timothy J Nolte - tno...@ilpcs.com
 Network Planning Engineer
 
 iPCS Wireless, Inc.
 4717 Broadmoor Ave, Suite G
 Kentwood, MI 49512
 
 Office: 616-656-5163
 PCS:616-706-2438
 Fax:616-554-6484
 Web: www.ipcswirelessinc.com
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users
 

-- 
Julien-Samuel Lacroix
Mapgears
http://www.mapgears.com/

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] help with 3d maps

2009-06-04 Thread Valeria Muñoz
hi

i would like to work with 3d maps(like google street for NY), but i do not
know if can i do it with mapserver and openlayer? what kind of data i need
...3d shapes?..etc

thank for the help
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] MapServer,Mod_python and tilecache

2009-06-04 Thread saltalungo

Hi,
I'm trying to configure the tilecache on mapserver with mod_python.
the components that I have are:
Apache 2.2.11
Mod_python 3.3.1
python 2.5
tilecache 2.10

I have a problem displaying the data that are insert inside the file
tilecache.cfg

when i send the request 
http://localhost/tilecache/tilecache.py/1.0.0/basic
i receive a Not Found
The requested URL /tilecache/tilecache.py/1.0.0/basic was not found on this
server. 

Is the problem that it can't read the tilecache.cfg?

on the httpd.conf of apache i have tthose lines:

Directory C:\ms4w\Apache\htdocs\tilecache\tilecache
AddHandler python-program .py
PythonHandler TileCache.Service
PythonPath ['C:/ms4w/Apache/htdocs/tilecache/'] + sys.path
PythonOption TileCacheConfig C:/ms4w/Apache/htdocs/tilecache/tilecache.cfg
PythonDebug On
/Directory


Anyone have a idea on where i miss the right?

thanx

saltalungo

 
-- 
View this message in context: 
http://n2.nabble.com/MapServer%2CMod_python-and-tilecache-tp3025358p3025358.html
Sent from the Mapserver - User mailing list archive at Nabble.com.

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] MapServer,Mod_python and tilecache

2009-06-04 Thread Shawn Gervais

on the httpd.conf of apache i have tthose lines:

Directory C:\ms4w\Apache\htdocs\tilecache\tilecache


I think this path is incorrect, it should likely read:

Directory C:\ms4w\Apache\htdocs\tilecache

-S
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] MapServer,Mod_python and tilecache

2009-06-04 Thread saltalungo

thanx, but

if I change that line, the Apache doesn't restart.




Shawn Gervais wrote:
 
 on the httpd.conf of apache i have tthose lines:
 
 Directory C:\ms4w\Apache\htdocs\tilecache\tilecache
 
 I think this path is incorrect, it should likely read:
 
 Directory C:\ms4w\Apache\htdocs\tilecache
 
 -S
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users
 
 

-- 
View this message in context: 
http://n2.nabble.com/MapServer%2CMod_python-and-tilecache-tp3025358p3025963.html
Sent from the Mapserver - User mailing list archive at Nabble.com.

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] WFS data do not load

2009-06-04 Thread Steve . Toutant
Hi,
I set a WFS server that I'm pretty sure works correctly since I get a xml 
file when submitting this to the browser
http://geo.inspq.rtss.qc.ca/cgi-bin/mapserv.exe?map=/ms4w/paccSante/map/paccsante2.mapSERVICE=WFSVERSION=1.0.0REQUEST=GetFeatureTYPENAME=DLM_shp_wfs2

Don't try it you don't have access to this domain.

But when I try to view the data with gaia, gvSig or openLayers I get 
nothing and can not find a useful log. I guess it is a permission issue to 
load the data because I don't have any problem to view a WMS from the same 
mapfile.

Any suggestion on where could be the problem?
Here is the definition of the wfs layer
LAYER
NAME 'DLM_shp_wfs2'
TYPE POINT
DATA 'dlm/dlm_dmh'
DUMP true
STATUS ON
METADATA
'wfs_title' 'DLM en wfs'
'gml_featureid' 'IDBATIMENT'
'gml_include_items' 'all'
END

  PROJECTION
init=epsg:4326
  END

  CLASS 
STYLE
  COLOR 0 0 255
  SYMBOL 'CIRCLE'
  SIZE 8
END
  END #class
END

Steve Toutant, M. Sc.
Analyste en géomatique
Secteur environnement
Direction des risques biologiques, environnementaux et occupationnels
Institut national de santé publique du Québec
945, avenue Wolfe
Québec, Qc G1V 5B3 
Tél.: (418) 650-5115 #5281
Fax.: (418) 654-3144
steve.tout...@inspq.qc.ca
http://www.inspq.qc.ca
 
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] mapserver map as wms in google maps - update?

2009-06-04 Thread zach cruise
i can show mapserver wms in google earth. and i can find a lot of
online resources to show mapserver wms in google maps, like
http://roadlessland.org/notes/wms-shapefile-example.html,
http://n2.nabble.com/Serving-WMS-in-Google-Maps-using-nested-layers-td1989615.html,
but it's a little confusing.

what's the most up-to-date recommendation considering all upgrades?
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] map server + java

2009-06-04 Thread Elder Robert Zavaleta Veneros

hola a todos:

estoy tratando de desarrollar un proyecto postgist + mapaserver

pero como me puedo iteractuar mapsever con java

 

por ejemplo:

como cargar  un archivo map con codigo java

 

gracias de ante mano

 

Robert

 

_
Drag n’ drop—Get easy photo sharing with Windows Live™ Photos.

http://www.microsoft.com/windows/windowslive/products/photos.aspx___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] map server + java

2009-06-04 Thread Rafael Almeida Fernandez Soto
Hola Elder,

Trate de estudiar el java Mapscript !

Saludos,

Rafael SOto

2009/6/4 Elder Robert Zavaleta Veneros erobert...@hotmail.com

  hola a todos:
 estoy tratando de desarrollar un proyecto postgist + mapaserver
 pero como me puedo iteractuar mapsever con java

 por ejemplo:
 como cargar  un archivo map con codigo java

 gracias de ante mano

 Robert


 --
 What can you do with the new Windows Live? Find 
 outhttp://www.microsoft.com/windows/windowslive/default.aspx

 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users




-- 
RAFAEL Almeida Fernandez Soto :: raf...@opengeo.com.br
Consultant in FOSS GIS :: 55 21 2518-6233 :: 55 71 8802-0600
OpenGEO :: On-demand training and solutions :: www.opengeo.com.br
GEO Livre community:: Because Geoinformation should be free ::
www.geolivre.org.br
Be free by using Free Software, such as MapServer, PostgreSQL/PostGIS,
gvSIG...
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] mapserver map as wms in google maps - update?

2009-06-04 Thread Jennifer Shanks

Hi Zach,

Here's a link to a blog post written by Christopher Schmidt that describes 
steps for using MapServer WMS and TileCache for generating tiles and displaying 
them on a Google map:
http://crschmidt.net/blog/311/using-tilecache-with-google-maps-and-virtual-earth/

The advantage of using TileCache is the load on your server will be much 
lighter.  If tiles for a requested area have already been generated, they will 
be served up.  If the tiles do not yet exist, they'll be generated and cached.  

Here's a site that I created following the steps in the blog post:
www.parkinfo.org

Here's the map javascript I use for loading the a TileCache layer.  I use 
GTileLayers rather than GTileLayerOverlays so that I can create a custom map 
type with my data layers beneath the Google roads and labels.  

//create the tile layer
var tileParks = new GTileLayer(null,null,null,{
tileUrlTemplate: 
'http://www.parkinfo.org/tilecache/tilecache.py/1.0.0/parkinfo_parks/{Z}/{X}/{Y}.png?type=google',
isPng:true});
tileParks.getOpacity = function() { return .6; }

   //create a custom satellite map type with imagery on the bottom, parks tile 
on top of that, and roads places labels on top.

lyr_parks_sat=[G_HYBRID_MAP.getTileLayers()[0],tileParks,G_HYBRID_MAP.getTileLayers()[1]];
lyr_sat=[G_HYBRID_MAP.getTileLayers()[0],G_HYBRID_MAP.getTileLayers()[1]];
parkssat = new GMapType(lyr_parks_sat, G_NORMAL_MAP.getProjection(), 
Satellite, {errorMessage:Data currently unavailable});  

map.addMapType(parkssat);

Hope this helps,
Jennifer



- Original Message 
From: zach cruise zachc1...@gmail.com
To: mapserver-users@lists.osgeo.org
Sent: Thursday, June 4, 2009 1:28:23 PM
Subject: [mapserver-users] mapserver map as wms in google maps - update?

i can show mapserver wms in google earth. and i can find a lot of
online resources to show mapserver wms in google maps, like
http://roadlessland.org/notes/wms-shapefile-example.html,
http://n2.nabble.com/Serving-WMS-in-Google-Maps-using-nested-layers-td1989615.html,
but it's a little confusing.

what's the most up-to-date recommendation considering all upgrades?
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] MapServer,Mod_python and tilecache

2009-06-04 Thread Guillaume Sueur

Hi,

Tilecache user-list would have been a more appropriate list to post this 
problem to, but I can give you a couple of clues.
As tilecache readme says (http://tilecache.org/docs/README), you should 
try :

http://example.com/yourdir/tilecache.cgi/1.0.0/basic/0/0/0.png

before any tile of the tileset has been drawn, its root directory (basic 
here) has not been created yet. That's why you get 404 I think.


Best regards,

Guillaume

saltalungo a écrit :

Hi,
I'm trying to configure the tilecache on mapserver with mod_python.
the components that I have are:
Apache 2.2.11
Mod_python 3.3.1
python 2.5
tilecache 2.10

I have a problem displaying the data that are insert inside the file
tilecache.cfg

when i send the request 
http://localhost/tilecache/tilecache.py/1.0.0/basic

i receive a Not Found
The requested URL /tilecache/tilecache.py/1.0.0/basic was not found on this
server. 


Is the problem that it can't read the tilecache.cfg?

on the httpd.conf of apache i have tthose lines:

Directory C:\ms4w\Apache\htdocs\tilecache\tilecache
AddHandler python-program .py
PythonHandler TileCache.Service
PythonPath ['C:/ms4w/Apache/htdocs/tilecache/'] + sys.path
PythonOption TileCacheConfig C:/ms4w/Apache/htdocs/tilecache/tilecache.cfg
PythonDebug On
/Directory


Anyone have a idea on where i miss the right?

thanx

saltalungo

 

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] mapserver map as wms in google maps - update?

2009-06-04 Thread zach cruise
great site jennifer! unfortunately i can't use tilecache locally
because of python.

On Thu, Jun 4, 2009 at 2:58 PM, Jennifer Shanks shank...@yahoo.com wrote:

 Hi Zach,

 Here's a link to a blog post written by Christopher Schmidt that describes 
 steps for using MapServer WMS and TileCache for generating tiles and 
 displaying them on a Google map:
 http://crschmidt.net/blog/311/using-tilecache-with-google-maps-and-virtual-earth/

 The advantage of using TileCache is the load on your server will be much 
 lighter.  If tiles for a requested area have already been generated, they 
 will be served up.  If the tiles do not yet exist, they'll be generated and 
 cached.

 Here's a site that I created following the steps in the blog post:
 www.parkinfo.org

 Here's the map javascript I use for loading the a TileCache layer.  I use 
 GTileLayers rather than GTileLayerOverlays so that I can create a custom map 
 type with my data layers beneath the Google roads and labels.

    //create the tile layer
    var tileParks = new GTileLayer(null,null,null,{
    tileUrlTemplate: 
 'http://www.parkinfo.org/tilecache/tilecache.py/1.0.0/parkinfo_parks/{Z}/{X}/{Y}.png?type=google',
    isPng:true});
    tileParks.getOpacity = function() { return .6; }

   //create a custom satellite map type with imagery on the bottom, parks tile 
 on top of that, and roads places labels on top.
    
 lyr_parks_sat=[G_HYBRID_MAP.getTileLayers()[0],tileParks,G_HYBRID_MAP.getTileLayers()[1]];
    lyr_sat=[G_HYBRID_MAP.getTileLayers()[0],G_HYBRID_MAP.getTileLayers()[1]];
    parkssat = new GMapType(lyr_parks_sat, G_NORMAL_MAP.getProjection(), 
 Satellite, {errorMessage:Data currently unavailable});

    map.addMapType(parkssat);

 Hope this helps,
 Jennifer



 - Original Message 
 From: zach cruise zachc1...@gmail.com
 To: mapserver-users@lists.osgeo.org
 Sent: Thursday, June 4, 2009 1:28:23 PM
 Subject: [mapserver-users] mapserver map as wms in google maps - update?

 i can show mapserver wms in google earth. and i can find a lot of
 online resources to show mapserver wms in google maps, like
 http://roadlessland.org/notes/wms-shapefile-example.html,
 http://n2.nabble.com/Serving-WMS-in-Google-Maps-using-nested-layers-td1989615.html,
 but it's a little confusing.

 what's the most up-to-date recommendation considering all upgrades?
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Does Mapserver WMS support 'Dimension' ?

2009-06-04 Thread Peter Willis

Hello,

Does mapserver support the WFS specification 'Dimension'
parameters?

If so what parameters do we need in the MAP file?

Thanks

Peter
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


RE: [mapserver-users] Does Mapserver WMS support 'Dimension' ?

2009-06-04 Thread Kralidis,Tom [Ontario]
 

 -Original Message-
 From: mapserver-users-boun...@lists.osgeo.org 
 [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of 
 Peter Willis
 Sent: Thursday, 04 June 2009 16:25
 To: mapserver-users@lists.osgeo.org
 Subject: [mapserver-users] Does Mapserver WMS support 'Dimension' ?
 
 Hello,
 
 Does mapserver support the WFS specification 'Dimension'
 parameters?
 

You mean WMS, I imagine?

The only Dimension support in WMS is for Time.

 If so what parameters do we need in the MAP file?
 

See the WMS Time HowTo http://www.mapserver.org/ogc/wms_time.html for
more info on configuration.

..Tom
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] Does Mapserver WMS support 'Dimension' ?

2009-06-04 Thread Peter Willis

Kralidis,Tom [Ontario] wrote:
 


-Original Message-
From: mapserver-users-boun...@lists.osgeo.org 
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of 
Peter Willis

Sent: Thursday, 04 June 2009 16:25
To: mapserver-users@lists.osgeo.org
Subject: [mapserver-users] Does Mapserver WMS support 'Dimension' ?

Hello,

Does mapserver support the WFS specification 'Dimension'
parameters?



You mean WMS, I imagine?


Sorry. Yes, WMS is the context.



The only Dimension support in WMS is for Time.


If so what parameters do we need in the MAP file?



See the WMS Time HowTo http://www.mapserver.org/ogc/wms_time.html for
more info on configuration.

..Tom







I see,

I guess I could fudge it and enter the MAP file as:

wms_timeitem WAVELENGTH

That's a bit goofy though


Peter
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users