[mapserver-users] to get a layer that resides INCLUDE *.map

2011-07-21 Thread ahmet temiz
After INCLUDE jeo.map how can we get layer in jeo.map. I tried to get a layer that resides in jeo.map. But I couldn't jeolayer = new layerObj(map0); jeolayer = map0.getLayerByName(tr_jeo); regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Planlama ve Zarar Azaltma

[mapserver-users] diffferent map image size for different layer

2011-07-21 Thread ahmet temiz
hello I was wondering if I could use different map image size for different layer. Such as : layer1 size 600*400 layer2 size 1200*800 Is it possible ? regards -- Ahmet Temiz Jeoloji Müh. Afet ve Acil Durum Yönetimi Başkanlığı Planlama ve Zarar Azaltma Dairesi Başkanlığı Bilgi ve CBS grubu

[mapserver-users] wms time problem

2011-07-21 Thread Luana Valentini
Dear all, I'm using MapServer to serve a building shapefile, in which ? have stored in the attribute table a 'date of construction' and a 'date of demolition'. At the client side we have OpenLayers and some Javascript to let the user chose a certain year and see only those buildings that have a

Re: [mapserver-users] wms time problem

2011-07-21 Thread thomas bonfort
have a look at http://mapserver.org/cgi/runsub.html regards, thomas On Thu, Jul 21, 2011 at 15:19, Luana Valentini luanavalent...@hotmail.it wrote: Dear all, I'm using MapServer to serve a building shapefile, in which ? have stored in the attribute table a 'date of construction' and a 'date

[mapserver-users] Re: Can't WFS getFeature w/MapServer 6.0.1

2011-07-21 Thread myOpenLayersUName
This is a correction and additional information to previous post. In my first post, I said However, the SDE log suggests the query took place and returned successfully. Upon closer inspection, this is not actually the case. Watching the SDE logs while trying to perform my query with 5.6.3, I see

RE: [mapserver-users] diffferent map image size for different layer

2011-07-21 Thread Fawcett, David (MPCA)
I assume that you could handle it on the client side by adjusting your calls to mapserver based on which layers you have selected. e.g. layer=riversimgsize=200+200 or layer=lakesimgsize=1000+1000 David. -Original Message- From: mapserver-users-boun...@lists.osgeo.org

[mapserver-users] MapServer GPS Tracking

2011-07-21 Thread Eric Weisbender
Can anyone point me to documentation / code on GPS Tracking with MapServer. Thanks EW ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

[mapserver-users] how to create a base map and serve it with WMS

2011-07-21 Thread jk
Hi, I'm working on a defense project. I have a collection of world map rasters (in CADRG) of various resolution. I need to WMS-service these CADRG files (as a base map, like that of Google map). I'm wondering how to make these happen? What kind of technologies? Which one is the most

Re: [mapserver-users] MapServer GPS Tracking

2011-07-21 Thread Brent Fraser
http://www.osgeo.org/pipermail/mapserver-users/2011-June/069135.html Best Regards, Brent Fraser On 7/21/2011 8:21 AM, Eric Weisbender wrote: Can anyone point me to documentation / code on GPS Tracking with MapServer. Thanks EW ___ mapserver-users

Re: [mapserver-users] how to create a base map and serve it with WMS

2011-07-21 Thread Mark Korver
How you approach this depends on a number of variables. Because rasters tend to stress both your server resources and network bandwidth to client, how far you go in optimizing your system is a function of the expected amount of data access ( # of users X frequency of access ), the expectations of

[mapserver-users] Re: how to create a base map and serve it with WMS

2011-07-21 Thread jk
Hi Mark, Thanks for your reply. As I'm only four-days new to Map Server, I am not even familar with how to create the base map in Map Server. I do have some concept of tile cashe, but that' s in very remote future. Can you shed more lights on how to create base map in Map Server? How to do it?

Re: [mapserver-users] Re: how to create a base map and serve it with WMS

2011-07-21 Thread Mark Korver
Yes, MapServer is all about making appropriately scaled maps on the fly, and lot more. To get started you need to go through a tutorial on MapServer, how to create map files, get base image layer working etc. I am not up to date on what good newbie tutorials are out there. Maybe somebody could

[mapserver-users] Re: Can't WFS getFeature w/MapServer 6.0.1

2011-07-21 Thread myOpenLayersUName
I've done some additional debugging and have learned that the mapwfs.c's msWFSGetFeature has changed significantly between 5.6.3 and 6.0.1. In particular, the problem seems to be starting at line 2457 in the 6.0.1 code (1248 in 5.6.3). At that point, a call to msOWSGetLayerExtent is made and part

Re: [mapserver-users] Re: Can't WFS getFeature w/MapServer 6.0.1

2011-07-21 Thread Steve Lime
First, thanks for taking the time to dig into this, we appreciate the help. Indeed there were large changes between 5.6 and 6.0 due to some overall changes in the parser and query handling. I wouldn't have thought they would introduce any issues specific to a particular driver though. It may be

[mapserver-users] Re: Can't WFS getFeature w/MapServer 6.0.1

2011-07-21 Thread myOpenLayersUName
Absolutely, we'd be happy to test a patch. I have some additional info (which you probably already know at this point but I'll pass it along just in case). I started looking into the WMS GetFeatureInfo request failure that Michelle was reporting in her post and found that ultimately it was the

[mapserver-users] Re: Can't WFS getFeature w/MapServer 6.0.1

2011-07-21 Thread Michelle Douvil
I would be interested in testing this patch as well! Thanks, Michelle -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Can-t-WFS-getFeature-w-MapServer-6-0-1-tp6600286p6608040.html Sent from the Mapserver - User mailing list archive at Nabble.com.

[mapserver-users] Re: Upgrade MapServer from 5.4 to 6.0

2011-07-21 Thread myOpenLayersUName
Just in case someone is looking around for some answers and comes across this thread ... I'll reference another post where the originally posted problem (that is, the segmentation faults that occurs when doing a WMS getFeatureInfo request to SDE data, not the subsequent posts about the PNG

[mapserver-users] FastCGI implementation on MapServer 6.0

2011-07-21 Thread Mukesh Subedee
Hi all, I am trying to install/configure FastCGI on MapServer 6.0 in Ubuntu 10.04 machines. I installed both fcgi-2.4.0 and mod_fastcgi-2.4.6 as mentioned in http://mapserver.org/optimization/fastcgi.html#obtaining-the-necessary-software. I configured MapServer --with-fastcgi=/usr option and