[mapserver-users] assign layer to multiple groups

2011-12-14 Thread Jackson, John
Good afternoon, Is it possible to assign a mapserver layer to multiple groups? What I'm trying to do is create a combined initial group of several layers that I want rendered all at once, but I also want the layers classified into separate groups for futher map requests... In essence, I want

[mapserver-users] specify location of gdal toolset

2011-06-02 Thread Jackson, John
I've been trying to get MapServer to display ecw files. I got the 3.3 libecw compiled into gdal, but my compile of gdal ended up in /usr/local/bin instead of /usr/bin, which is where I assume mapserver is pulling gdal from. Is there an easy way to point MapServer to my custom compiled gdal?

[mapserver-users] adding ecw support

2011-04-25 Thread Jackson, John
Quick question: I've compiled libecw3.3 and gdal... now gdalinfo --formats shows the ECW format, but mapserver still won't produce a map with an ecw file. Do I need to recompile mapserver also? (I'm running 5.65 on a Fedora 13 box if that helps) Thanks --John Jackson --Deputy Auditor

RE: [mapserver-users] adding ecw support

2011-04-25 Thread Jackson, John
/test.ecw END From: Carlos Ruiz [boolean10...@yahoo.com] Sent: Monday, April 25, 2011 12:59 PM To: Jackson, John Subject: Re: [mapserver-users] adding ecw support Try setting DEBUG 5 and CONFIG MS_ERRORFILE '/var/www/error.log' into the MAP section

RE: [mapserver-users] adding ecw support

2011-04-25 Thread Jackson, John
From: Carlos Ruiz [boolean10...@yahoo.com] Sent: Monday, April 25, 2011 1:23 PM To: Jackson, John Subject: Re: [mapserver-users] adding ecw support Your MAP contents looks fine to me. Did you run ldconfig after the libecw/gdal compilation ? Sometimes when I upload some raster files to my

RE: [mapserver-users] Client-side applications for visualizing mapfiles

2011-03-07 Thread Jackson, John
The best choice depends on what you're trying to do. Personally, I'm working up a mapserver project with a ka-map (http://ka-map.maptools.org/) front-end. Ka-map works well for me since it's pretty easy to point to a working mapserver .map file. (just change config.php) As for tutorials, there

[mapserver-users] RE: shpxy example

2010-11-29 Thread Jackson, John
to put applications together. Thanks again. --John Jackson --Deputy Auditor --Franklin County Ohio From: Lime, Steve D (DNR) [mailto:steve.l...@state.mn.us] Sent: Monday, November 29, 2010 4:02 PM To: Jackson, John; mapserver-users@lists.osgeo.org Subject: RE: shpxy example Hi John: The ids variable

[mapserver-users] shpxy example

2010-11-26 Thread Jackson, John
HI again all, I'm working on a project where I'm trying to do the same thing as the shapexy example linked from http://mapserver.org/output/imagemaps.html I've got an html imagemap working, and enough javascript together that it correctly concatenates a link, but the link doesn't end up

[mapserver-users] querying multiple features in a layer

2010-11-19 Thread Jackson, John
Hello all. I have a layer of school district polygons that I am trying to query. I can successfully do an itemquery on a single value and get a map with the chosen district highlighted. What I'm stumped on is how to query for multiple districts... I saw the documentation for Mapserver

[mapserver-users] RE: querying multiple features in a layer

2010-11-19 Thread Jackson, John
Yes, that's what I meant. Sorry for being unclear. Thanks for the help. This is the start of what's going to be an awesome project for me. From: Fawcett, David (MPCA) [david.fawc...@state.mn.us] Sent: Friday, November 19, 2010 1:51 PM To: Jackson, John