[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

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 Planning

[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

[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

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

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

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

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
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

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

[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,

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] 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

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

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