VS: [mapserver-users] Converting datum using ogr2ogr

2008-05-14 Thread Rahkonen Jukka
Hi Isao, I am sorry, I must admit that I haven't done my homework with datum shifting. However, I believe that reason for not getting any change in your reprojection is because the definition in the FWTools epsg ligrary for epsg:4301 is this: # Tokyo <4301> +proj=longlat +ellps=bessel +no_defs <>

[mapserver-users] Build Mapserver 5.0.2 with sde support on solaris 5.8

2008-05-14 Thread Oliver Wesp
Dear List, I'm trying to build mapserver 5.0.2 with support for sde 9.2 on my solaris 5.8 box. The following problem occurs: Undefined first referenced symbol in file __1cG__CrunKpure_error6F_v_ /export/home/oliver/sde_client/sdeexe92/lib/libsde.

Re: [mapserver-users] Converting datum using ogr2ogr

2008-05-14 Thread NASUNO Isao
Hi Jukka, Thank you for your response. yes, I tried with the options (s/t_srs), however it makes conversion for projection but not for datum. In my case, I used following options but the input and output are exactly same. -s_srs "EPSG:4301" -t_srs "EPSG:4326" (GCS with bessel)(GCS with

Re: [mapserver-users] Converting datum using ogr2ogr

2008-05-14 Thread Rahkonen Jukka
Hi, I don't think you need .prj file with your shapefiles and you should be able even to overrun it. You need to use parameters -s_srs for source projection and -t_srs for target projection. -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: [EMAIL PROTECTED] puolesta: NASUNO Isao Lähe

[mapserver-users] Converting datum using ogr2ogr

2008-05-14 Thread NASUNO Isao
Hello, I am new in the mailing list. I want to use ogr2ogr to convert projection/datum of shape files to a same SRS before insert them into postgres for serving by MapServer. However ogr2ogr seems convert only projection even the shape file has .prj file. I checked out that GDAL has no default p

Re: [mapserver-users] MapServer vs MS4W FIles To Upload

2008-05-14 Thread Milo van der Linden
Hello Paul, Paul Yelk wrote: Kyle Wilcox wrote: MS4W is an acronym for 'MapServer for Windows', not a solution for a Unix based web host. Sorry, I guess I did not clearly state my question(s)! I knew MS4W stood for the installation of MapServer on a Windows computer. What I should have asked

Re: [mapserver-users] MapServer vs MS4W FIles To Upload

2008-05-14 Thread Paul Yelk
Kyle Wilcox wrote: MS4W is an acronym for 'MapServer for Windows', not a solution for a Unix based web host. Sorry, I guess I did not clearly state my question(s)! I knew MS4W stood for the installation of MapServer on a Windows computer. What I should have asked was once I had a set up un

[mapserver-users] ODBC OGR and SrcSQL

2008-05-14 Thread Eric
Hello all- I need help drawing a point layer with OGR ODBC using . I used ogrinfo with –sql and my DSN to verify that all worked. It did. Next I used ogrinfo against my .ovf file and that worked fine. The point locations where retrieved just fine. When I use shp2img using my map file which cont

Re: [mapserver-users] color coding

2008-05-14 Thread Stephen Woodbridge
Kevin Edmundson wrote: I have a layer that I want to color code the features for a specific field. Is there a way in mapserver to have it automatically color all unique values, or do I specifically have to identify the unique value/color combinations myself in class items? No automatic

[mapserver-users] color coding

2008-05-14 Thread Kevin Edmundson
I have a layer that I want to color code the features for a specific field. Is there a way in mapserver to have it automatically color all unique values, or do I specifically have to identify the unique value/color combinations myself in class items? Kevin Edmundson CIO WTH Technology, In

Re: [mapserver-users] Mapserver & GDAL in various Linux repositories

2008-05-14 Thread Daniel Morissette
William Kyngesburye wrote: It would be good to update the FGS page to show which versions are included. That should happen very soon. Are the FGS builds of Apache, PHP, Postgres, ... and basic libraries required for FGS MapServer GDAL, and other GIS tools and libraries? Or can they use

Re: [mapserver-users] Mapserver & GDAL in various Linux repositories

2008-05-14 Thread William Kyngesburye
I vaguely remember this, but didn't pay much attention to it ;) It would be good to update the FGS page to show which versions are included. Are the FGS builds of Apache, PHP, Postgres, ... and basic libraries required for FGS MapServer GDAL, and other GIS tools and libraries? Or can the

Re: [mapserver-users] Mapserver & GDAL in various Linux repositories

2008-05-14 Thread Gregor Mosheh
Why, thank you Gail. That just brings out a smile. FYI, I've started construction of HGL 4.3 so this is a great time to hit up the mailing list, and to send in requests and complaints about HGL 4.2 The diffs will be about a dozen bugfixes, and mostly just good ol' package upgrades, and a lot o

RE: [mapserver-users] Mapserver & GDAL in various Linux repositories

2008-05-14 Thread Gail Long
I can vouch for the HostGIS linux platform that the guys put out there. I've used it for a couple of years now and as a base platform it would be very hard to beat! Gregor and the guys do a great job of putting it together and their support is beyond compare. They and their platform get a 10

Re: [mapserver-users] Mapserver & GDAL in various Linux repositories

2008-05-14 Thread Gregor Mosheh
Any other ideas? - custom repositories with more up to date, or consistent across Linux systems, version? > Maybe something similar to FWTools but with stable versions only? There's our own open-source product: HostGIS Linux http://www.hostgis.com/linux/ We use it in production on both 32-bit

Re: [mapserver-users] Customized layer for Mapserver/Kamap

2008-05-14 Thread Florin A.
Hi, In your mapfile you define the layers and the colors. See example below. If you have an SRID (projection) for the layer use it. You can see what it is by selecting this sql in pgadmin: "select srid(the_geom) from cities) . Use the number you get here in the mapserver layer definition a

Re: [mapserver-users] Mapserver & GDAL in various Linux repositories

2008-05-14 Thread Daniel Morissette
William Kyngesburye wrote: The Mapserver download page has links to old Mapping Hacks RPMs, and a really old FGS bundle. With respect to FGS, there have been no official/public releases in quite a while, but we've continued to use it internally. Recently we've started putting more work to

Re: [mapserver-users] Mapserver & GDAL in various Linux repositories

2008-05-14 Thread Frank Warmerdam
William Kyngesburye wrote: The Mapserver download page has links to old Mapping Hacks RPMs, and a really old FGS bundle. There's the FWTools, which is supposed to have the latest dev versions of MS and GDAL for almost any 32bit Linux, but I'm not sure I want to put dev versions into a product

[mapserver-users] Mapserver & GDAL in various Linux repositories

2008-05-14 Thread William Kyngesburye
I'm trying to get a handle on installing Mapserver on different Linux systems, so I can make recommendations to clients for setting up systems with Mapserver. For standard repositories for different Linux distributions, I see quite a variety of names and versions: Ubuntu: I have 8.04 on m

[mapserver-users] Label Height

2008-05-14 Thread Kevin Edmundson
I am setting up my first layer that is purely annotation and I am using a shape text layer that contains the fields for angle, height, orientation. My shape file has units for the height set in feet. Is there a way to make mapserver display those in feet? I only see a designation for pix

RE: [mapserver-users] Mapserver configuration/installation problem

2008-05-14 Thread Burgholzer,Robert
Katja, This is a shot in the dark, but make sure that you do a "make clean" before your "make" just to be sure that some old options didn't get saved by accident. I have sometimes had this difficulty with Make. HTH, r.b. Robert W. Burgholzer Surface Water Modeler Office of Water Supply and Plann

[mapserver-users] Mapserver configuration/installation problem

2008-05-14 Thread Katja Loffler
Hello, I am Katja and I am new to mapserver and somehow fighting with the installation. I try to install it under Linux. All required packages are installed, I run ./configure --with-pdf --with-gdal --with-geos --with-png --with-jpeg --with-gif --with-wbmp --with-swf --with-svg --with-postgi

[mapserver-users] Using PHPMapscript from php script called inconsole

2008-05-14 Thread Burgholzer,Robert
Just an update/repost of a problem that I have with php_mapscript from a command line (DOS prompt in this case). I have not determined the nature of the problem, which is quite vexing, but I did at least to make a workaround. Since the same exact script runs fine via the http process, I used wget

Re: [mapserver-users] Route Engine

2008-05-14 Thread bartvde
Pgrouting: http://pgrouting.postlbs.org/ Best regards, Bart On Wed, 14 May 2008 14:42:24 +0200, "Hallgren, Johan" <[EMAIL PROTECTED]> wrote: > Hello > > I'm looking for an open source route engine that can be used for calculate > routes and solving traveling salesman problems. > > Any suggesti

[mapserver-users] Route Engine

2008-05-14 Thread Hallgren, Johan
Hello I'm looking for an open source route engine that can be used for calculate routes and solving traveling salesman problems. Any suggestions for that? /Johan ___ Johan Hallgren Logica Pelle Bergs backe 3 Box 1938, 791 19 Falun Tel (och mobil): 023-547 46 (in

[MAPSERVER-USERS] How To draw Reference map(Overview Window) using asp.net?

2008-05-14 Thread yatendra
Hi friends, Can any one tell me how to draw reference map(overview window) using Asp.net Thanks Regards Yatendra Jaiswal -- View this message in context: http://www.nabble.com/How-To-draw-Reference-map%28Overview-Window%29-using-asp.net--tp17226035p17226035.html Sent from the Mapserver - User ma