[mapserver-users] Problem with ECW files

2011-01-13 Thread Frost89
I'm trying to show a ECW file in my application. I have checked with gdalinfo that GDAL supports the ECW format, and it is able to read the file. When using shp2img I'm able to create a image showing the ECW file. But when I try using my app. which uses MapScript to create a WMS service I get a

Re: [mapserver-users] Problem with ECW files

2011-01-13 Thread Tamas Szekeres
Kristian, Try setting GDAL_DRIVER_PATH using SetConfigOption to the path of the plugin directory. Best regards, Tamas 2011/1/13 Frost89 kristian_fro...@hotmail.com I'm trying to show a ECW file in my application. I have checked with *gdalinfo* that GDAL supports the ECW format, and it is

RE: [mapserver-users] Reporting lat/long from projected map units

2011-01-13 Thread Bistrais, Bob
I downloaded the code and am looking at the Wiki. I don't see anything to input screen or UTM coords. Is it in the code somewhere? From: Milo van der Linden [mailto:m...@dogodigi.net] Sent: Wednesday, January 12, 2011 12:44 PM To: mapserver-users Subject:

Re: [mapserver-users] Reporting lat/long from projected map units

2011-01-13 Thread Milo van der Linden
Mmm, that shouldn't be to hard. Let me try; var source = new Proj4js.Proj(‘EPSG:YOUR_UTM_EPSGCODE’); var dest = new Proj4js.Proj(‘EPSG:4326’); . . . // transforming point coordinates var p = new Proj4js.Point(YOUR_UTM_X,YOUR_UTM_Y); Proj4js.transform(source, dest, p); alert(p.x); //WILL ALERT

RE: [mapserver-users] Reporting lat/long from projected map units

2011-01-13 Thread Bistrais, Bob
I have it functioning now, but the input and output values are the same, I'm not seeing any conversion. From: Milo van der Linden [mailto:m...@dogodigi.net] Sent: Thursday, January 13, 2011 11:09 AM To: Bistrais, Bob Cc: mapserver-users Subject: Re:

RE: [mapserver-users] Reporting lat/long from projected map units

2011-01-13 Thread Bistrais, Bob
Got it now- I forgot to put in a script tag for the projection definitions. Seems to be working now. Thanks Milo! From: Milo van der Linden [mailto:m...@dogodigi.net] Sent: Thursday, January 13, 2011 11:09 AM To: Bistrais, Bob Cc: mapserver-users

Re: [mapserver-users] Stacked bar charts with mapserver?

2011-01-13 Thread thomas bonfort
Nicol, have a look at http://trac.osgeo.org/mapserver/ticket/3482 for a patch concerning this issue. regards, thomas On Thu, Jan 13, 2011 at 06:47, Nicol Hermann mapser...@geoworld.de wrote: Thomas, sound promising, cool. I checked the image misc/expected/chartlayer_vbar.png and this is

Re: [mapserver-users] Reporting lat/long from projected map units

2011-01-13 Thread Milo van der Linden
You're welcome! 2011/1/13 Bistrais, Bob bob.bistr...@maine.gov Got it now- I forgot to put in a script tag for the projection definitions. Seems to be working now. Thanks Milo! -- *From:* Milo van der Linden [mailto:m...@dogodigi.net] *Sent:* Thursday,