[mapserver-users] cannot find -lmfhdf

2010-07-13 Thread ahmet temiz
hello

when I tried to install mapserver from source

I received:

cannot find -lmfhdf


how can I solve the problem ?
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


Re: [mapserver-users] cannot find -lmfhdf

2010-07-13 Thread Alan Boudreault
You should be able to fix that by installing the libhdf4g dev package for your 
distribution. Debian/Ubuntu: libhdf4g-dev

Alan

On July 13, 2010 06:44:44 am ahmet temiz wrote:
 hello
 
 when I tried to install mapserver from source
 
 I received:
 
 cannot find -lmfhdf
 
 
 how can I solve the problem ?
 ___
 mapserver-users mailing list
 mapserver-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapserver-users
 

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


[mapserver-users] compilation problem

2010-07-13 Thread ahmet temiz
hello

when I tried to compile mapserver:

I got this.

/usr/bin/ld: cannot find -ldf
collect2: ld returned 1 exit status
make: *** [shp2img] Error 1


what might be the problem ?


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


Re: [mapserver-users] Windows 2008; Java; 64 Bit

2010-07-13 Thread umn-ms
Hi Tamas

I created trac.osgeo.org/mapserver/ticket/3491. 

In hope of advise I was bold enough to put your email-adress in cc :-)

Best regards , Benedikt

Tamas Szekeres szeker...@gmail.com schrieb am 13.07.2010 16:43:53:

 Tamas Szekeres szeker...@gmail.com 
 13.07.2010 16:52
 
 An
 
 umn...@hydrotec.de
 
 Kopie
 
 mapserver-users@lists.osgeo.org
 
 Thema
 
 Re: [mapserver-users] Windows 2008; Java; 64 Bit
 
 Benedikt,
 
 It may be a bug in the mapscript Java bindings, feel free to create a 
ticket
 for this issue.
 
 Best regards,
 
 Tamas
 
 
 

 2010/7/13 umn...@hydrotec.de
 I want to use Mapserver in TomCat6; Windows 2008; 64 Bit; Sun-Java 
1.6..21 
 Mapserver compiled by Tamas Szekeres: release-1500-x64-gdal-1-7-
 mapserver-5-6.zip (vbkto.dyndns.org/sdk/Default.aspx ) 
 
 Unfortunately the Java-VM crashes! 
 
 To reduce the problem I tried example-programs in UMN\mapscript
 \java\examples\ 
 - MakePoint runs without error. 
 - QueryByAttribute results in the same crash as the big-tomcat-
 environment does. 
 
 As far as I can see, the crash occurs every time, when a string-
 parameter ist provided to the Mapserver API. 
 I think, that the VM-crash occurs, when the function 
 JNU_GetStringNativeChars(jenv, jarg1) from mapscript_wrap.c 
 is called. 
 
 Surprinsingly the error occurs with other  release-XXX-packages 
fromTamas too.
 
 It even occurs, when I use a 32-Bit-Environment an MS4w on this 
computer. 
 
 I attach an hs_err_pid-.log-File. 
 
 Does anybody has any advice? 
 
 Greetings, Benedikt 
 
 
 
 ___
 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] rendering difference between 5.6.3 and 5.6.4

2010-07-13 Thread Christy Nieman

I tested (and reported back to the ticket), that it looks good now.

On 07/13/2010 11:47 AM, Daniel Morissette wrote:

Christy Nieman wrote:
   

Attached is a sample.

With mapserver 5.6.3's shp2img, in the mapfile as provided, I get a thin
lines and small labels on them.  With 5.6.4's shp2img I get thicker
lines with larger labels.  If you uncomment the MAXSCALEDENOM in the
smallest scale class, in 5.6.3 you get nothing, in 5.6.4 you get the
same thick lines and large labels as in the first test.

 

Can you please test again with the fix that Alan just made? See
http://trac.osgeo.org/mapserver/ticket/3173#comment:22

Daniel
   

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


Re: [mapserver-users] compilation problem

2010-07-13 Thread ahmet temiz
thank you for your both mail

I must have destroyed that library accidentally , when I tried to
install gdal_1.7.2 ubuntu.

Do you know where  gdal_1.7.2 ubuntu package can be found ?

regards

2010/7/13 Alan Boudreault aboudrea...@mapgears.com:
 Same problem, a library named libdf.so is missing. Find the package that
 contains the file libdf.so and install it. On Ubuntu, it's libhdf4g-dev.

 Alan

 On July 13, 2010 08:29:19 am ahmet temiz wrote:
 hello

 when I tried to compile mapserver:

 I got this.

 /usr/bin/ld: cannot find -ldf
 collect2: ld returned 1 exit status
 make: *** [shp2img] Error 1


 what might be the problem ?


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


 --
 Alan Boudreault
 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] compilation problem

