Re: [mapserver-users] How to use the new templating mechanism (via WMS)?

2009-05-21 Thread Nicol Hermann
Hello Steve, done http://trac.osgeo.org/mapserver/ticket/3024 It would be great to have it in 5.4.1 Thanks Nicol Am Donnerstag, den 21.05.2009, 15:39 -0500 schrieb Steve Lime: > I think the problem you're running into is that templated formats are not > properly being made available > via WMS.

Re: [mapserver-users] GRIB files - gdal_translate

2009-05-21 Thread Ivan
Olá Roberto, The file T126L28.ctl gives up the clue: -- xdef 161 linear *-150.15* *0.937500* ydef 98 levels *-61.246* -60.311 -59.376 -58.441 -57.506 -56.571 -55.636 -54.701 -53.766 -52.831 -51.896 -50.961 -50.026 -49.091 -48.156 -47.221 -46.286 -45.350 -44.415 -43.480 -42.545 -41.610 -40.67

[mapserver-users] Get Pixel value of RASTER data using input geographic coordinate via WMS or WCS

2009-05-21 Thread Sarawut Ninsawat
Hi list, I would like to get a raster pixel value using WMS or WCS connection. For example, 1 pixel value from 10 Modis image band. The value may be returned as xml or gml if possible. I know we can use GetFeatureInfo via WMS to get a value of pixel (of vector or raster). But the input x and y or

Re: [mapserver-users] Upgrade to mapserver 5.4.0

2009-05-21 Thread Steve Lime
In terms of upgrading there are 3 things for sure to check: 1 - Make sure your mapfiles start with the token MAP. There can be whitespace and comments ahead of it but it *must* be the first token otherwise 2 - Same deal for symbol sets excepth the token is SYMBOLSET 3 - All MapServer templ

Re: [mapserver-users] How to use the new templating mechanism (via WMS)?

2009-05-21 Thread Steve Lime
I think the problem you're running into is that templated formats are not properly being made available via WMS. That's a different problem and most likely a bug as I bet that code knows nothing about the template driver. Can you create a ticket and we can try to address in 5.4.1? Steve >>> On

Re: [mapserver-users] GRIB files - gdal_translate

2009-05-21 Thread Jose Roberto M. Garcia, MSc
Tks people, yes I can wait, for sure. I can send the files to your particular email if u prefer, it's about 3 MB. or at ftp1.cptec.inpe.br (login=anonymous, pwd=some email) (passive mode) once there, go to bdados folder. Tks Lucena, Ivan wrote: Roberto, I can take a look at that tonight if

Re: [mapserver-users] Precache

2009-05-21 Thread Roger André
Ahh, ok. I'm not sure in what fashion you are using TileCache, but my experience has been with using it to create tiles to display in Google Maps. Google Maps uses the projection which is EPSG:900913. I believe there are other codes for it, but that is the one I use. All of my source data for t

[mapserver-users] How to use the new templating mechanism?

2009-05-21 Thread Nicol Hermann
Dear list, can someone please share some code snippets how to use the new templating mechanism? (http://mapserver.org/development/rfc/ms-rfc-36.html) My goal is to create a JOSN string from a getFeatureInfo Request (mapserver version 5.2). I understand that i have to create an outputformat which r

Re: [mapserver-users] GRIB files - gdal_translate

2009-05-21 Thread Roberto Garcia,MSc
Hi Frank, tks for the answer. CTL is an ASCII file that follows Grib files (at least here) and informs the metadata of the Grib file. If anyone consider helping me my data is available by ftp in ftp1.cptec.inpe.br inside bdados folder, as my map file is. I access them with http://localhost

Re: [mapserver-users] GRIB files - gdal_translate

2009-05-21 Thread Frank Warmerdam
Roberto Garcia,MSc wrote: Size is *161, 98* Coordinate System is: . Origin = (-150.000,-61.2460002) Pixel Size = (0.938,-0.001836734693878) ... Band 1 Block=*161x1* Type=Float64, ColorInterp=Undefined As u can see the size according to the its header is 161

Re: [mapserver-users] GRIB files - gdal_translate

2009-05-21 Thread Jose Roberto M. Garcia, MSc
I opened the tif file I've extracted form it in QGIS and it looked like the same thing, a line. What do I need to do to manipulate this as a tiled/blocked data so? I want both things: make mapserver renders direct from the GRIB file and either create GeoTiff files from them using gdal_translate

RE: [mapserver-users] Getcapabilities mime-type

2009-05-21 Thread Kralidis,Tom [Ontario]
> -Original Message- > From: Carmen Delia Hernández Pérez [mailto:cdhernan...@tenerife.es] > Sent: Thursday, 21 May 2009 07:59 > To: Kralidis,Tom [Ontario]; mapserver-users@lists.osgeo.org > Subject: RE: [mapserver-users] Getcapabilities mime-type > > Thank you, but then for example t

RE: [mapserver-users] Getcapabilities mime-type

2009-05-21 Thread Carmen Delia Hernández Pérez
Thank you, but then for example these WMS services that I write don´t follow the OGC WMS ? When I do the request GetCapabilites to these services My web browser show me the answer directly. http://www.sigmayores.csic.es/ArcGIS/services/WMS/MapServer/WMSServer?REQUEST=GetCapabilities&SERVICE=WM

RE: [mapserver-users] Getcapabilities mime-type

2009-05-21 Thread Kralidis,Tom [Ontario]
> -Original Message- > From: mapserver-users-boun...@lists.osgeo.org > [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of > Carmen Delia Hernández Pérez > Sent: Thursday, 21 May 2009 06:52 > To: mapserver-users@lists.osgeo.org > Subject: [mapserver-users] Getcapabilities mim

Re: [mapserver-users] Getcapabilities mime-type

2009-05-21 Thread Rahkonen Jukka
Hi, You need to change the behaviour on the client side, because WMS standard says the the mime type must be what it is. You can configure with web browser settings what program you want to use for opening contents of type "application/vnd.ogc.wms_xml". -Jukka Rahkonen- -Alkuperäinen vi

Re: [mapserver-users] Getcapabilities mime-type

2009-05-21 Thread micklesh
Hi, Carmen Not sure if I understood you well, but the way the brouser proceeds with any file can be configured in the browser settings. regards, michael Carmen Delia Hernández Pérez-2 wrote: > > Hello! >I have installed Mapserver v. 5.2.1 and it´s working. I want my web > browser understand

[mapserver-users] Getcapabilities mime-type

2009-05-21 Thread Carmen Delia Hernández Pérez
Hello! I have installed Mapserver v. 5.2.1 and it´s working. I want my web browser understands directly the file returned by a request Getcapabilities, that is a xml file really, and don´t query me if I want to downloading file . I've read about mime-types configuration in the httpd.conf

Re: [mapserver-users] display map on aspx page

2009-05-21 Thread meenu
hi friend check this link...may helpful for u.. http://n2.nabble.com/how-can-i-create-mapserver-website-in-VS-2005-%28VB%29-td2516841.html#a2567804 - Meenu -- View this message in context: http://n2.nabble.com/display-map-on-aspx-page-tp2950436p2950701.html Sent from the Mapserver - User ma

[mapserver-users] openlayers in vs2005 website

2009-05-21 Thread meenu
dears,i created one website using mapserver in vs2005 ...now i need to know how can i do openlayers in this same websiteis it possible?in this same website i need to display one map with tooltip(hotspot) informationfor that purpose can anybody tell me how to bind open layers in vs2005 webs