From mapserver-users-owner Fri Nov 1 06:24:56 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA1CJZOT021569 for mapserver-users-list; Fri, 1 Nov 2002 06:19:35 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from moutvdom.kundenserver.de (moutvdom.kundenserver.de [195.20.224.200]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA1CJW1O021565 for ; Fri, 1 Nov 2002 06:19:32 -0600 (CST) Received: from [195.20.224.214] (helo=mrvdomng.kundenserver.de) by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1) id 187alN-0004u0-00 for mapserver-users@lists.gis.umn.edu; Fri, 01 Nov 2002 13:18:57 +0100 Received: from [217.231.218.24] (helo=drache.local) by mrvdomng.kundenserver.de with esmtp (Exim 3.35 #1) id 187alM-0006xM-00 for mapserver-users@lists.gis.umn.edu; Fri, 01 Nov 2002 13:18:57 +0100 Subject: [mapserver-users] gcc 3.x and gcc 2.9.x From: Babak Toloue Tehrani To: mapserver-users@lists.gis.umn.edu Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 01 Nov 2002 13:21:41 +0100 Message-Id: <1036153302.1942.11.camel@drache> Mime-Version: 1.0 Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Hello, SuSe 8.1 is using gcc 3.2, but you can also install the gcc 2.9.5 to /opt/gcc295/ . What is the command or the change in the Makfile to compile Mapserver with the old version of gcc. Thanks in advance Babak From mapserver-users-owner Fri Nov 1 08:37:45 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA1EZFBN021867 for mapserver-users-list; Fri, 1 Nov 2002 08:35:15 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from mx2.magma.ca (mx2.magma.ca [206.191.0.250]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA1EZD1O021863 for ; Fri, 1 Nov 2002 08:35:13 -0600 (CST) Received: from mail6.magma.ca (mail6.magma.ca [206.191.0.248]) by mx2.magma.ca (Magma Relay Server) with ESMTP id gA1EYWF8009058; Fri, 1 Nov 2002 09:34:32 -0500 Received: from dmsolutions.ca (Toronto-HSE-ppp3766343.sympatico.ca [67.68.167.68]) by mail6.magma.ca (Magma's Mail Server) with ESMTP id gA1EYPRZ027509; Fri, 1 Nov 2002 09:34:31 -0500 (EST) Message-ID: <3DC290D7.35309868@dmsolutions.ca> Date: Fri, 01 Nov 2002 09:33:59 -0500 From: Daniel Morissette X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Babak Toloue Tehrani CC: mapserver-users@lists.gis.umn.edu Subject: Re: [mapserver-users] gcc 3.x and gcc 2.9.x References: <1036153302.1942.11.camel@drache> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Babak Toloue Tehrani wrote: > > SuSe 8.1 is using gcc 3.2, but you can also install the gcc 2.9.5 to > /opt/gcc295/ . What is the command or the change in the Makfile to > compile Mapserver with the old version of gcc. > Unless the OS provides a command to switch the default compiler, I don't think there is any simple way with MapServer's configure or Makefiles to select one compiler or another. One way that may work is setting /opt/gcc295/bin (or whatever the bin path is) at the very beginning of our path. This way the gcc 2.9.5 tools should be found first by configure and the makefiles, before the gcc 3.2 binaries that are likely under /usr/bin. -- ------------------------------------------------------------ Daniel Morissette morissette@dmsolutions.ca DM Solutions Group http://www.dmsolutions.ca/ ------------------------------------------------------------ From mapserver-users-owner Fri Nov 1 09:08:55 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA1F7mJ3021921 for mapserver-users-list; Fri, 1 Nov 2002 09:07:48 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from mx2.magma.ca (mx2.magma.ca [206.191.0.250]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA1F7l1O021917 for ; Fri, 1 Nov 2002 09:07:47 -0600 (CST) Received: from mail5.magma.ca (mail5.magma.ca [206.191.0.225]) by mx2.magma.ca (Magma Relay Server) with ESMTP id gA1F7CF8017077; Fri, 1 Nov 2002 10:07:12 -0500 Received: from dmsolutions.ca (Toronto-HSE-ppp3766343.sympatico.ca [67.68.167.68]) by mail5.magma.ca (Magma's Mail Server) with ESMTP id gA1F7B5x028536; Fri, 1 Nov 2002 10:07:11 -0500 (EST) Message-ID: <3DC29884.EBA79D9D@dmsolutions.ca> Date: Fri, 01 Nov 2002 10:06:44 -0500 From: Daniel Morissette X-Mailer: Mozilla 4.79 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: mapserver-users Subject: [mapserver-users] Re: dmsolutions.ca mailing list memberships reminder Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Good morning, Some of you may have received this morning a message titled "dmsolutions.ca mailing list memberships reminder" and referring to a "mapserver-users@dmsolutions.ca" list. This is not a real list, it was just a test, so don't worry you have not been subscribed to any list without your authorization. It's just an unfortunate side-effect of some tests that we made a few weeks ago with GNU Mailman to try to improve the performance of the mapserver-users mailing list. Sorry about this. Daniel -- ------------------------------------------------------------ Daniel Morissette morissette@dmsolutions.ca DM Solutions Group http://www.dmsolutions.ca/ ------------------------------------------------------------ From mapserver-users-owner Fri Nov 1 10:19:54 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA1GAwDk022057 for mapserver-users-list; Fri, 1 Nov 2002 10:10:58 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from s0-ott-xpf1.nrn.nrcan.gc.ca (S0-OTT-XPF1.NRCan.gc.ca [132.156.36.85]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA1GAr1O022052 for ; Fri, 1 Nov 2002 10:10:56 -0600 (CST) Received: by s0-ott-xpf1.nrn.nrcan.gc.ca with Internet Mail Service (5.5.2656.59) id ; Fri, 1 Nov 2002 11:10:13 -0500 Message-ID: <5ACEEE96F4F9D41190790002A528B51E02740AC3@s0-ott-x11.nrn.nrcan.gc.ca> From: "Tweedy, Scott" To: "MapLab Users (E-mail)" , "MapServer Users (E-mail)" Subject: [mapserver-users] WMS resources Date: Fri, 1 Nov 2002 11:10:10 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk I'm trying to use MapServer to put together a WMS server. I have a number of layers that I want to make available to clients (most of whom will be using MapLab). Can anyone point me to some resources, other than the OGC website and the MapServer documentation to help with the creation. I noticed that the URL for the GMAP demo that is entered in MapLab to access those layers doesn't explicitly define a .map file: http://www2.dmsolutions.ca/cgi-bin/mswms_gmap? Is this done with a particular script? If anyone can point me in the right direction that would be great. Thanks in advance, st From mapserver-users-owner Fri Nov 1 10:23:53 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA1GMHv3022078 for mapserver-users-list; Fri, 1 Nov 2002 10:22:17 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from pikespeak.metacarta.com (pikespeak.metacarta.com [66.92.91.131]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA1GME1O022074 for ; Fri, 1 Nov 2002 10:22:14 -0600 (CST) Received: from mosor.internal.metacarta.com ([10.2.0.1] helo=localhost.localdomain ident=krbaker) by pikespeak.metacarta.com with esmtp (Exim 3.35 #1 (Debian)) id 187eYG-0005jI-00 for ; Fri, 01 Nov 2002 11:21:40 -0500 Subject: [mapserver-users] Complex Symbols? From: Keith Baker To: mapserver-users@lists.gis.umn.edu In-Reply-To: <1036153302.1942.11.camel@drache> References: <1036153302.1942.11.camel@drache> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-Z7VKPEfjgufS01c1pF2t" X-Mailer: Ximian Evolution 1.0.5 Date: 01 Nov 2002 11:21:39 -0500 Message-Id: <1036167700.22084.76.camel@mosor.internal.metacarta.com> Mime-Version: 1.0 Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk --=-Z7VKPEfjgufS01c1pF2t Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I'm looking for more in depth symbol info. I'd like to make the classic railroad symbol but I can't quite figure out if its even possible...=20 here is what I mean... ----|-----|-----|-----|---- --=-Z7VKPEfjgufS01c1pF2t Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQA9wqoTyzx89uXZKRERAjmDAKC00hs4QyuCiqtPo5wLpC54YWPEowCgrNmB mB5wL3pdiRD0hW4XD3SsrDE= =5D6Z -----END PGP SIGNATURE----- --=-Z7VKPEfjgufS01c1pF2t-- From mapserver-users-owner Fri Nov 1 10:28:21 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA1GRwET022105 for mapserver-users-list; Fri, 1 Nov 2002 10:27:58 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from s0-ott-xpf1.nrn.nrcan.gc.ca (S0-OTT-XPF1.NRCan.gc.ca [132.156.36.85]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA1GRq1O022101 for ; Fri, 1 Nov 2002 10:27:56 -0600 (CST) Received: by s0-ott-xpf1.nrn.nrcan.gc.ca with Internet Mail Service (5.5.2656.59) id ; Fri, 1 Nov 2002 11:27:13 -0500 Message-ID: <3E3C279AF3F9D411BAA00002A529150E02C518F2@s0-ott-x10.nrn.nrcan.gc.ca> From: "Murray, Ross" To: "'Steve Lime'" , "Murray, Ross" Cc: mapserver-users@lists.gis.umn.edu Subject: RE: [mapserver-users] SDE connect but not > once Date: Fri, 1 Nov 2002 11:27:11 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Although past experience would have me blame SDE almost immediately, in the interest of thoroughness I wonder if anyone has had more thoughts on this. I have set up similar geology exploration applications in ArcIMS and Mapserver. Each accesses the same shapefiles or SDE layers from remote servers and each uses the same Oracle database for attribute data that is displayed in a different frame using ASP. The ArcIMS app seems to work pretty well all round, except I am severly limited to displaying what ESRI wishes me to display. The ASP-driven MapServer app works great with shapefiles but I am hung up on the error described below. My SDE admin wants to know if, when the mapserv.exe is compiled, if there are any references to version, since odd versions of SDE won't play together? -----Original Message----- From: Steve Lime [mailto:steve.lime@dnr.state.mn.us] Sent: Tuesday, October 29, 2002 1:09 PM To: rmurray@NRCan.gc.ca Cc: mapserver-users@lists.gis.umn.edu Subject: Re: [mapserver-users] SDE connect but not > once Might there be something going on with the SDE side of things? MapServer creates (and then closes) a connection for each SDE layer. If for some reason SDE itself isn't dropping the connections that could result in all sorts of problems. I recall seeing this here several years ago but not recently. I'm not an SDE admin but I thought there was a tool to look at incoming connections and that might help in diagnosing this problem. Steve Stephen Lime Data & Applications Manager Minnesota DNR 500 Lafayette Road St. Paul, MN 55155 651-297-2937 >>> "Murray, Ross" 10/28/02 01:13PM >>> I am connecting to an SDE coverage for spatial data. When initialised, the map showing all extents loads correctly into the mapplet (although it is significantly slower than a shapefile). Then I can do what I wish (zoom, query, pan, print); BUT ONLY ONCE. For example, I choose a map I want from a drop-down list and, presto, there is the whole map in the applet. Then I zoom in to an area; poof, there is the area. Then I attempt to query a polygon in the area and I get: msSDELayerOpen(): SDE error. SE_connection_create(): Network I/O error. (-10) >From this point the only thing that works is to go to a different map or quit. That next map will load correctly and I can pan or query or zoom, but I can't pan and query or query and zoom or whatever. Same error every time. Any thoughts? <> From mapserver-users-owner Fri Nov 1 11:45:30 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA1HgOrh022407 for mapserver-users-list; Fri, 1 Nov 2002 11:42:24 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from exicorp01.enterprise.com (smtp1.erac.com [65.197.19.21]) by lists.gis.umn.edu (8.12.6/8.12.6) with SMTP id gA1HgM1O022403 for ; Fri, 1 Nov 2002 11:42:22 -0600 (CST) Received: from 10.9.163.21 by exicorp01.enterprise.com (InterScan E-Mail VirusWall NT); Fri, 01 Nov 2002 11:40:54 -0600 Received: by EXICORP01 with Internet Mail Service (5.5.2653.19) id ; Fri, 1 Nov 2002 11:40:54 -0600 Message-ID: <4ACBA1414DD9EE418CC250E4AAA9035A192B5A@STL-EXBE-I03.corp.erac.com> From: "Martin, Daniel" To: "'Keith Baker'" , mapserver-users@lists.gis.umn.edu Subject: RE: [mapserver-users] Complex Symbols? Date: Fri, 1 Nov 2002 11:41:35 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk I scoured the mailing lists for information on making the exact same symbol recently. It shows up in the archives several times. I hate to say anything can't be done, but I've not found any way to do this in MapServer. MapServer gives a continuous smear for symbols for "line" type layers. I got close using a centered truetype "t" label without any symbol. Unfortunately it doesn't turn out quite right. Labeling occurs on a per segment basis, which gives no uniformity. It was a hack anyway. -Dan > -----Original Message----- > From: Keith Baker [mailto:krbaker@metacarta.com] > Sent: Friday, November 01, 2002 10:22 AM > To: mapserver-users@lists.gis.umn.edu > Subject: [mapserver-users] Complex Symbols? > > > I'm looking for more in depth symbol info. I'd like to make > the classic > railroad symbol but I can't quite figure out if its even possible... > here is what I mean... > > ----|-----|-----|-----|---- > From mapserver-users-owner Fri Nov 1 11:51:40 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA1HpEJ3022447 for mapserver-users-list; Fri, 1 Nov 2002 11:51:14 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from dns1.CCRS.NRCan.gc.ca (dns1.ccrs.nrcan.gc.ca [132.156.11.189]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA1HpC1O022443 for ; Fri, 1 Nov 2002 11:51:12 -0600 (CST) Received: from s5-ccr-r1.ccrs.nrcan.gc.ca (s5-ccr-r1.ccrs.nrcan.gc.ca [132.156.47.71]) by dns1.CCRS.NRCan.gc.ca (8.12.3/8.12.3) with ESMTP id gA1HoZmp025554; Fri, 1 Nov 2002 12:50:35 -0500 (EST) Received: by s5-ccr-r1.ccrs.nrcan.gc.ca with Internet Mail Service (5.5.2653.19) id <44JDC478>; Fri, 1 Nov 2002 12:51:17 -0500 Message-ID: <7CDD7B94357FD5119E800002A537C46E230422@s5-ccr-r1.ccrs.nrcan.gc.ca> From: Jean-Francois.Doyon@ccrs.nrcan.gc.ca To: sctweedy@NRCan.gc.ca, maplab-users@dmsolutions.ca, mapserver-users@lists.gis.umn.edu Subject: [mapserver-users] RE: [maplab-users] WMS resources Date: Fri, 1 Nov 2002 12:51:10 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="ISO-8859-1" X-Scanned-By: MIMEDefang 2.12 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Scott, That particular trick is achieved with a simple Apache configuration. Here's what mine looks like: SetEnvIfNoCase Request_URI "/cgi-bin/atlaswms_en" MS_MAPFILE=/home/mapdata/aoc_v3/english/wms_eng.map In my case, I do a symbolic link between atlaswms_en and the "real" mapserver binary. This way I can have many WFS/WMS servers running from the same mapserver cgi. This will work on apache for UNIX/Linux/Windows ... Can't help you if you're using IIS though ... J.F. -----Original Message----- From: Tweedy, Scott [mailto:sctweedy@nrcan.gc.ca] Sent: Friday, November 01, 2002 11:10 AM To: MapLab Users (E-mail); MapServer Users (E-mail) Subject: [maplab-users] WMS resources I'm trying to use MapServer to put together a WMS server. I have a number of layers that I want to make available to clients (most of whom will be using MapLab). Can anyone point me to some resources, other than the OGC website and the MapServer documentation to help with the creation. I noticed that the URL for the GMAP demo that is entered in MapLab to access those layers doesn't explicitly define a .map file: http://www2.dmsolutions.ca/cgi-bin/mswms_gmap? Is this done with a particular script? If anyone can point me in the right direction that would be great. Thanks in advance, st _______________________________________________ Maplab-users mailing list Maplab-users@dmsolutions.ca http://lists.dmsolutions.ca/mailman/listinfo/maplab-users From mapserver-users-owner Fri Nov 1 12:09:00 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA1I80Nd022543 for mapserver-users-list; Fri, 1 Nov 2002 12:08:00 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from moutvdom.kundenserver.de (moutvdom.kundenserver.de [195.20.224.130]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA1I7w1O022539 for ; Fri, 1 Nov 2002 12:07:58 -0600 (CST) Received: from [212.227.126.222] (helo=mrvdomng.kundenserver.de) by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1) id 187gCZ-0007HB-00 for mapserver-users@lists.gis.umn.edu; Fri, 01 Nov 2002 19:07:23 +0100 Received: from [217.231.246.173] (helo=drache.local) by mrvdomng.kundenserver.de with esmtp (Exim 3.35 #1) id 187gCY-0005nG-00 for mapserver-users@lists.gis.umn.edu; Fri, 01 Nov 2002 19:07:22 +0100 Subject: Re: [mapserver-users] gcc 3.x and gcc 2.9.x From: Babak Toloue Tehrani To: mapserver-users@lists.gis.umn.edu Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 01 Nov 2002 19:10:07 +0100 Message-Id: <1036174208.4841.0.camel@drache> Mime-Version: 1.0 Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Thanks, but it still have the same problems. /opt/gcc295/bin/gcc -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_TIFF -DUSE_JPEG -DUSE_GD_SWAP_XY -I/usr/include shp2img.o -L. -lmap -L/usr/lib -lgd -ljpeg -lfreetype -lpng -lz -ltiff -ljpeg -lfreetype -lpng -lz -ljpeg -lm -o shp2img ./libmap.a(mapogr.o)(.eh_frame+0x11): undefined reference to `__gxx_personality_v0' /usr/lib/libgd.so: undefined reference to `XpmReadFileToXpmImage' collect2: ld returned 1 exit status make: *** [shp2img] Fehler 1 Am Fre, 2002-11-01 um 17.56 schrieb Chris Faulhaber: > On Fri, Nov 01, 2002 at 01:21:41PM +0100, Babak Toloue Tehrani wrote: > > Hello, > > > > SuSe 8.1 is using gcc 3.2, but you can also install the gcc 2.9.5 to > > /opt/gcc295/ . What is the command or the change in the Makfile to > > compile Mapserver with the old version of gcc. > > > > CC=/path/to/compiler ./configure ... > > -- > Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org > -------------------------------------------------------- > FreeBSD: The Power To Serve - http://www.FreeBSD.org From mapserver-users-owner Fri Nov 1 12:10:33 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA1IA9rx022560 for mapserver-users-list; Fri, 1 Nov 2002 12:10:09 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from Killsafe.zhrodague.net (killsafe.zhrodague.net [64.46.156.90]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA1IA71O022556 for ; Fri, 1 Nov 2002 12:10:08 -0600 (CST) Received: from Killsafe.zhrodague.net (localhost [127.0.0.1]) by Killsafe.zhrodague.net (8.12.6/8.12.5) with ESMTP id gA1I9d7D011260; Fri, 1 Nov 2002 13:09:39 -0500 Received: from localhost (drew@localhost) by Killsafe.zhrodague.net (8.12.6/8.12.5/Submit) with ESMTP id gA1I9doY011257; Fri, 1 Nov 2002 13:09:39 -0500 X-Authentication-Warning: Killsafe.zhrodague.net: drew owned process doing -bs Date: Fri, 1 Nov 2002 13:09:39 -0500 (EST) From: Drew from Zhrodague To: "Martin, Daniel" cc: "'Keith Baker'" , Subject: RE: [mapserver-users] Complex Symbols? In-Reply-To: <4ACBA1414DD9EE418CC250E4AAA9035A192B5A@STL-EXBE-I03.corp.erac.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk > I scoured the mailing lists for information on making the exact same symbol > recently. It shows up in the archives several times. I hate to say > anything can't be done, but I've not found any way to do this in MapServer. > MapServer gives a continuous smear for symbols for "line" type layers. > > I got close using a centered truetype "t" label without any symbol. > Unfortunately it doesn't turn out quite right. Labeling occurs on a per > segment basis, which gives no uniformity. It was a hack anyway. > > > > ----|-----|-----|-----|---- > > We use a circle with a large size (like 8 or 12 or something), and our railroads come-out sorta like this: XXXXXXXXXXXXXXX Railroads aren't really our bag, so we kinda don't care -- as long as it doesn't look like a normal road. Couldn't you use a truetype "+"-char? From mapserver-users-owner Fri Nov 1 13:06:26 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA1J3UEI022748 for mapserver-users-list; Fri, 1 Nov 2002 13:03:30 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from cshore.com ([63.237.136.92]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA1J3S1O022744 for ; Fri, 1 Nov 2002 13:03:28 -0600 (CST) Date: Fri, 1 Nov 2002 14:02:35 -0500 Message-Id: <200211011402.AA300089446@cshore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii From: "TCHaddad" Reply-To: To: "Martin, Daniel" CC: "'Keith Baker'" , Subject: RE: [mapserver-users] Complex Symbols? X-Mailer: Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Apologies, forgot to CC the list with this solution... I use the following to get an ok rail line symbol: CLASS NAME "Rail Line" COLOR 79 79 79 SYMBOL 'circle1' SIZE 1 OVERLAYSYMBOL 'dcircle' OVERLAYCOLOR 0 0 0 OVERLAYSIZE 3 END where the 2 symbols are definined in the symbolset as: Symbol NAME 'circle1' TYPE ellipse FILLED true POINTS 1 1 END END Symbol NAME 'dcircle' TYPE Ellipse FILLED TRUE POINTS 1 1 END STYLE 1 3 END END Hope this helps, TH ---------- Original Message ---------------------------------- From: Drew from Zhrodague Date: Fri, 1 Nov 2002 13:09:39 -0500 (EST) >> I scoured the mailing lists for information on making the exact same symbol >> recently. It shows up in the archives several times. I hate to say >> anything can't be done, but I've not found any way to do this in MapServer. >> MapServer gives a continuous smear for symbols for "line" type layers. >> >> I got close using a centered truetype "t" label without any symbol. >> Unfortunately it doesn't turn out quite right. Labeling occurs on a per >> segment basis, which gives no uniformity. It was a hack anyway. > >> > >> > ----|-----|-----|-----|---- >> > > > We use a circle with a large size (like 8 or 12 or something), and >our railroads come-out sorta like this: > > XXXXXXXXXXXXXXX > > Railroads aren't really our bag, so we kinda don't care -- >as long as it doesn't look like a normal road. Couldn't you use a truetype >"+"-char? > > From mapserver-users-owner Fri Nov 1 13:10:11 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA1J9lnT022779 for mapserver-users-list; Fri, 1 Nov 2002 13:09:47 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from co5.dnr.state.mn.us (dnr.state.mn.us [156.98.35.249]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA1J9k1O022775 for ; Fri, 1 Nov 2002 13:09:46 -0600 (CST) Received: from DNR-MTA by co5.dnr.state.mn.us with Novell_GroupWise; Fri, 01 Nov 2002 13:09:06 -0600 Message-Id: X-Mailer: Novell GroupWise Internet Agent 6.0.2 Date: Fri, 01 Nov 2002 13:08:42 -0600 From: "Steve Lime" To: , , Subject: RE: [mapserver-users] Complex Symbols? Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Changes in the way symbols are agregated for a layer in 3.7 should allow for railroad symbols and much more complex ones. These changes bring back some of the old 3.2 architecture that did allow for these. I'll provide more detail as we get closer to a release. In the meantime, truetype symbols are the best bet. For example you can use a single pixel line as the base symbol and then use a truetype "pipe" symbol for the overlay symbol. Steve >>> "Martin, Daniel" 11/01/02 11:41AM >>> I scoured the mailing lists for information on making the exact same symbol recently. It shows up in the archives several times. I hate to say anything can't be done, but I've not found any way to do this in MapServer. MapServer gives a continuous smear for symbols for "line" type layers. I got close using a centered truetype "t" label without any symbol. Unfortunately it doesn't turn out quite right. Labeling occurs on a per segment basis, which gives no uniformity. It was a hack anyway. -Dan > -----Original Message----- > From: Keith Baker [mailto:krbaker@metacarta.com] > Sent: Friday, November 01, 2002 10:22 AM > To: mapserver-users@lists.gis.umn.edu > Subject: [mapserver-users] Complex Symbols? > > > I'm looking for more in depth symbol info. I'd like to make > the classic > railroad symbol but I can't quite figure out if its even possible... > here is what I mean... > > ----|-----|-----|-----|---- > From mapserver-users-owner Fri Nov 1 13:32:51 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA1JTSnL022824 for mapserver-users-list; Fri, 1 Nov 2002 13:29:28 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from rad.nw-tel.com (IDENT:root@ip-66-45-196-100.nw-tel.com [66.45.196.100] (may be forged)) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA1JTQ1O022819 for ; Fri, 1 Nov 2002 13:29:26 -0600 (CST) Received: from JEFF (ip-66-45-208-66.nw-tel.com [66.45.208.66]) by rad.nw-tel.com (8.11.6/8.11.6) with SMTP id gA1Jwen13720 for ; Fri, 1 Nov 2002 11:58:41 -0800 From: "Jeff Berry" To: "MapServer" Subject: [mapserver-users] Linewidth Date: Fri, 1 Nov 2002 11:25:16 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.3018.1300 Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk I'd like to know how to increase the outline width for polygon layers so that when I overlap two lines, the bottom line shows up as a wider line symbol and thus is visible. I've searched the mail archives, but I didn't find anything. This has got to be a simple thing to do. Jeff Berry Erlandsen & Associates P.O. Box 2029 Chelan, WA 98816 (509) 682-4189 jeffb@erlandsen.com From mapserver-users-owner Fri Nov 1 14:56:51 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA1Ks0Y9023070 for mapserver-users-list; Fri, 1 Nov 2002 14:54:00 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from exicorp01.enterprise.com (smtp1.erac.com [65.197.19.21]) by lists.gis.umn.edu (8.12.6/8.12.6) with SMTP id gA1Krs1O023066 for ; Fri, 1 Nov 2002 14:53:54 -0600 (CST) Received: from 10.9.163.21 by exicorp01.enterprise.com (InterScan E-Mail VirusWall NT); Fri, 01 Nov 2002 14:52:28 -0600 Received: by EXICORP01 with Internet Mail Service (5.5.2653.19) id ; Fri, 1 Nov 2002 14:52:28 -0600 Message-ID: <4ACBA1414DD9EE418CC250E4AAA9035A16F3BB@STL-EXBE-I03.corp.erac.com> From: "Martin, Daniel" To: "'Jeff Berry'" , MapServer Subject: RE: [mapserver-users] Linewidth Date: Fri, 1 Nov 2002 14:53:11 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Using a circle for the symbol: TYPE POLYGON CLASS SYMBOL 'circle' OUTLINECOLOR 0 0 0 SIZE 3 END -Dan Martin > -----Original Message----- > From: Jeff Berry [mailto:jeffb@erlandsen.com] > Sent: Friday, November 01, 2002 1:25 PM > To: MapServer > Subject: [mapserver-users] Linewidth > > > I'd like to know how to increase the outline width for > polygon layers so > that when I overlap two lines, the bottom line shows up as a > wider line > symbol and thus is visible. I've searched the mail archives, > but I didn't > find anything. This has got to be a simple thing to do. > > > > Jeff Berry > Erlandsen & Associates > P.O. Box 2029 > Chelan, WA 98816 > (509) 682-4189 > jeffb@erlandsen.com > From mapserver-users-owner Fri Nov 1 16:41:56 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA1Mas0v023261 for mapserver-users-list; Fri, 1 Nov 2002 16:36:54 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from mx5.cape.com (mx5.cape.com [204.107.252.38]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA1Maq1O023257 for ; Fri, 1 Nov 2002 16:36:52 -0600 (CST) Received: from sfdev3 (tsc-28.cape.com [140.186.55.28]) by mx5.cape.com (8.12.3/8.12.3) with SMTP id gA1MaFHb032293 for ; Fri, 1 Nov 2002 17:36:16 -0500 Message-ID: <002101c281f7$32a84930$0100a8c0@sfdev3> Reply-To: "Norman Vine" From: "Norman Vine" To: References: <1036174208.4841.0.camel@drache> Subject: Re: [mapserver-users] gcc 3.x and gcc 2.9.x Date: Fri, 1 Nov 2002 17:37:01 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Virus-Scanned: Cape.Com VirusScan, no known virus found Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Hi All I have dicovered, that on Cygwin at least, mapserver builds with gcc 3.2 by either 1) including -lstdc++ in the link libs STATIC_LIBS= $(GD_STATIC) $(OGR_STATIC) -lstdc++ or 2) linking with c++ instead of gcc executable: dependencies $(CXX) .... ..... This of course requires that gdal is also built with c++3.2 The resulting executables seem to run fine :-) Cheers Norman From mapserver-users-owner Fri Nov 1 17:24:14 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA1NLvsd023324 for mapserver-users-list; Fri, 1 Nov 2002 17:21:57 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from muon.imagtech.net ([66.95.109.215]) by lists.gis.umn.edu (8.12.6/8.12.6) with SMTP id gA1NLt1O023320 for ; Fri, 1 Nov 2002 17:21:55 -0600 (CST) Received: (qmail 30938 invoked from network); 1 Nov 2002 23:37:57 -0000 Received: from unknown (HELO train02) (66.95.109.201) by muon.imagtech.net with SMTP; 1 Nov 2002 23:37:57 -0000 Reply-To: From: "Armando Scalise" Cc: Subject: [mapserver-users] Projection errors Date: Fri, 1 Nov 2002 18:21:20 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-reply-to: <200211011402.AA300089446@cshore.com> Importance: Normal Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk I am getting the folowing error msProcessProjection(): Projection library error. no options found in 'init' file when I try to add the following projection to my map PROJECTION "init=epsg:42103" END along with this projection definition to all layers PROJECTION "init=epsg:42103" END Any leads greatly appreciated Armando Scalise geoVue 200 Lincoln Street 5th Floor Boston, Massachusetts 02111 USA p 617.451.2520 x122 f 617.486.3066 www.geoVue.com LOCATION INTELLIGENCE ascalise@geovue.com From mapserver-users-owner Sat Nov 2 05:25:52 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA2BIGL0023963 for mapserver-users-list; Sat, 2 Nov 2002 05:18:16 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by lists.gis.umn.edu (8.12.6/8.12.6) with SMTP id gA2BID1O023959 for ; Sat, 2 Nov 2002 05:18:14 -0600 (CST) Received: (qmail 11360 invoked by uid 0); 2 Nov 2002 11:17:33 -0000 Received: from cable-bman-96-103.bman.ch (HELO laptop) (157.161.96.103) by mail.gmx.net (mp004-rz3) with SMTP; 2 Nov 2002 11:17:33 -0000 From: "Roman Meier" To: Subject: [mapserver-users] maplab - mapbrowser Date: Sat, 2 Nov 2002 12:14:14 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Hi there I get an error when starting maplab - mapbrowser: (line-info is variable...) Thanks for help...bye... Roman From mapserver-users-owner Sat Nov 2 07:40:59 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA2DcOup024058 for mapserver-users-list; Sat, 2 Nov 2002 07:38:24 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from mx4.magma.ca (mx4.magma.ca [206.191.0.253]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA2DcM1O024054 for ; Sat, 2 Nov 2002 07:38:22 -0600 (CST) Received: from mail6.magma.ca (mail6 [206.191.0.248]) by mx4.magma.ca (Magma's Mail Server) with ESMTP id gA2DbjK1029919; Sat, 2 Nov 2002 08:37:45 -0500 Received: from dmsolutions.ca (ottawa-hs-64-26-169-56.s-ip.magma.ca [64.26.169.56]) by mail6.magma.ca (Magma's Mail Server) with ESMTP id gA2DbfRb009714; Sat, 2 Nov 2002 08:37:45 -0500 (EST) Message-ID: <3DC3D525.2090802@dmsolutions.ca> Date: Sat, 02 Nov 2002 08:37:41 -0500 From: Paul Spencer Reply-To: spencer@dmsolutions.ca User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Roman Meier CC: mapserver-users@lists.gis.umn.edu, maplab-users Subject: Re: [mapserver-users] maplab - mapbrowser References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Roman, you can address your maplab-specific questions to the maplab-users@dmsolutions.ca mailing list and can join the list from the maplab page at http://www2.dmsolutions.ca/owt/maplab/ Can you provide me with the following information please: maplab version mapscript version php version web server and version operating system what you were doing when the timeout happened. In general, I can say that the problem you experienced is not uncommon if you have a slow machine or an older maplab or php version. There were some significant performance optimizations in the latest maplab release. You can get the latest version: maplab-2.0dev from the maplab site mentioned before. Make sure to take the 'dev' version. You will also need to have php 4.2.x (preferrably 4.2.3) and MapServer 3.6.2 or 3.6.3 (perferrably 3.6.3) Cheers, Paul Roman Meier wrote: > Hi there > I get an error when starting maplab - mapbrowser: > treemenu.php on line 504.> > (line-info is variable...) > > Thanks for help...bye... > Roman > > -- Paul Spencer Applications and Software Development DM Solutions Group Inc. http://www.dmsolutions.ca From mapserver-users-owner Sun Nov 3 07:09:30 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA3CxNCb025031 for mapserver-users-list; Sun, 3 Nov 2002 06:59:23 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from student.liu.se (avalon.student.liu.se [130.236.230.76]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA3CxK1O025027 for ; Sun, 3 Nov 2002 06:59:21 -0600 (CST) Received: from student.liu.se (ims [130.236.230.120]) by ims.student.liu.se (iPlanet Messaging Server 5.2 HotFix 1.03 (built Oct 1 2002)) with ESMTP id <0H500056N41S1D@ims.student.liu.se> for mapserver-users@lists.gis.umn.edu; Sun, 03 Nov 2002 13:58:41 +0100 (MET) Received: from [130.236.188.112] by ims.student.liu.se (mshttpd); Sun, 03 Nov 2002 13:58:40 +0100 Date: Sun, 03 Nov 2002 13:58:40 +0100 From: Tomas Kaminskas Subject: [mapserver-users] Shapefile and coordinate systems To: mapserver-users@lists.gis.umn.edu Message-id: <2f3ed317d5.317d52f3ed@student.liu.se> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.03 (built Oct 1 2002) Content-type: text/plain; charset=us-ascii Content-language: en Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: en Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Hello, maybe this is not a right place to post this message, but I'm really stuck with this problem. How shapefiles manage coordinates, how can I find in what coordinate system is my concrete shapefile? I'm weak in this area, so any help needed! Tomas. From mapserver-users-owner Sun Nov 3 07:09:30 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA3CwNfq025025 for mapserver-users-list; Sun, 3 Nov 2002 06:58:23 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from moutvdom.kundenserver.de (moutvdom.kundenserver.de [195.20.224.200]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA3CwL1O025021 for ; Sun, 3 Nov 2002 06:58:21 -0600 (CST) Received: from [195.20.224.206] (helo=mrvdomng.kundenserver.de) by moutvdom.kundenserver.de with esmtp (Exim 3.35 #1) id 188KK2-0006Cy-00 for mapserver-users@lists.gis.umn.edu; Sun, 03 Nov 2002 13:57:46 +0100 Received: from [217.231.238.171] (helo=drache.local) by mrvdomng.kundenserver.de with esmtp (Exim 3.35 #1) id 188KK1-00083m-00 for mapserver-users@lists.gis.umn.edu; Sun, 03 Nov 2002 13:57:46 +0100 Subject: Re: [mapserver-users] gcc 3.x and gcc 2.9.x From: Babak Toloue Tehrani To: mapserver-users@lists.gis.umn.edu Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 03 Nov 2002 14:00:31 +0100 Message-Id: <1036328432.1507.2.camel@drache> Mime-Version: 1.0 Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Thanks for Help, now it works with the command: CXX= /path/to/c++_compiler CC=/path/to/c_compiler ./configure From mapserver-users-owner Sun Nov 3 08:24:22 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA3EJwTS025157 for mapserver-users-list; Sun, 3 Nov 2002 08:19:58 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from swoodbridge.com (dsl-65-187-198-197.telocity.com [65.187.198.197]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA3EJv1O025153 for ; Sun, 3 Nov 2002 08:19:57 -0600 (CST) Received: from woodbri.swoodbridge.com ([10.1.1.1] helo=woodbri) by swoodbridge.com with esmtp (Exim 3.33 #1) id 188Lav-0001Mi-00; Sun, 03 Nov 2002 09:19:17 -0500 From: woodbri@swoodbridge.com To: Tomas Kaminskas , mapserver-users@lists.gis.umn.edu Date: Sun, 3 Nov 2002 09:19:19 -0500 MIME-Version: 1.0 Subject: Re: [mapserver-users] Shapefile and coordinate systems Reply-to: woodbri@swoodbridge.com Message-ID: <3DC4EA17.13689.19A8C2BE@localhost> In-reply-to: <2f3ed317d5.317d52f3ed@student.liu.se> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Tomas, Shapefiles were not designed with anyway to identify what projection their data is in, so the best you can do is guess based on what clues you might have available. For example, if the data seems to fall within values of 90>X>-90 and 180>Y-180 then it may be geographic coordinates. Otherwise if the units are like NNNNNN.N then it is probably in some projection. The projection used is most likely dependent on what location on the earth the data is from as different locales tend to use different locations. You can use the data without knowing what the projection is with mapserver unless you are trying to use it with other data that is also projected AND in a different projection. -Steve W. On 3 Nov 2002 at 13:58, Tomas Kaminskas wrote: > Hello, > maybe this is not a right place to post this message, but I'm really > stuck with this problem. How shapefiles manage coordinates, how can I > find in what coordinate system is my concrete shapefile? I'm weak in > this area, so any help needed! Tomas. > > From mapserver-users-owner Sun Nov 3 11:51:13 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA3HhrGO025312 for mapserver-users-list; Sun, 3 Nov 2002 11:43:53 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from loon.geoanalytic.com (h-209-91-111-10.gen.cadvision.com [209.91.111.10]) by lists.gis.umn.edu (8.12.6/8.12.6) with SMTP id gA3Hhp1O025308 for ; Sun, 3 Nov 2002 11:43:51 -0600 (CST) Received: from SHARK (unverified [209.91.111.12]) by loon.geoanalytic.com (EMWAC SMTPRS 0.83) with SMTP id ; Sun, 03 Nov 2002 10:45:44 -0700 Message-ID: <014701c28360$e0f77cd0$020002c0@SHARK> From: "Brent Fraser" To: "Tomas Kaminskas" , References: <2f3ed317d5.317d52f3ed@student.liu.se> Subject: Re: [mapserver-users] Shapefile and coordinate systems Date: Sun, 3 Nov 2002 10:46:03 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Antirelay: Good relay from local net2 209.91.111.0/24 Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Tomas, ESRI's original shapefile specification does not call for storing the definition of the coordinate system anywhere, so you have to know by some other means (a metadata file? a sticky note?). A couple of years ago ESRI introduced a .prj file to define the coordinate system of the shapefile (for example, ArcView 3.2 can use a .prj file), but it is optional and a lot of data in shapefile format does not include it. Brent Fraser GeoAnalytic Inc. ----- Original Message ----- From: "Tomas Kaminskas" To: Sent: Sunday, November 03, 2002 5:58 AM Subject: [mapserver-users] Shapefile and coordinate systems > Hello, > maybe this is not a right place to post this message, but I'm really stuck with this problem. How shapefiles manage coordinates, how can I find in what coordinate system is my concrete shapefile? > I'm weak in this area, so any help needed! > Tomas. > From mapserver-users-owner Sun Nov 3 15:56:22 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA3Lln7r025582 for mapserver-users-list; Sun, 3 Nov 2002 15:47:49 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from mailman.nexussoft.com ([208.201.43.234]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA3Lll1O025578 for ; Sun, 3 Nov 2002 15:47:47 -0600 (CST) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: [mapserver-users] Displaying Legend Symbols HELP! X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Sun, 3 Nov 2002 16:47:07 -0500 Message-ID: <8A13872FF821F4488B4A629647DC0C7102C9A1@mailman.nexussoft.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [mapserver-users] Shapefile and coordinate systems Thread-Index: AcKDYY2B/IUfq8MUTWWJJIHCOC1d/gAICW6A From: "Thomas P. Colson" To: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by lists.gis.umn.edu id gA3Llm1O025579 Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk So I finally got MS 3.6.3 compiled and running. Here's what I got: RH 7.3, installed w/ APACHE but not PHP RPM Proj 4.4.5 with NAD 27 GDAL 1.1.7 Libwww 5.3.2 PHP 4.1.2 Mapserver 3.6.0 GD 1.8.4 with GIF. Everything compiled correctly first time around, on a "cherry" box. PHP test page shows Mapscript is enabled, etc... Supported Image Types (GD) Enabled GIF PNG JPEG WBMP Mapscript Information Version MapServer version 3.6.3 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP SUPPORTS=PROJ SUPPORTS=TTF SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT INPUT=EPPL7 INPUT=JPEG INPUT=GDAL INPUT=SHAPEFILE DL and unpack latest maplab, set it up, demo loads in browser, etc... EXCEPT the symbols in the legend! Firing up maplab, editing the symbols in the layers, symbols don't appear to be loading. Whenever I fire up symbol picker, nothing but red x's and this error: [Sun Nov 3 16:55:46 2002] [error] [client 192.168.1.25] File does not exist: /var/www/html/ms_tmp/103636054630881.gif [Sun Nov 3 16:55:46 2002] [error] [client 192.168.1.25] File does not exist: /var/www/html/ms_tmp/103636054630882.gif [Sun Nov 3 17:44:16 2002] [error] [client 192.168.1.25] File does not exist: /var/www/html/ms_tmp/103636345631541.gif [Sun Nov 3 17:44:16 2002] [error] [client 192.168.1.25] File does not exist: /var/www/html/ms_tmp/103636345631542.gif [Sun Nov 3 17:44:16 2002] [error] [client 192.168.1.25] File does not exist: /var/www/html/ms_tmp/103636345631543.gif [Sun Nov 3 17:44:16 2002] [error] [client 192.168.1.25] File does not exist: /var/www/html/ms_tmp/103636345631545.gif [Sun Nov 3 17:44:16 2002] [error] [client 192.168.1.25] File does not exist: /var/www/html/ms_tmp/103636345631546.gif [Sun Nov 3 17:44:16 2002] [error] [client 192.168.1.25] File does not exist: /var/www/html/ms_tmp/103636345631547.gif [Sun Nov 3 17:44:16 2002] [error] [client 192.168.1.25] File does not exist: /var/www/html/ms_tmp/103636345631544.gif [Sun Nov 3 17:44:16 2002] [error] [client 192.168.1.25] File does not exist: /var/www/html/ms_tmp/103636345631548.gif [Sun Nov 3 17:44:16 2002] [error] [client 192.168.1.25] File does not exist: /var/www/html/ms_tmp/1036363456315410.gif [Sun Nov 3 17:44:16 2002] [error] [client 192.168.1.25] File does not exist: /var/www/html/ms_tmp/1036363456315411.gif [Sun Nov 3 17:44:16 2002] [error] [client 192.168.1.25] File does not exist: /var/www/html/ms_tmp/1036363456315412.gif [Sun Nov 3 17:44:16 2002] [error] [client 192.168.1.25] File does not exist: /var/www/html/ms_tmp/103636345631549.gif [Sun Nov 3 17:44:16 2002] [error] [client 192.168.1.25] File does not exist: /var/www/html/ms_tmp/1036363456315413.gif From mapserver-users-owner Mon Nov 4 00:17:10 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA467ZZa026306 for mapserver-users-list; Mon, 4 Nov 2002 00:07:35 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from tiger.sge.net (tiger.sge.net [152.91.9.61]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA467W1O026302 for ; Mon, 4 Nov 2002 00:07:33 -0600 (CST) Received: from virusscan02.sge.net (crown.sge.net [152.91.9.100]) by tiger.sge.net (Postfix) with SMTP id 2847717F41 for ; Mon, 4 Nov 2002 17:06:55 +1100 (EST) Received: from redback.svc.sge.net(10.1.2.238) by virusscan02.sge.net via csmap id 19072; Mon, 04 Nov 2002 17:10:37 +1100 (EST) Received: by redback.sge.net (Postfix, from userid 5) id 6F8AE5AF08; Mon, 4 Nov 2002 17:06:54 +1100 (EST) Received: from nodnsquery(10.7.195.1) by redback.sge.net via csmap (V6.0) id srcAAArZaqqL; Mon, 4 Nov 02 17:06:54 +1100 Received: from imcgate.dpie.gov.au (imcgate.dpie.gov.au [10.6.8.16]) by conargo.dpie.gov.au (8.8.8/8.8.8) with ESMTP id RAA03404 for ; Mon, 4 Nov 2002 17:07:19 +1100 (EST) Received: by imcgate.dpie.gov.au with Internet Mail Service (5.5.2653.19) id ; Mon, 4 Nov 2002 17:07:18 +1100 Message-ID: <4D6E6CCBC9CED61192720060B06B3DD7C3FA9D@ACTMAIL2> From: Antti.Roppola@brs.gov.au To: mapserver-users@lists.gis.umn.edu Subject: [mapserver-users] PDF generation Date: Mon, 4 Nov 2002 17:07:17 +1100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Hi all, I have added a page to the Wiki giving an outline of how I implemented PDF generation in PHP/Mapscript: http://mapserver.gis.umn.edu/cgi-bin/wiki.pl?PHPMapscriptPDF Cheers, Antti From mapserver-users-owner Mon Nov 4 01:10:12 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4743tj026417 for mapserver-users-list; Mon, 4 Nov 2002 01:04:03 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from student.liu.se (avalon.student.liu.se [130.236.230.76]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA47411O026411 for ; Mon, 4 Nov 2002 01:04:01 -0600 (CST) Received: from student.liu.se (ims [130.236.230.120]) by ims.student.liu.se (iPlanet Messaging Server 5.2 HotFix 1.03 (built Oct 1 2002)) with ESMTP id <0H5100CD6I9L7M@ims.student.liu.se> for mapserver-users@lists.gis.umn.edu; Mon, 04 Nov 2002 08:03:21 +0100 (MET) Received: from [130.236.186.87] by ims.student.liu.se (mshttpd); Mon, 04 Nov 2002 08:03:21 +0100 Date: Mon, 04 Nov 2002 08:03:21 +0100 From: Tomas Kaminskas Subject: Re: [mapserver-users] Shapefile and coordinate systems To: Brent Fraser Cc: mapserver-users@lists.gis.umn.edu Message-id: <4254645107.4510742546@student.liu.se> MIME-version: 1.0 X-Mailer: iPlanet Messenger Express 5.2 HotFix 1.03 (built Oct 1 2002) Content-type: text/plain; charset=us-ascii Content-language: en Content-transfer-encoding: 7BIT Content-disposition: inline X-Accept-Language: en Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Thanks, so is there a solution: I have europe map in .shp format, and I need to find some points here, when I know there coordinates in lat/lon format. If yes, please describe it how to do this. Thanks a lot! Tomas ----- Original Message ----- From: Brent Fraser Date: Sunday, November 3, 2002 6:46 pm Subject: Re: [mapserver-users] Shapefile and coordinate systems > Tomas, > > ESRI's original shapefile specification does not call for storing > thedefinition of the coordinate system anywhere, so you have to > know by some > other means (a metadata file? a sticky note?). > > A couple of years ago ESRI introduced a .prj file to define the > coordinate system of the shapefile (for example, ArcView 3.2 can > use a .prj > file), but it is optional and a lot of data in shapefile format > does not > include it. > > Brent Fraser > GeoAnalytic Inc. > > > ----- Original Message ----- > From: "Tomas Kaminskas" > To: > Sent: Sunday, November 03, 2002 5:58 AM > Subject: [mapserver-users] Shapefile and coordinate systems > > > > Hello, > > maybe this is not a right place to post this message, but I'm > really stuck > with this problem. How shapefiles manage coordinates, how can I > find in what > coordinate system is my concrete shapefile? > > I'm weak in this area, so any help needed! > > Tomas. > > > > From mapserver-users-owner Mon Nov 4 04:42:17 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4AYPal027220 for mapserver-users-list; Mon, 4 Nov 2002 04:34:25 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from lx.pcrai.ro ([217.10.217.138]) by lists.gis.umn.edu (8.12.6/8.12.6) with SMTP id gA4AYM1O027215 for ; Mon, 4 Nov 2002 04:34:23 -0600 (CST) Received: (qmail 17569 invoked from network); 4 Nov 2002 10:22:57 -0000 Received: from unknown (HELO pcrai.ro) (192.168.1.3) by 0 with SMTP; 4 Nov 2002 10:22:57 -0000 Message-ID: <3DC64DC5.7010008@pcrai.ro> Date: Mon, 04 Nov 2002 12:36:53 +0200 From: Dragos Lipan Organization: PNPC User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en,ro MIME-Version: 1.0 To: mapserver-users@lists.gis.umn.edu Subject: [mapserver-users] Instalation problems... Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk When trying to install mapserver 3.6.1, after all necesary prerequisites, I found for ./configure --with-gd=/usr --with-postgis --with-gdal --with-proj \ --with-ogr --with-wmsclient the following loading cache ./config.cache checking for gcc... (cached) gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether gcc accepts -g... (cached) yes checking for c++... (cached) c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... (cached) yes checking whether c++ accepts -g... (cached) yes checking for ranlib... (cached) ranlib checking for flex... (cached) flex checking for yywrap in -lfl... (cached) yes checking for bison... (cached) bison -y checking if compiler supports -R... (cached) no checking if compiler supports -Wl,-rpath,... (cached) yes checking for exp in -lm... (cached) yes checking how to run the C preprocessor... (cached) gcc -E checking for ANSI C header files... (cached) yes checking for strcasecmp... (cached) yes checking for strncasecmp... (cached) yes checking for strdup... (cached) yes checking whether we should include JPEG support... checking for jpeg_read_header in -ljpeg... yes using libjpeg from system libs. checking which version of GD to use... using libgd from -L/usr/lib -lgd checking where FreeType is installed... checking for FT_Init_FreeType in -lfreetype... yes using libfreetype -lfreetype from system libs. checking where Zlib is installed... checking for zlibVersion in -lz... yes using libz from system libs. checking where PNG is installed... checking for png_init_io in -lpng... yes using libpng from system libs. checking for gdImageGif in -lc... no checking for gdImagePng in -lc... no checking for gdImageJpeg in -lc... no checking for gdImageWBMP in -lc... no checking for gdImageStringFT in -lc... no checking for gdImageStringTTF in -lc... no checking for gdImageString16 in -lc... no checking for gdImageGifPtr in -lc... no using GD ( -DUSE_GD_SWAP_XY) from /usr. checking whether we should include PDF support... checking for PDF_setlinewidth in -lpdf... no checking for PDF_setrgbcolor in -lpdf... no checking for PDF_moveto in -lpdf... no checking for PDF_curveto in -lpdf... no checking for PDF_show_xy in -lpdf... (cached) no libpdf not found... PDF support not included. checking whether we should include TIFF support... checking for TIFFOpen in -ltiff... yes using libtiff from system libs. checking whether we should include EPPL7 support... including EPPL7 support. checking whether we should include PROJ.4 support... checking for pj_init in -lproj... yes checking for pj_transform in -lproj... yes checking for pj_latlong_from_proj in -lproj... yes using PROJ.4 from system libs. checking whether we should include thread safe support... thread safe support disabled. checking whether we should include ESRI SDE support... ESRI SDE support not requested. checking whether we should compile in MPATROL support... MPATROL support not requested. checking whether we should include OGR support... checking for gdal-config... (cached) /usr/local/bin/gdal-config checking for OGRRegisterAll in -lgdal.1.1... (cached) yes using OGR from system libs. checking if GDAL support requested... yes checking if PostGIS support requested... yes checking for pg_config... (cached) /usr/local/pgsql/bin/pg_config yes, user supplied pg_config checking if OracleSpatial support requested... no checking whether we should include WMS support... OGC WMS compatibility enabled (-DUSE_WMS). checking whether we should include WMS Client Connections support... checking for libwww-config... (cached) /usr/local/bin/libwww-config found libwww version 5.4.0 OGC WMS Client Connections enabled (-DUSE_WMS_LYR). checking for potential conflict between system regex and rxposix... checking for regexec in -lrx... (cached) no Compiling with -DIGNORE_MISSING_DATA. checking whether we should enable debug features... checking for PHP/MapScript module options... PHP/MapScript module not configured. creating ./config.status creating Makefile but make ... resulsts as gcc -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ -DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR -DUSE_TIFF -DUSE_JPEG -DUSE_GD_SWAP_XY -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS -I/usr/include -I/usr/local/include -I/usr/local/include -I/usr/local/pgsql/include -I/usr/local/include -I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H shp2img.o -L. -lmap -L/usr/lib -lgd -ljpeg -lfreetype -lpng -lz -ltiff -ljpeg -lfreetype -lpng -lz -lproj -ljpeg -L/usr/local/lib -lgdal.1.1 -L/usr/local/pgsql/lib -lpq -L/usr/local/lib -lwwwxml -lxmltok -lxmlparse -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils -lmd5 -ldl -lm -o shp2img /usr/lib/libwwwapp.so: undefined reference to `HTZLib_inflate' /usr/lib/libgd.so: undefined reference to `XpmReadFileToXpmImage' collect2: ld returned 1 exit status make: *** [shp2img] Error 1 HTZLib_inflate I can avoid, but I really can't do anything with libgd.so .. Any ideas? TIA -- ---------------------------- Dragos Lipan TI Parcul National Piatra Craiului 2223 Zarnesti Str. Raului. 27 Tel/fax (04)(068)223008 dlipan@pcrai.ro From mapserver-users-owner Mon Nov 4 06:13:14 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4C8NDW027514 for mapserver-users-list; Mon, 4 Nov 2002 06:08:23 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from ms.rc.unesp.br (ms.rc.unesp.br [200.145.31.3]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA4C8K1O027510 for ; Mon, 4 Nov 2002 06:08:21 -0600 (CST) Received: from rc.unesp.br (localhost.rc.unesp.br [127.0.0.1]) by ms.rc.unesp.br (8.12.3/8.12.3) with SMTP id gA4C7iaY035845 for ; Mon, 4 Nov 2002 10:07:44 -0200 (EDT) (envelope-from lucaa@rc.unesp.br) From: Luciano Alejandro Arevalo Received: from 200.145.32.179 (SquirrelMail authenticated user lucaa) by ms.rc.unesp.br with HTTP; Mon, 4 Nov 2002 10:07:44 -0200 (EDT) Message-ID: <1476.200.145.32.179.1036411664.squirrel@ms.rc.unesp.br> Date: Mon, 4 Nov 2002 10:07:44 -0200 (EDT) Subject: [mapserver-users] Beginner needs help To: X-Priority: 3 Importance: Normal X-MSMail-Priority: Normal X-Mailer: SquirrelMail (version 1.2.7) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk I´m a new user of MapServer and i´m having problems in my first aplication. I´ve followed the itasca demo but i found it too complex for a beginner. I would like to know if someone can send me a simple demo that contains zoom and layer changes only. It will be very usefull to me. Thanks a lot. From mapserver-users-owner Mon Nov 4 07:59:23 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4DqqQg027866 for mapserver-users-list; Mon, 4 Nov 2002 07:52:52 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from mailman.nexussoft.com ([208.201.43.206]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA4Dqn1O027862 for ; Mon, 4 Nov 2002 07:52:50 -0600 (CST) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: [mapserver-users] Beginner needs help X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Mon, 4 Nov 2002 08:52:10 -0500 Message-ID: <8A13872FF821F4488B4A629647DC0C71023F70@mailman.nexussoft.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [mapserver-users] Beginner needs help Thread-Index: AcKD/JfrgrIUyPARSYCAUYJE27Vw8gADKgUQ From: "Thomas P. Colson" To: "Luciano Alejandro Arevalo" , Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by lists.gis.umn.edu id gA4Dqo1O027863 Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Download and unpack "Maplab", which is linked from the site. Getting it up the first time is tricky, but easier than the Mapserver demo. -----Original Message----- From: Luciano Alejandro Arevalo [mailto:lucaa@rc.unesp.br] Sent: Monday, November 04, 2002 7:08 AM To: mapserver-users@lists.gis.umn.edu Subject: [mapserver-users] Beginner needs help I´m a new user of MapServer and i´m having problems in my first aplication. I´ve followed the itasca demo but i found it too complex for a beginner. I would like to know if someone can send me a simple demo that contains zoom and layer changes only. It will be very usefull to me. Thanks a lot. From mapserver-users-owner Mon Nov 4 09:23:27 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4FEvhv028432 for mapserver-users-list; Mon, 4 Nov 2002 09:14:57 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from mailrtr01.ntelos.net (mailrtr01.ntelos.net [216.12.0.101]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA4FEZ1O028427 for ; Mon, 4 Nov 2002 09:14:35 -0600 (CST) Received: from JOEL (216-12-21-15.stn.mvl.intelos.net [216.12.21.15]) by mailrtr01.ntelos.net (8.11.4/8.11.4) with SMTP id gA4FDkC01165; Mon, 4 Nov 2002 10:13:50 -0500 Message-ID: <003901c28415$cc58b360$de01a8c0@JOEL> From: "Jim Burnett" To: "Dragos Lipan" , References: <3DC64DC5.7010008@pcrai.ro> Subject: Re: [mapserver-users] Instalation problems... Date: Mon, 4 Nov 2002 10:21:03 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Which version of GD do you have? What linux distro? -jim ----- Original Message ----- From: "Dragos Lipan" To: Sent: Monday, November 04, 2002 5:36 AM Subject: [mapserver-users] Instalation problems... > When trying to install mapserver 3.6.1, > after all necesary prerequisites, > I found for > ./configure --with-gd=/usr --with-postgis --with-gdal --with-proj \ > --with-ogr --with-wmsclient > the following > > > > loading cache ./config.cache > checking for gcc... (cached) gcc > checking whether the C compiler (gcc ) works... yes > checking whether the C compiler (gcc ) is a cross-compiler... no > checking whether we are using GNU C... (cached) yes > checking whether gcc accepts -g... (cached) yes > checking for c++... (cached) c++ > checking whether the C++ compiler (c++ ) works... yes > checking whether the C++ compiler (c++ ) is a cross-compiler... no > checking whether we are using GNU C++... (cached) yes > checking whether c++ accepts -g... (cached) yes > checking for ranlib... (cached) ranlib > checking for flex... (cached) flex > checking for yywrap in -lfl... (cached) yes > checking for bison... (cached) bison -y > checking if compiler supports -R... (cached) no > checking if compiler supports -Wl,-rpath,... (cached) yes > checking for exp in -lm... (cached) yes > checking how to run the C preprocessor... (cached) gcc -E > checking for ANSI C header files... (cached) yes > checking for strcasecmp... (cached) yes > checking for strncasecmp... (cached) yes > checking for strdup... (cached) yes > checking whether we should include JPEG support... > checking for jpeg_read_header in -ljpeg... yes > using libjpeg from system libs. > checking which version of GD to use... > using libgd from -L/usr/lib -lgd > checking where FreeType is installed... > checking for FT_Init_FreeType in -lfreetype... yes > using libfreetype -lfreetype from system libs. > checking where Zlib is installed... > checking for zlibVersion in -lz... yes > using libz from system libs. > checking where PNG is installed... > checking for png_init_io in -lpng... yes > using libpng from system libs. > checking for gdImageGif in -lc... no > checking for gdImagePng in -lc... no > checking for gdImageJpeg in -lc... no > checking for gdImageWBMP in -lc... no > checking for gdImageStringFT in -lc... no > checking for gdImageStringTTF in -lc... no > checking for gdImageString16 in -lc... no > checking for gdImageGifPtr in -lc... no > using GD ( -DUSE_GD_SWAP_XY) from /usr. > checking whether we should include PDF support... > checking for PDF_setlinewidth in -lpdf... no > checking for PDF_setrgbcolor in -lpdf... no > checking for PDF_moveto in -lpdf... no > checking for PDF_curveto in -lpdf... no > checking for PDF_show_xy in -lpdf... (cached) no > libpdf not found... PDF support not included. > checking whether we should include TIFF support... > checking for TIFFOpen in -ltiff... yes > using libtiff from system libs. > checking whether we should include EPPL7 support... > including EPPL7 support. > checking whether we should include PROJ.4 support... > checking for pj_init in -lproj... yes > checking for pj_transform in -lproj... yes > checking for pj_latlong_from_proj in -lproj... yes > using PROJ.4 from system libs. > checking whether we should include thread safe support... > thread safe support disabled. > checking whether we should include ESRI SDE support... > ESRI SDE support not requested. > checking whether we should compile in MPATROL support... > MPATROL support not requested. > checking whether we should include OGR support... > checking for gdal-config... (cached) /usr/local/bin/gdal-config > checking for OGRRegisterAll in -lgdal.1.1... (cached) yes > using OGR from system libs. > checking if GDAL support requested... yes > checking if PostGIS support requested... yes > checking for pg_config... (cached) /usr/local/pgsql/bin/pg_config > yes, user supplied pg_config > checking if OracleSpatial support requested... no > checking whether we should include WMS support... > OGC WMS compatibility enabled (-DUSE_WMS). > checking whether we should include WMS Client Connections support... > checking for libwww-config... (cached) /usr/local/bin/libwww-config > found libwww version 5.4.0 > OGC WMS Client Connections enabled (-DUSE_WMS_LYR). > checking for potential conflict between system regex and rxposix... > checking for regexec in -lrx... (cached) no > Compiling with -DIGNORE_MISSING_DATA. > checking whether we should enable debug features... > checking for PHP/MapScript module options... > PHP/MapScript module not configured. > creating ./config.status > creating Makefile > > > > but make ... resulsts as > > gcc -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ > -DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR -DUSE_TIFF -DUSE_JPEG > -DUSE_GD_SWAP_XY -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS > -I/usr/include -I/usr/local/include -I/usr/local/include > -I/usr/local/pgsql/include -I/usr/local/include > -I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H shp2img.o -L. -lmap > -L/usr/lib -lgd -ljpeg -lfreetype -lpng -lz -ltiff -ljpeg -lfreetype > -lpng -lz -lproj -ljpeg -L/usr/local/lib -lgdal.1.1 > -L/usr/local/pgsql/lib -lpq -L/usr/local/lib -lwwwxml -lxmltok > -lxmlparse -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp > -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream > -lwwwmux -lwwwtrans -lwwwcore -lwwwutils -lmd5 -ldl -lm -o shp2img > > > /usr/lib/libwwwapp.so: undefined reference to `HTZLib_inflate' > /usr/lib/libgd.so: undefined reference to `XpmReadFileToXpmImage' > collect2: ld returned 1 exit status > make: *** [shp2img] Error 1 > > HTZLib_inflate I can avoid, > but I really can't do anything with libgd.so .. > > Any ideas? > > TIA > > > -- > ---------------------------- > Dragos Lipan > TI > Parcul National Piatra Craiului > 2223 Zarnesti > Str. Raului. 27 > Tel/fax (04)(068)223008 > dlipan@pcrai.ro > > > From mapserver-users-owner Mon Nov 4 09:34:42 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4FUq6o028514 for mapserver-users-list; Mon, 4 Nov 2002 09:30:52 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from lx.pcrai.ro ([217.10.217.138]) by lists.gis.umn.edu (8.12.6/8.12.6) with SMTP id gA4FUa1O028510 for ; Mon, 4 Nov 2002 09:30:40 -0600 (CST) Received: (qmail 3783 invoked from network); 4 Nov 2002 15:19:02 -0000 Received: from unknown (HELO pcrai.ro) (192.168.1.3) by 0 with SMTP; 4 Nov 2002 15:19:02 -0000 Message-ID: <3DC6932C.4070504@pcrai.ro> Date: Mon, 04 Nov 2002 17:33:00 +0200 From: Dragos Lipan Organization: PNPC User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en,ro MIME-Version: 1.0 To: Jim Burnett CC: mapserver-users@lists.gis.umn.edu Subject: Re: [mapserver-users] Instalation problems... References: <3DC64DC5.7010008@pcrai.ro> <003901c28415$cc58b360$de01a8c0@JOEL> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Jim Burnett wrote: >Which version of GD do you have? > > GD 2.0.4 >What linux distro? > RH 7.2 >-jim > >----- Original Message ----- >From: "Dragos Lipan" >To: >Sent: Monday, November 04, 2002 5:36 AM >Subject: [mapserver-users] Instalation problems... > > > > >>When trying to install mapserver 3.6.1, >>after all necesary prerequisites, >>I found for >>./configure --with-gd=/usr --with-postgis --with-gdal --with-proj \ >> --with-ogr --with-wmsclient >>the following >> >> >> >>loading cache ./config.cache >>checking for gcc... (cached) gcc >>checking whether the C compiler (gcc ) works... yes >>checking whether the C compiler (gcc ) is a cross-compiler... no >>checking whether we are using GNU C... (cached) yes >>checking whether gcc accepts -g... (cached) yes >>checking for c++... (cached) c++ >>checking whether the C++ compiler (c++ ) works... yes >>checking whether the C++ compiler (c++ ) is a cross-compiler... no >>checking whether we are using GNU C++... (cached) yes >>checking whether c++ accepts -g... (cached) yes >>checking for ranlib... (cached) ranlib >>checking for flex... (cached) flex >>checking for yywrap in -lfl... (cached) yes >>checking for bison... (cached) bison -y >>checking if compiler supports -R... (cached) no >>checking if compiler supports -Wl,-rpath,... (cached) yes >>checking for exp in -lm... (cached) yes >>checking how to run the C preprocessor... (cached) gcc -E >>checking for ANSI C header files... (cached) yes >>checking for strcasecmp... (cached) yes >>checking for strncasecmp... (cached) yes >>checking for strdup... (cached) yes >>checking whether we should include JPEG support... >>checking for jpeg_read_header in -ljpeg... yes >> using libjpeg from system libs. >>checking which version of GD to use... >> using libgd from -L/usr/lib -lgd >>checking where FreeType is installed... >>checking for FT_Init_FreeType in -lfreetype... yes >> using libfreetype -lfreetype from system libs. >>checking where Zlib is installed... >>checking for zlibVersion in -lz... yes >> using libz from system libs. >>checking where PNG is installed... >>checking for png_init_io in -lpng... yes >> using libpng from system libs. >>checking for gdImageGif in -lc... no >>checking for gdImagePng in -lc... no >>checking for gdImageJpeg in -lc... no >>checking for gdImageWBMP in -lc... no >>checking for gdImageStringFT in -lc... no >>checking for gdImageStringTTF in -lc... no >>checking for gdImageString16 in -lc... no >>checking for gdImageGifPtr in -lc... no >> using GD ( -DUSE_GD_SWAP_XY) from /usr. >>checking whether we should include PDF support... >>checking for PDF_setlinewidth in -lpdf... no >>checking for PDF_setrgbcolor in -lpdf... no >>checking for PDF_moveto in -lpdf... no >>checking for PDF_curveto in -lpdf... no >>checking for PDF_show_xy in -lpdf... (cached) no >> libpdf not found... PDF support not included. >>checking whether we should include TIFF support... >>checking for TIFFOpen in -ltiff... yes >> using libtiff from system libs. >>checking whether we should include EPPL7 support... >> including EPPL7 support. >>checking whether we should include PROJ.4 support... >>checking for pj_init in -lproj... yes >>checking for pj_transform in -lproj... yes >>checking for pj_latlong_from_proj in -lproj... yes >> using PROJ.4 from system libs. >>checking whether we should include thread safe support... >> thread safe support disabled. >>checking whether we should include ESRI SDE support... >> ESRI SDE support not requested. >>checking whether we should compile in MPATROL support... >> MPATROL support not requested. >>checking whether we should include OGR support... >>checking for gdal-config... (cached) /usr/local/bin/gdal-config >>checking for OGRRegisterAll in -lgdal.1.1... (cached) yes >> using OGR from system libs. >>checking if GDAL support requested... yes >>checking if PostGIS support requested... yes >>checking for pg_config... (cached) /usr/local/pgsql/bin/pg_config >>yes, user supplied pg_config >>checking if OracleSpatial support requested... no >>checking whether we should include WMS support... >> OGC WMS compatibility enabled (-DUSE_WMS). >>checking whether we should include WMS Client Connections support... >>checking for libwww-config... (cached) /usr/local/bin/libwww-config >> found libwww version 5.4.0 >> OGC WMS Client Connections enabled (-DUSE_WMS_LYR). >>checking for potential conflict between system regex and rxposix... >>checking for regexec in -lrx... (cached) no >>Compiling with -DIGNORE_MISSING_DATA. >>checking whether we should enable debug features... >>checking for PHP/MapScript module options... >> PHP/MapScript module not configured. >>creating ./config.status >>creating Makefile >> >> >> >>but make ... resulsts as >> >>gcc -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ >>-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR -DUSE_TIFF -DUSE_JPEG >>-DUSE_GD_SWAP_XY -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS >>-I/usr/include -I/usr/local/include -I/usr/local/include >>-I/usr/local/pgsql/include -I/usr/local/include >>-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H shp2img.o -L. -lmap >>-L/usr/lib -lgd -ljpeg -lfreetype -lpng -lz -ltiff -ljpeg -lfreetype >>-lpng -lz -lproj -ljpeg -L/usr/local/lib -lgdal.1.1 >>-L/usr/local/pgsql/lib -lpq -L/usr/local/lib -lwwwxml -lxmltok >>-lxmlparse -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp >>-lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream >>-lwwwmux -lwwwtrans -lwwwcore -lwwwutils -lmd5 -ldl -lm -o shp2img >> >> >>/usr/lib/libwwwapp.so: undefined reference to `HTZLib_inflate' >>/usr/lib/libgd.so: undefined reference to `XpmReadFileToXpmImage' >>collect2: ld returned 1 exit status >>make: *** [shp2img] Error 1 >> >>HTZLib_inflate I can avoid, >>but I really can't do anything with libgd.so .. >> >>Any ideas? >> >>TIA >> >> >>-- >>---------------------------- >>Dragos Lipan >>TI >>Parcul National Piatra Craiului >>2223 Zarnesti >>Str. Raului. 27 >>Tel/fax (04)(068)223008 >>dlipan@pcrai.ro >> >> >> >> >> -- ---------------------------- Dragos Lipan TI Parcul National Piatra Craiului 2223 Zarnesti Str. Raului. 27 Tel/fax (04)(068)223008 dlipan@pcrai.ro From mapserver-users-owner Mon Nov 4 09:45:16 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4Fh1co028594 for mapserver-users-list; Mon, 4 Nov 2002 09:43:01 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from mailrtr02.ntelos.net (mailrtr02.ntelos.net [216.12.0.102]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA4Fgw1O028590 for ; Mon, 4 Nov 2002 09:42:59 -0600 (CST) Received: from JOEL (216-12-21-15.stn.mvl.intelos.net [216.12.21.15]) by mailrtr02.ntelos.net (8.11.4/8.11.4) with SMTP id gA4Fg8N29839; Mon, 4 Nov 2002 10:42:18 -0500 Message-ID: <004101c28419$c69b98d0$de01a8c0@JOEL> From: "Jim Burnett" To: "Dragos Lipan" Cc: References: <3DC64DC5.7010008@pcrai.ro> <003901c28415$cc58b360$de01a8c0@JOEL> <3DC6932C.4070504@pcrai.ro> Subject: Re: [mapserver-users] Instalation problems... Date: Mon, 4 Nov 2002 10:49:25 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Have you tried installing 1.8x? I had problem with Gd2.0.x and installed GD1.8 and re-compiled mapserver and it worked fine. -jim ----- Original Message ----- From: "Dragos Lipan" To: "Jim Burnett" Cc: Sent: Monday, November 04, 2002 10:33 AM Subject: Re: [mapserver-users] Instalation problems... > Jim Burnett wrote: > > >Which version of GD do you have? > > > > > GD 2.0.4 > > >What linux distro? > > > RH 7.2 > > >-jim > > > >----- Original Message ----- > >From: "Dragos Lipan" > >To: > >Sent: Monday, November 04, 2002 5:36 AM > >Subject: [mapserver-users] Instalation problems... > > > > > > > > > >>When trying to install mapserver 3.6.1, > >>after all necesary prerequisites, > >>I found for > >>./configure --with-gd=/usr --with-postgis --with-gdal --with-proj \ > >> --with-ogr --with-wmsclient > >>the following > >> > >> > >> > >>loading cache ./config.cache > >>checking for gcc... (cached) gcc > >>checking whether the C compiler (gcc ) works... yes > >>checking whether the C compiler (gcc ) is a cross-compiler... no > >>checking whether we are using GNU C... (cached) yes > >>checking whether gcc accepts -g... (cached) yes > >>checking for c++... (cached) c++ > >>checking whether the C++ compiler (c++ ) works... yes > >>checking whether the C++ compiler (c++ ) is a cross-compiler... no > >>checking whether we are using GNU C++... (cached) yes > >>checking whether c++ accepts -g... (cached) yes > >>checking for ranlib... (cached) ranlib > >>checking for flex... (cached) flex > >>checking for yywrap in -lfl... (cached) yes > >>checking for bison... (cached) bison -y > >>checking if compiler supports -R... (cached) no > >>checking if compiler supports -Wl,-rpath,... (cached) yes > >>checking for exp in -lm... (cached) yes > >>checking how to run the C preprocessor... (cached) gcc -E > >>checking for ANSI C header files... (cached) yes > >>checking for strcasecmp... (cached) yes > >>checking for strncasecmp... (cached) yes > >>checking for strdup... (cached) yes > >>checking whether we should include JPEG support... > >>checking for jpeg_read_header in -ljpeg... yes > >> using libjpeg from system libs. > >>checking which version of GD to use... > >> using libgd from -L/usr/lib -lgd > >>checking where FreeType is installed... > >>checking for FT_Init_FreeType in -lfreetype... yes > >> using libfreetype -lfreetype from system libs. > >>checking where Zlib is installed... > >>checking for zlibVersion in -lz... yes > >> using libz from system libs. > >>checking where PNG is installed... > >>checking for png_init_io in -lpng... yes > >> using libpng from system libs. > >>checking for gdImageGif in -lc... no > >>checking for gdImagePng in -lc... no > >>checking for gdImageJpeg in -lc... no > >>checking for gdImageWBMP in -lc... no > >>checking for gdImageStringFT in -lc... no > >>checking for gdImageStringTTF in -lc... no > >>checking for gdImageString16 in -lc... no > >>checking for gdImageGifPtr in -lc... no > >> using GD ( -DUSE_GD_SWAP_XY) from /usr. > >>checking whether we should include PDF support... > >>checking for PDF_setlinewidth in -lpdf... no > >>checking for PDF_setrgbcolor in -lpdf... no > >>checking for PDF_moveto in -lpdf... no > >>checking for PDF_curveto in -lpdf... no > >>checking for PDF_show_xy in -lpdf... (cached) no > >> libpdf not found... PDF support not included. > >>checking whether we should include TIFF support... > >>checking for TIFFOpen in -ltiff... yes > >> using libtiff from system libs. > >>checking whether we should include EPPL7 support... > >> including EPPL7 support. > >>checking whether we should include PROJ.4 support... > >>checking for pj_init in -lproj... yes > >>checking for pj_transform in -lproj... yes > >>checking for pj_latlong_from_proj in -lproj... yes > >> using PROJ.4 from system libs. > >>checking whether we should include thread safe support... > >> thread safe support disabled. > >>checking whether we should include ESRI SDE support... > >> ESRI SDE support not requested. > >>checking whether we should compile in MPATROL support... > >> MPATROL support not requested. > >>checking whether we should include OGR support... > >>checking for gdal-config... (cached) /usr/local/bin/gdal-config > >>checking for OGRRegisterAll in -lgdal.1.1... (cached) yes > >> using OGR from system libs. > >>checking if GDAL support requested... yes > >>checking if PostGIS support requested... yes > >>checking for pg_config... (cached) /usr/local/pgsql/bin/pg_config > >>yes, user supplied pg_config > >>checking if OracleSpatial support requested... no > >>checking whether we should include WMS support... > >> OGC WMS compatibility enabled (-DUSE_WMS). > >>checking whether we should include WMS Client Connections support... > >>checking for libwww-config... (cached) /usr/local/bin/libwww-config > >> found libwww version 5.4.0 > >> OGC WMS Client Connections enabled (-DUSE_WMS_LYR). > >>checking for potential conflict between system regex and rxposix... > >>checking for regexec in -lrx... (cached) no > >>Compiling with -DIGNORE_MISSING_DATA. > >>checking whether we should enable debug features... > >>checking for PHP/MapScript module options... > >> PHP/MapScript module not configured. > >>creating ./config.status > >>creating Makefile > >> > >> > >> > >>but make ... resulsts as > >> > >>gcc -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ > >>-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR -DUSE_TIFF -DUSE_JPEG > >>-DUSE_GD_SWAP_XY -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS > >>-I/usr/include -I/usr/local/include -I/usr/local/include > >>-I/usr/local/pgsql/include -I/usr/local/include > >>-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H shp2img.o -L. -lmap > >>-L/usr/lib -lgd -ljpeg -lfreetype -lpng -lz -ltiff -ljpeg -lfreetype > >>-lpng -lz -lproj -ljpeg -L/usr/local/lib -lgdal.1.1 > >>-L/usr/local/pgsql/lib -lpq -L/usr/local/lib -lwwwxml -lxmltok > >>-lxmlparse -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp > >>-lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream > >>-lwwwmux -lwwwtrans -lwwwcore -lwwwutils -lmd5 -ldl -lm -o shp2img > >> > >> > >>/usr/lib/libwwwapp.so: undefined reference to `HTZLib_inflate' > >>/usr/lib/libgd.so: undefined reference to `XpmReadFileToXpmImage' > >>collect2: ld returned 1 exit status > >>make: *** [shp2img] Error 1 > >> > >>HTZLib_inflate I can avoid, > >>but I really can't do anything with libgd.so .. > >> > >>Any ideas? > >> > >>TIA > >> > >> > >>-- > >>---------------------------- > >>Dragos Lipan > >>TI > >>Parcul National Piatra Craiului > >>2223 Zarnesti > >>Str. Raului. 27 > >>Tel/fax (04)(068)223008 > >>dlipan@pcrai.ro > >> > >> > >> > >> > >> > > > -- > ---------------------------- > Dragos Lipan > TI > Parcul National Piatra Craiului > 2223 Zarnesti > Str. Raului. 27 > Tel/fax (04)(068)223008 > dlipan@pcrai.ro > > > From mapserver-users-owner Mon Nov 4 09:45:43 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4Fi0ZN028600 for mapserver-users-list; Mon, 4 Nov 2002 09:44:00 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from mailman.nexussoft.com ([208.201.43.220]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA4Fhw1O028596 for ; Mon, 4 Nov 2002 09:43:59 -0600 (CST) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Subject: RE: [mapserver-users] Instalation problems... X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Mon, 4 Nov 2002 10:43:09 -0500 Message-ID: <8A13872FF821F4488B4A629647DC0C71023F72@mailman.nexussoft.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [mapserver-users] Instalation problems... Thread-Index: AcKEGMklDVSeJidqSKmIkB8/j1udQAAAA+Xg From: "Thomas P. Colson" Cc: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by lists.gis.umn.edu id gA4Fhx1O028597 Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Try GD 1.8.4 -----Original Message----- From: Dragos Lipan [mailto:dlipan@pcrai.ro] Sent: Monday, November 04, 2002 10:33 AM To: Jim Burnett Cc: mapserver-users@lists.gis.umn.edu Subject: Re: [mapserver-users] Instalation problems... Jim Burnett wrote: >Which version of GD do you have? > > GD 2.0.4 >What linux distro? > RH 7.2 >-jim > >----- Original Message ----- >From: "Dragos Lipan" >To: >Sent: Monday, November 04, 2002 5:36 AM >Subject: [mapserver-users] Instalation problems... > > > > >>When trying to install mapserver 3.6.1, >>after all necesary prerequisites, >>I found for >>./configure --with-gd=/usr --with-postgis --with-gdal --with-proj \ >> --with-ogr --with-wmsclient >>the following >> >> >> >>loading cache ./config.cache >>checking for gcc... (cached) gcc >>checking whether the C compiler (gcc ) works... yes >>checking whether the C compiler (gcc ) is a cross-compiler... no >>checking whether we are using GNU C... (cached) yes >>checking whether gcc accepts -g... (cached) yes >>checking for c++... (cached) c++ >>checking whether the C++ compiler (c++ ) works... yes >>checking whether the C++ compiler (c++ ) is a cross-compiler... no >>checking whether we are using GNU C++... (cached) yes >>checking whether c++ accepts -g... (cached) yes >>checking for ranlib... (cached) ranlib >>checking for flex... (cached) flex >>checking for yywrap in -lfl... (cached) yes >>checking for bison... (cached) bison -y >>checking if compiler supports -R... (cached) no >>checking if compiler supports -Wl,-rpath,... (cached) yes >>checking for exp in -lm... (cached) yes >>checking how to run the C preprocessor... (cached) gcc -E >>checking for ANSI C header files... (cached) yes >>checking for strcasecmp... (cached) yes >>checking for strncasecmp... (cached) yes >>checking for strdup... (cached) yes >>checking whether we should include JPEG support... >>checking for jpeg_read_header in -ljpeg... yes >> using libjpeg from system libs. >>checking which version of GD to use... >> using libgd from -L/usr/lib -lgd >>checking where FreeType is installed... >>checking for FT_Init_FreeType in -lfreetype... yes >> using libfreetype -lfreetype from system libs. >>checking where Zlib is installed... >>checking for zlibVersion in -lz... yes >> using libz from system libs. >>checking where PNG is installed... >>checking for png_init_io in -lpng... yes >> using libpng from system libs. >>checking for gdImageGif in -lc... no >>checking for gdImagePng in -lc... no >>checking for gdImageJpeg in -lc... no >>checking for gdImageWBMP in -lc... no >>checking for gdImageStringFT in -lc... no >>checking for gdImageStringTTF in -lc... no >>checking for gdImageString16 in -lc... no >>checking for gdImageGifPtr in -lc... no >> using GD ( -DUSE_GD_SWAP_XY) from /usr. >>checking whether we should include PDF support... >>checking for PDF_setlinewidth in -lpdf... no >>checking for PDF_setrgbcolor in -lpdf... no >>checking for PDF_moveto in -lpdf... no >>checking for PDF_curveto in -lpdf... no >>checking for PDF_show_xy in -lpdf... (cached) no >> libpdf not found... PDF support not included. >>checking whether we should include TIFF support... >>checking for TIFFOpen in -ltiff... yes >> using libtiff from system libs. >>checking whether we should include EPPL7 support... >> including EPPL7 support. >>checking whether we should include PROJ.4 support... >>checking for pj_init in -lproj... yes >>checking for pj_transform in -lproj... yes >>checking for pj_latlong_from_proj in -lproj... yes >> using PROJ.4 from system libs. >>checking whether we should include thread safe support... >> thread safe support disabled. >>checking whether we should include ESRI SDE support... >> ESRI SDE support not requested. >>checking whether we should compile in MPATROL support... >> MPATROL support not requested. >>checking whether we should include OGR support... >>checking for gdal-config... (cached) /usr/local/bin/gdal-config >>checking for OGRRegisterAll in -lgdal.1.1... (cached) yes >> using OGR from system libs. >>checking if GDAL support requested... yes >>checking if PostGIS support requested... yes >>checking for pg_config... (cached) /usr/local/pgsql/bin/pg_config >>yes, user supplied pg_config >>checking if OracleSpatial support requested... no >>checking whether we should include WMS support... >> OGC WMS compatibility enabled (-DUSE_WMS). >>checking whether we should include WMS Client Connections support... >>checking for libwww-config... (cached) /usr/local/bin/libwww-config >> found libwww version 5.4.0 >> OGC WMS Client Connections enabled (-DUSE_WMS_LYR). >>checking for potential conflict between system regex and rxposix... >>checking for regexec in -lrx... (cached) no >>Compiling with -DIGNORE_MISSING_DATA. >>checking whether we should enable debug features... >>checking for PHP/MapScript module options... >> PHP/MapScript module not configured. >>creating ./config.status >>creating Makefile >> >> >> >>but make ... resulsts as >> >>gcc -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ >>-DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR -DUSE_TIFF -DUSE_JPEG >>-DUSE_GD_SWAP_XY -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS >>-I/usr/include -I/usr/local/include -I/usr/local/include >>-I/usr/local/pgsql/include -I/usr/local/include >>-I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H shp2img.o -L. -lmap >>-L/usr/lib -lgd -ljpeg -lfreetype -lpng -lz -ltiff -ljpeg -lfreetype >>-lpng -lz -lproj -ljpeg -L/usr/local/lib -lgdal.1.1 >>-L/usr/local/pgsql/lib -lpq -L/usr/local/lib -lwwwxml -lxmltok >>-lxmlparse -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp >>-lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream >>-lwwwmux -lwwwtrans -lwwwcore -lwwwutils -lmd5 -ldl -lm -o shp2img >> >> >>/usr/lib/libwwwapp.so: undefined reference to `HTZLib_inflate' >>/usr/lib/libgd.so: undefined reference to `XpmReadFileToXpmImage' >>collect2: ld returned 1 exit status >>make: *** [shp2img] Error 1 >> >>HTZLib_inflate I can avoid, >>but I really can't do anything with libgd.so .. >> >>Any ideas? >> >>TIA >> >> >>-- >>---------------------------- >>Dragos Lipan >>TI >>Parcul National Piatra Craiului >>2223 Zarnesti >>Str. Raului. 27 >>Tel/fax (04)(068)223008 >>dlipan@pcrai.ro >> >> >> >> >> -- ---------------------------- Dragos Lipan TI Parcul National Piatra Craiului 2223 Zarnesti Str. Raului. 27 Tel/fax (04)(068)223008 dlipan@pcrai.ro From mapserver-users-owner Mon Nov 4 09:52:09 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4FpU28028622 for mapserver-users-list; Mon, 4 Nov 2002 09:51:30 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from lx.pcrai.ro ([217.10.217.138]) by lists.gis.umn.edu (8.12.6/8.12.6) with SMTP id gA4FpQ1O028618 for ; Mon, 4 Nov 2002 09:51:27 -0600 (CST) Received: (qmail 4164 invoked from network); 4 Nov 2002 15:40:00 -0000 Received: from unknown (HELO pcrai.ro) (192.168.1.3) by 0 with SMTP; 4 Nov 2002 15:40:00 -0000 Message-ID: <3DC69815.4020404@pcrai.ro> Date: Mon, 04 Nov 2002 17:53:57 +0200 From: Dragos Lipan Organization: PNPC User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en,ro MIME-Version: 1.0 To: mapserver-users@lists.gis.umn.edu Subject: Re: [mapserver-users] Instalation problems... References: <3DC64DC5.7010008@pcrai.ro> <003901c28415$cc58b360$de01a8c0@JOEL> <3DC6932C.4070504@pcrai.ro> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk ok everything works fine now ... I gave up on configuring fdal :(( and rebuild the freetype lib ... after recompiling gd, it works finally :) Thank you very much. Dragos Lipan wrote: > Jim Burnett wrote: > >> Which version of GD do you have? >> >> > GD 2.0.4 > >> What linux distro? >> > RH 7.2 > >> -jim >> >> ----- Original Message ----- From: "Dragos Lipan" >> To: >> Sent: Monday, November 04, 2002 5:36 AM >> Subject: [mapserver-users] Instalation problems... >> >> >> >> >>> When trying to install mapserver 3.6.1, >>> after all necesary prerequisites, >>> I found for >>> ./configure --with-gd=/usr --with-postgis --with-gdal --with-proj \ >>> --with-ogr --with-wmsclient >>> the following >>> >>> >>> >>> loading cache ./config.cache >>> checking for gcc... (cached) gcc >>> checking whether the C compiler (gcc ) works... yes >>> checking whether the C compiler (gcc ) is a cross-compiler... no >>> checking whether we are using GNU C... (cached) yes >>> checking whether gcc accepts -g... (cached) yes >>> checking for c++... (cached) c++ >>> checking whether the C++ compiler (c++ ) works... yes >>> checking whether the C++ compiler (c++ ) is a cross-compiler... no >>> checking whether we are using GNU C++... (cached) yes >>> checking whether c++ accepts -g... (cached) yes >>> checking for ranlib... (cached) ranlib >>> checking for flex... (cached) flex >>> checking for yywrap in -lfl... (cached) yes >>> checking for bison... (cached) bison -y >>> checking if compiler supports -R... (cached) no >>> checking if compiler supports -Wl,-rpath,... (cached) yes >>> checking for exp in -lm... (cached) yes >>> checking how to run the C preprocessor... (cached) gcc -E >>> checking for ANSI C header files... (cached) yes >>> checking for strcasecmp... (cached) yes >>> checking for strncasecmp... (cached) yes >>> checking for strdup... (cached) yes >>> checking whether we should include JPEG support... >>> checking for jpeg_read_header in -ljpeg... yes >>> using libjpeg from system libs. >>> checking which version of GD to use... >>> using libgd from -L/usr/lib -lgd >>> checking where FreeType is installed... >>> checking for FT_Init_FreeType in -lfreetype... yes >>> using libfreetype -lfreetype from system libs. >>> checking where Zlib is installed... >>> checking for zlibVersion in -lz... yes >>> using libz from system libs. >>> checking where PNG is installed... >>> checking for png_init_io in -lpng... yes >>> using libpng from system libs. >>> checking for gdImageGif in -lc... no >>> checking for gdImagePng in -lc... no >>> checking for gdImageJpeg in -lc... no >>> checking for gdImageWBMP in -lc... no >>> checking for gdImageStringFT in -lc... no >>> checking for gdImageStringTTF in -lc... no >>> checking for gdImageString16 in -lc... no >>> checking for gdImageGifPtr in -lc... no >>> using GD ( -DUSE_GD_SWAP_XY) from /usr. >>> checking whether we should include PDF support... >>> checking for PDF_setlinewidth in -lpdf... no >>> checking for PDF_setrgbcolor in -lpdf... no >>> checking for PDF_moveto in -lpdf... no >>> checking for PDF_curveto in -lpdf... no >>> checking for PDF_show_xy in -lpdf... (cached) no >>> libpdf not found... PDF support not included. >>> checking whether we should include TIFF support... >>> checking for TIFFOpen in -ltiff... yes >>> using libtiff from system libs. >>> checking whether we should include EPPL7 support... >>> including EPPL7 support. >>> checking whether we should include PROJ.4 support... >>> checking for pj_init in -lproj... yes >>> checking for pj_transform in -lproj... yes >>> checking for pj_latlong_from_proj in -lproj... yes >>> using PROJ.4 from system libs. >>> checking whether we should include thread safe support... >>> thread safe support disabled. >>> checking whether we should include ESRI SDE support... >>> ESRI SDE support not requested. >>> checking whether we should compile in MPATROL support... >>> MPATROL support not requested. >>> checking whether we should include OGR support... >>> checking for gdal-config... (cached) /usr/local/bin/gdal-config >>> checking for OGRRegisterAll in -lgdal.1.1... (cached) yes >>> using OGR from system libs. >>> checking if GDAL support requested... yes >>> checking if PostGIS support requested... yes >>> checking for pg_config... (cached) /usr/local/pgsql/bin/pg_config >>> yes, user supplied pg_config >>> checking if OracleSpatial support requested... no >>> checking whether we should include WMS support... >>> OGC WMS compatibility enabled (-DUSE_WMS). >>> checking whether we should include WMS Client Connections support... >>> checking for libwww-config... (cached) /usr/local/bin/libwww-config >>> found libwww version 5.4.0 >>> OGC WMS Client Connections enabled (-DUSE_WMS_LYR). >>> checking for potential conflict between system regex and rxposix... >>> checking for regexec in -lrx... (cached) no >>> Compiling with -DIGNORE_MISSING_DATA. >>> checking whether we should enable debug features... >>> checking for PHP/MapScript module options... >>> PHP/MapScript module not configured. >>> creating ./config.status >>> creating Makefile >>> >>> >>> >>> but make ... resulsts as >>> >>> gcc -O2 -Wall -DIGNORE_MISSING_DATA -DUSE_EPPL -DUSE_PROJ >>> -DUSE_PROJ_API_H -DUSE_WMS -DUSE_WMS_LYR -DUSE_TIFF -DUSE_JPEG >>> -DUSE_GD_SWAP_XY -DUSE_OGR -DUSE_GDAL -DUSE_POSTGIS >>> -I/usr/include -I/usr/local/include -I/usr/local/include >>> -I/usr/local/pgsql/include -I/usr/local/include >>> -I/usr/local/include/w3c-libwww -DHAVE_CONFIG_H shp2img.o -L. >>> -lmap -L/usr/lib -lgd -ljpeg -lfreetype -lpng -lz -ltiff -ljpeg >>> -lfreetype -lpng -lz -lproj -ljpeg -L/usr/local/lib -lgdal.1.1 >>> -L/usr/local/pgsql/lib -lpq -L/usr/local/lib -lwwwxml -lxmltok >>> -lxmlparse -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews >>> -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir >>> -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils >>> -lmd5 -ldl -lm -o shp2img >>> >>> >>> /usr/lib/libwwwapp.so: undefined reference to `HTZLib_inflate' >>> /usr/lib/libgd.so: undefined reference to `XpmReadFileToXpmImage' >>> collect2: ld returned 1 exit status >>> make: *** [shp2img] Error 1 >>> >>> HTZLib_inflate I can avoid, >>> but I really can't do anything with libgd.so .. >>> >>> Any ideas? >>> >>> TIA >>> >>> >>> -- >>> ---------------------------- >>> Dragos Lipan >>> TI >>> Parcul National Piatra Craiului >>> 2223 Zarnesti >>> Str. Raului. 27 >>> Tel/fax (04)(068)223008 >>> dlipan@pcrai.ro >>> >>> >>> >>> >> > > -- ---------------------------- Dragos Lipan TI Parcul National Piatra Craiului 2223 Zarnesti Str. Raului. 27 Tel/fax (04)(068)223008 dlipan@pcrai.ro From mapserver-users-owner Mon Nov 4 11:38:01 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4HWRgN028997 for mapserver-users-list; Mon, 4 Nov 2002 11:32:27 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from pikespeak.metacarta.com (pikespeak.metacarta.com [66.92.91.131]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA4HWP1O028993 for ; Mon, 4 Nov 2002 11:32:25 -0600 (CST) Received: from mosor.internal.metacarta.com ([10.2.0.1] helo=localhost.localdomain ident=krbaker) by pikespeak.metacarta.com with esmtp (Exim 3.35 #1 (Debian)) id 188l4d-000519-00 for ; Mon, 04 Nov 2002 12:31:39 -0500 Subject: [mapserver-users] Shapefile Modification From: Keith Baker To: mapserver-users Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ZLvnnmOMnVDjYkOeDbi7" X-Mailer: Ximian Evolution 1.0.5 Date: 04 Nov 2002 12:31:39 -0500 Message-Id: <1036431099.22088.141.camel@mosor.internal.metacarta.com> Mime-Version: 1.0 Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk --=-ZLvnnmOMnVDjYkOeDbi7 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I have some basic shapefiles of the world, and then I have tiger shapfiles. The world shapefiles have some duplicated data such as US roads. I'd like to trim all data within the US out of the world data.=20 This seems like a somewhat common task so I am hoping there is a tool out there? Something like trim north_american_highways.shp with usa_polygon.shp... Hints? tips? evil vibes? --=-ZLvnnmOMnVDjYkOeDbi7 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQA9xq77yzx89uXZKRERAhjEAKDjG+X/K1bbMTFDMQ7Kh8JTqXFcxACg0oI6 fBVFhwvGKTt4IEsi9hVIkaY= =HT2h -----END PGP SIGNATURE----- --=-ZLvnnmOMnVDjYkOeDbi7-- From mapserver-users-owner Mon Nov 4 12:26:28 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4IOAT2029116 for mapserver-users-list; Mon, 4 Nov 2002 12:24:10 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from Killsafe.zhrodague.net (killsafe.zhrodague.net [64.46.156.90]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA4IO41O029112 for ; Mon, 4 Nov 2002 12:24:04 -0600 (CST) Received: from Killsafe.zhrodague.net (localhost [127.0.0.1]) by Killsafe.zhrodague.net (8.12.6/8.12.5) with ESMTP id gA4INvMU028270; Mon, 4 Nov 2002 13:23:57 -0500 Received: from localhost (drew@localhost) by Killsafe.zhrodague.net (8.12.6/8.12.5/Submit) with ESMTP id gA4INtQw028265; Mon, 4 Nov 2002 13:23:55 -0500 X-Authentication-Warning: Killsafe.zhrodague.net: drew owned process doing -bs Date: Mon, 4 Nov 2002 13:23:55 -0500 (EST) From: Drew from Zhrodague To: Keith Baker cc: mapserver-users Subject: Re: [mapserver-users] Shapefile Modification In-Reply-To: <1036431099.22088.141.camel@mosor.internal.metacarta.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk > I have some basic shapefiles of the world, and then I have tiger > shapfiles. The world shapefiles have some duplicated data such as US > roads. I'd like to trim all data within the US out of the world data. > This seems like a somewhat common task so I am hoping there is a tool > out there? Something like trim north_american_highways.shp with > usa_polygon.shp... Hints? tips? evil vibes? I think ogr2ogr will do that, you'll need to have like a perl wrapper, to compare the existing slices of the data I would think. You can filter-out things with that utility, if I'm not mistaken. From mapserver-users-owner Mon Nov 4 12:31:59 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4IVJ3V029138 for mapserver-users-list; Mon, 4 Nov 2002 12:31:19 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from lignumds.lignum.com (h66-38-134-89.gtconnect.net [66.38.134.89]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA4IVI1O029134 for ; Mon, 4 Nov 2002 12:31:18 -0600 (CST) Received: from lignumdswl.lignum.com ([128.2.100.2]) by lignumds.lignum.com (Lotus Domino Release 5.0.10) with ESMTP id 2002110410272471:568 ; Mon, 4 Nov 2002 10:27:24 -0800 Subject: Re: [mapserver-users] Shapefile Modification To: Keith Baker Cc: mapserver-users X-Mailer: Lotus Notes Release 5.0.10 March 22, 2002 Message-ID: From: "Tyler Mitchell" Date: Mon, 4 Nov 2002 10:29:58 -0800 MIME-Version: 1.0 X-MIMETrack: Serialize by Router on LignumDSWL/Lignum(Release 5.0.10 |March 22, 2002) at 11/04/2002 10:29:59 AM, Itemize by SMTP Server on LignumDS/Lignum(Release 5.0.10 |March 22, 2002) at 11/04/2002 10:27:24 AM, Serialize by Router on LignumDS/Lignum(Release 5.0.10 |March 22, 2002) at 11/04/2002 10:28:03 AM, Serialize complete at 11/04/2002 10:28:03 AM Content-type: text/plain; charset=us-ascii Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Is there an attribute/field in the shapefiles that you could use to specify which features to remove? Is so, I would recommend the ogr2ogr tool (part of www.remotesensing.org/gdal) to convert from shapefile to shapefile including a where clause like "where x = 'USA'". Do you have a usa_polygon.shp file? Do you have access to ArcView? Keith Baker To: mapserver-users Sent by: cc: owner-mapserver-users@lists. Fax to: gis.umn.edu Subject: [mapserver-users] Shapefile Modification 11/04/2002 09:31 AM I have some basic shapefiles of the world, and then I have tiger shapfiles. The world shapefiles have some duplicated data such as US roads. I'd like to trim all data within the US out of the world data. This seems like a somewhat common task so I am hoping there is a tool out there? Something like trim north_american_highways.shp with usa_polygon.shp... Hints? tips? evil vibes? From mapserver-users-owner Mon Nov 4 14:11:20 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4K8Pnk029429 for mapserver-users-list; Mon, 4 Nov 2002 14:08:25 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from pikespeak.metacarta.com (pikespeak.metacarta.com [66.92.91.131]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA4K8N1O029425 for ; Mon, 4 Nov 2002 14:08:23 -0600 (CST) Received: from mosor.internal.metacarta.com ([10.2.0.1] helo=localhost.localdomain ident=krbaker) by pikespeak.metacarta.com with esmtp (Exim 3.35 #1 (Debian)) id 188nVg-0000k5-00; Mon, 04 Nov 2002 15:07:44 -0500 Subject: Re: [mapserver-users] Shapefile Modification From: Keith Baker To: Tyler Mitchell Cc: mapserver-users In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-tNW8jYMFjNWbHYvkmR8F" X-Mailer: Ximian Evolution 1.0.5 Date: 04 Nov 2002 15:07:44 -0500 Message-Id: <1036440464.22084.144.camel@mosor.internal.metacarta.com> Mime-Version: 1.0 Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk --=-tNW8jYMFjNWbHYvkmR8F Content-Type: text/plain Content-Transfer-Encoding: quoted-printable No attribute field :-( Its things like roads and streams which aren't listed by which country they are in. I think doing it with is or isn't inside polygon is the way to go... On Mon, 2002-11-04 at 13:29, Tyler Mitchell wrote: >=20 > Is there an attribute/field in the shapefiles that you could use to speci= fy > which features to remove? Is so, I would recommend the ogr2ogr tool (par= t > of www.remotesensing.org/gdal) to convert from shapefile to shapefile > including a where clause like "where x =3D 'USA'". Do you have a > usa_polygon.shp file? Do you have access to ArcView? >=20 >=20 > = =20 > Keith Baker = =20 > To: mapse= rver-users =20 > Sent by: cc: = =20 > owner-mapserver-users@lists. Fax to: = =20 > gis.umn.edu Subject: [maps= erver-users] Shapefile Modification =20 > = =20 > = =20 > 11/04/2002 09:31 AM = =20 > = =20 > = =20 >=20 >=20 >=20 >=20 > I have some basic shapefiles of the world, and then I have tiger > shapfiles. The world shapefiles have some duplicated data such as US > roads. I'd like to trim all data within the US out of the world data. > This seems like a somewhat common task so I am hoping there is a tool > out there? Something like trim north_american_highways.shp with > usa_polygon.shp... Hints? tips? evil vibes? >=20 >=20 >=20 >=20 >=20 >=20 --=-tNW8jYMFjNWbHYvkmR8F Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQA9xtOQyzx89uXZKRERAss+AKDAjh77w1PLqXWbsShe2Sa8Ml3s4ACgq7/I BDil3XFiT9KW6O7tzO6pfSg= =9yY4 -----END PGP SIGNATURE----- --=-tNW8jYMFjNWbHYvkmR8F-- From mapserver-users-owner Mon Nov 4 14:37:08 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4KWHlW029525 for mapserver-users-list; Mon, 4 Nov 2002 14:32:17 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from pikespeak.metacarta.com (pikespeak.metacarta.com [66.92.91.131]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA4KWF1O029521 for ; Mon, 4 Nov 2002 14:32:16 -0600 (CST) Received: from mosor.internal.metacarta.com ([10.2.0.1] helo=localhost.localdomain ident=krbaker) by pikespeak.metacarta.com with esmtp (Exim 3.35 #1 (Debian)) id 188nsq-0001EP-00; Mon, 04 Nov 2002 15:31:40 -0500 Subject: Re: [mapserver-users] Shapefile Modification From: Keith Baker To: Drew from Zhrodague Cc: mapserver-users In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-hRgtd9+D+SITycVeVUTw" X-Mailer: Ximian Evolution 1.0.5 Date: 04 Nov 2002 15:31:40 -0500 Message-Id: <1036441900.22088.158.camel@mosor.internal.metacarta.com> Mime-Version: 1.0 Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk --=-hRgtd9+D+SITycVeVUTw Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Humm... All suggestions turned out negitive. ogr2ogr can remove things based on extent, but not based on another shapefile. I may go hack away at it... not sure yet. Seems like something someone must have done. I don't want to have to purchase ArcView for this project if I can avoid it. --=-hRgtd9+D+SITycVeVUTw Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQA9xtksyzx89uXZKRERAl5iAJ4zV95IF8dUlWeT4uXQRv3hKiWzQACfRueK 3/1stzBMI/KF4XnMgNTTDyI= =il+j -----END PGP SIGNATURE----- --=-hRgtd9+D+SITycVeVUTw-- From mapserver-users-owner Mon Nov 4 14:37:09 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4KY6wq029532 for mapserver-users-list; Mon, 4 Nov 2002 14:34:06 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from pikespeak.metacarta.com (pikespeak.metacarta.com [66.92.91.131]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA4KY51O029528 for ; Mon, 4 Nov 2002 14:34:05 -0600 (CST) Received: from mosor.internal.metacarta.com ([10.2.0.1] helo=localhost.localdomain ident=krbaker) by pikespeak.metacarta.com with esmtp (Exim 3.35 #1 (Debian)) id 188nuc-0001EY-00 for ; Mon, 04 Nov 2002 15:33:30 -0500 Subject: [mapserver-users] Extent Recalaculator... From: Keith Baker To: mapserver-users Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-ClqND3so2fx6T1mLt5c+" X-Mailer: Ximian Evolution 1.0.5 Date: 04 Nov 2002 15:33:30 -0500 Message-Id: <1036442010.22088.161.camel@mosor.internal.metacarta.com> Mime-Version: 1.0 Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk --=-ClqND3so2fx6T1mLt5c+ Content-Type: text/plain Content-Transfer-Encoding: quoted-printable I extracted all of vmap0 into shapfile. The extents in every file are pegged to -180,90,180,-90. This toasts my tilization... As I render every file all of the time. Is there a simple program I can run to regenerate these? --=-ClqND3so2fx6T1mLt5c+ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQA9xtmayzx89uXZKRERAlmqAKDdBu/iVF879q10VKkjrfDfJh2FPwCglXpb 8AoXSpcsge64D+qSJc+ANns= =V0Gx -----END PGP SIGNATURE----- --=-ClqND3so2fx6T1mLt5c+-- From mapserver-users-owner Mon Nov 4 14:43:16 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4KfvDO029574 for mapserver-users-list; Mon, 4 Nov 2002 14:41:57 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from Killsafe.zhrodague.net (killsafe.zhrodague.net [64.46.156.90]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA4Kft1O029570 for ; Mon, 4 Nov 2002 14:41:55 -0600 (CST) Received: from Killsafe.zhrodague.net (localhost [127.0.0.1]) by Killsafe.zhrodague.net (8.12.6/8.12.5) with ESMTP id gA4KfmMU008343; Mon, 4 Nov 2002 15:41:48 -0500 Received: from localhost (drew@localhost) by Killsafe.zhrodague.net (8.12.6/8.12.5/Submit) with ESMTP id gA4KfmdK008340; Mon, 4 Nov 2002 15:41:48 -0500 X-Authentication-Warning: Killsafe.zhrodague.net: drew owned process doing -bs Date: Mon, 4 Nov 2002 15:41:48 -0500 (EST) From: Drew from Zhrodague To: Keith Baker cc: mapserver-users Subject: Re: [mapserver-users] Shapefile Modification In-Reply-To: <1036441900.22088.158.camel@mosor.internal.metacarta.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk > Humm... All suggestions turned out negitive. > > ogr2ogr can remove things based on extent, but not based on another > shapefile. I may go hack away at it... not sure yet. Seems like > something someone must have done. I don't want to have to purchase > ArcView for this project if I can avoid it. No, no, use Grass -- took me a while to collect all of the packages, and compile the thing, and I haven't figured-out how to use it yet -- but Grass is supposed to be a free X GIS package (which will run on a variety of platforms). I imagine you'd be able to visually tweak the datasets to your liking that way. Also, there's Maplab, which may help. You'd have to homogenize your data in some way, and specify which maps were superfluous in some way -- we have the same problem (http://www.WiFiMaps.com), but we've just left the extra layers superimposing eachother. From mapserver-users-owner Mon Nov 4 14:56:40 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4KtVUt029660 for mapserver-users-list; Mon, 4 Nov 2002 14:55:31 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from hubmail.ou.edu (hubmail.oulan.ou.edu [129.15.87.252]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA4KtT1O029656 for ; Mon, 4 Nov 2002 14:55:29 -0600 (CST) Received: by hubmail.oulan.ou.edu with Internet Mail Service (5.5.2656.59) id ; Mon, 4 Nov 2002 14:54:54 -0600 Message-ID: From: "Lowther, David W" To: "'Keith Baker'" , Drew from Zhrodague Cc: mapserver-users Subject: RE: [mapserver-users] Shapefile Modification Date: Mon, 4 Nov 2002 14:49:10 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Keith, Have you checked out http://www.freegis.org/index.en.html? GRASS might do what you want or there may be another free / open product that would be helpful. Option 2: How big is the shapefile? I might just do it for you in Arcview if its not too big... Dave -----Original Message----- From: Keith Baker [mailto:krbaker@metacarta.com] Sent: Monday, November 04, 2002 2:32 PM To: Drew from Zhrodague Cc: mapserver-users Subject: Re: [mapserver-users] Shapefile Modification Humm... All suggestions turned out negitive. ogr2ogr can remove things based on extent, but not based on another shapefile. I may go hack away at it... not sure yet. Seems like something someone must have done. I don't want to have to purchase ArcView for this project if I can avoid it. From mapserver-users-owner Mon Nov 4 15:00:25 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4L01LQ029682 for mapserver-users-list; Mon, 4 Nov 2002 15:00:01 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from muon.imagtech.net ([66.95.109.215]) by lists.gis.umn.edu (8.12.6/8.12.6) with SMTP id gA4Kxx1O029678 for ; Mon, 4 Nov 2002 14:59:59 -0600 (CST) Received: (qmail 23667 invoked from network); 4 Nov 2002 21:16:08 -0000 Received: from unknown (HELO GEOVUEPC11) (66.95.109.201) by muon.imagtech.net with SMTP; 4 Nov 2002 21:16:08 -0000 From: "John McCue" To: Subject: [mapserver-users] Composing symbols Date: Mon, 4 Nov 2002 15:59:25 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-mapserver-users@lists.gis.umn.edu Precedence: bulk Is there a way to make a symbol that is composed of a symbol and a label? I want to use a highway shield character and put the route number from the database on it. Thanks for any help. John From mapserver-users-owner Mon Nov 4 15:12:41 2002 Received: (from majordom@localhost) by lists.gis.umn.edu (8.12.6/8.12.6) id gA4LAHhN029741 for mapserver-users-list; Mon, 4 Nov 2002 15:10:17 -0600 (CST) X-Authentication-Warning: lists.gis.umn.edu: majordom set sender to owner-mapserver-users@lists.gis.umn.edu using -f Received: from pikespeak.metacarta.com (pikespeak.metacarta.com [66.92.91.131]) by lists.gis.umn.edu (8.12.6/8.12.6) with ESMTP id gA4LAE1O029737 for ; Mon, 4 Nov 2002 15:10:14 -0600 (CST) Received: from mosor.internal.metacarta.com ([10.2.0.1] helo=localhost.loc