2010-07-13 Thread Alan Boudreault
UbuntuGIS has it: 
http://trac.osgeo.org/ubuntugis/wiki
https://launchpad.net/~ubuntugis/+archive/ubuntugis-unstable

Alan

On July 13, 2010 02:50:24 pm ahmet temiz wrote:
 thank you for your both mail
 
 I must have destroyed that library accidentally , when I tried to
 install gdal_1.7.2 ubuntu.
 
 Do you know where  gdal_1.7.2 ubuntu package can be found ?
 
 regards
 
 2010/7/13 Alan Boudreault aboudrea...@mapgears.com:
  Same problem, a library named libdf.so is missing. Find the package that
  contains the file libdf.so and install it. On Ubuntu, it's
  libhdf4g-dev.
 
  Alan
 
  On July 13, 2010 08:29:19 am ahmet temiz wrote:
  hello
 
  when I tried to compile mapserver:
 
  I got this.
 
  /usr/bin/ld: cannot find -ldf
  collect2: ld returned 1 exit status
  make: *** [shp2img] Error 1
 
 
  what might be the problem ?
 
 
  regards
  ___
  mapserver-users mailing list
  mapserver-users@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/mapserver-users
 
  --
  Alan Boudreault
  Mapgears
  http://www.mapgears.com
 

-- 
Alan Boudreault
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] WFS Server does not support VERSION 1.1.0

2010-07-13 Thread Daniel Morissette
Chris Green wrote:
 Daniel
 
 Thank you I really appreciate you taking the time to explain that. I have
 followed your instructions and the upgrade seems to have installed OK (both
 mapserver-base 5.6.4 and mapserver-php 5.6.4). However when I try running my
 application I get an error log of:
 
 /opt/fgs/www/cgi-bin/mapserv: /lib/libc.so.6: version `GLIBC_2.7' not found
 (required by /opt/fgs/lib/libjpeg.so.7)
 
 Is GLIBC_2.7 supposed to be in Mapserver 4.6.4?
 

As Jeff wrote a couple of days ago, this is an issue with the FGS build
that requires a version of GLIBC more recent than what is available on
your Linux distribution. You could try installing a more recent version
of GLIBC on your system if one is available, otherwise the only solution
would be either that you build FGS yourself on a compatible system, or
that we prepare a new FGS binary release based on a more conservative
Linux distribution.

If you are interested in helping fund a new FGS release that would be
compatible with older Linux distributions then please contact me off-list.

Daniel
-- 
Daniel Morissette
http://www.mapgears.com/
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] Multiple selection on interactive map

2010-07-13 Thread manirakiza franck
Hi, I am a new mapserver user and I m working on a application that permits to 
the user to select some areas on a interactive map. Somebody can help me with 
this issue? Is thereĀ  I don't find how impelment this. Note that I m using 
phpMapScript to call mapserver functions. Thank you in advance for your help.
Regards.




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


RE: [mapserver-users] Multiple selection on interactive map

2010-07-13 Thread Lime, Steve D (DNR)
Hi: Depends where you're getting hung up. Selection of multiple features is 
feature of whatever client environment you're
using. Folks probably need a bit more detail on that end of things to help 
further.  For example, are you using OpenLayers,
GeoExt, something homegrown? What is the use case you're trying to address?

Steve


From: mapserver-users-boun...@lists.osgeo.org 
[mapserver-users-boun...@lists.osgeo.org] On Behalf Of manirakiza franck 
[mafranc...@yahoo.fr]
Sent: Tuesday, July 13, 2010 3:11 PM
To: mapserver-users@lists.osgeo.org
Subject: [mapserver-users] Multiple selection on interactive map

Hi, I am a new mapserver user and I m working on a application that permits to 
the user to select some areas on a interactive map. Somebody can help me with 
this issue? Is there  I don't find how impelment this. Note that I m using 
phpMapScript to call mapserver functions. Thank you in advance for your help.
Regards.



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


RE: [mapserver-users] How to use moveLayerUp

2010-07-13 Thread Worth Lutz
One thing that I have done is clone or copy a layer and add it to the map
object.  This puts the new layer at the end of the layer list thus it is the
last one drawn.  What I've been doing is using the new layer to show the
selected items from that layer with a new class.  For example, the original
layer shows all parcels and the new layer shows the selected ones.  To make
this work, I remove all the classes from the cloned layer and add the new
class which describes the new colors for the selected items.

I'd give an example, but I'm at home answering this.

Worth

-Original Message-
From: mapserver-users-boun...@lists.osgeo.org
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Stefan
Schwarzer
Sent: Friday, July 09, 2010 5:05 AM
To: mapserver-users@lists.osgeo.org
Subject: [mapserver-users] How to use moveLayerUp

Hi,

I am working with PHP Mapscript. I would like to move in some secific cases
a layer up so that it gets drawn after all the other layers have been drawn.

I searched quite some time, but couldn't find any example that would show me
how to implement this. Can anyone give me a hint?

Thanks a lot,

Stefan___
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