RE: [mapserver-users] problem in reference map

2009-05-10 Thread Venkat Rao Tammineni
; imgleg.Height = imgRef.height; imgleg.ImageUrl = ../ + imageURL; MapFunction.IsMapInDirectory = false; } catch (Exception exp) { } } This is working for me in C#.I think it will give some idea. Thanks, Venkat Rao Tammineni

RE: [mapserver-users] problem in reference map

2009-05-08 Thread Venkat Rao Tammineni
HI, Which language you are using ...if it is C# , then I can help you. Thanks Venkat -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Ahmet Temiz Sent: Friday, May 08, 2009 12:39 PM To: Steve Lime;

RE: [mapserver-users] Mapserver wms duplicate labels

2009-05-06 Thread Venkat Rao Tammineni
Hi, Can you try without using BUFFER property. Thanks, Venkat From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Michael Shishcu Sent: Wednesday, May 06, 2009 12:28 PM To: mapserver-users@lists.osgeo.org Subject:

RE: [mapserver-users] confused about using GridObj

2009-05-05 Thread Venkat Rao Tammineni
Hi, GridObj Class Constructor The grid is always embedded inside a layer object defined as a grid (layer-connectiontype = MS_GRATICULE) (for more docs : http://trac.osgeo.org/mapserver/wiki/MapServerGrid) A layer can become a grid layer by adding a grid object to it using :

RE: [mapserver-users] confused about using GridObj

2009-05-05 Thread Venkat Rao Tammineni
MEDIUM COLOR 255 128 89 END END GRID MINSUBDIVIDE 64 MAXSUBDIVIDE 64 LABELFORMAT DDMMSS END END Thanks, Venkat -Original Message- From: Venkat Rao Tammineni [mailto:vtammin...@roulacglobal.com] Sent: Tuesday, May 05

RE: [mapserver-users] Finding Lat-Long from shp file

2009-04-28 Thread Venkat Rao Tammineni
Hi, mapObj will have extents property ,where you can get your map extents. For example :- Alert(Map.extent.minx); Thanks, Venkat From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Mukul Gupta Sent: Tuesday, April

RE: [mapserver-users] C# connectiontype issue

2009-04-27 Thread Venkat Rao Tammineni
Hi, I am using below map file code for loading raster data. below is my code. I think the problem with jpeg.convert into tiff or geo tiff etc.. it may work. ## Heat Maps ### Layer # Layer starts here Name Hyderabad GROUP Heat Maps Data ..\Raster\hyderabad.tif

RE: [mapserver-users] Using JSP with ms4w

2009-04-17 Thread Venkat Rao Tammineni
Hi, Have a look into the sample code .. Refer some urls in mapserver portal how to compile mapserver with java.But basically I m not java developer.I am into C#.net.May the below sample can help you at least it guides you. %...@page contentType=text/html; charset=GB2312

RE: [mapserver-users] hiow can i convert mapinfo workspace to mapserver mapfile?

2009-04-06 Thread Venkat Rao Tammineni
Hi FONTSET ..\etc\fonts.txt and SYMBOLSET ..\etc\shade.sym are file formats that you need write in separate. Go through the mapserver url check symbols and fonts .you will get good from there only. Thanks Venkat. -Original Message- From: mapserver-users-boun...@lists.osgeo.org

RE: [mapserver-users] some doubts about mapserver website

2009-04-05 Thread Venkat Rao Tammineni
HI, 1) Whatever the data data your sending through mapfile ,is converting into image format like png etc 2) the image format is gis database.mapfile will take care all.. and data(TAB) will be in your folder only.and if it is database(Postgre/PostGIS).the data will be on the same database.

RE: [mapserver-users] mapserver with mapinfo gis data file

2009-04-02 Thread Venkat Rao Tammineni
Hi, Can you debug vs.net application, so that you come to know the error.I think the error is from your connection path.. you have given like Mapserver(5.2.1)-Mapscript mapserve may not accept the same path.Please clear with the path. Thanks, Venkat -Original Message- From:

RE: [mapserver-users] how can i create mapserver website in VS 2005 (VB)

2009-04-01 Thread Venkat Rao Tammineni
Hi, If your using VS.net, You will have IIS.You need not bother about Installations and all .One more is your are not working with CGI.is it ? If you are working with any open source webservers like apache tamcat etc.. You need to go through the installation and all.For VS.Net u need only dll.

RE: [mapserver-users] mapserver with mapinfo gis data file

2009-04-01 Thread Venkat Rao Tammineni
Hi, Please refer this url http://mapserver.org/input/vector/mapinfo.html Thanks Venkat, -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of meenu Sent: Wednesday, April 01, 2009 5:05 PM To:

RE: [mapserver-users] Hide legend of some layers

2009-03-18 Thread Venkat Rao Tammineni
Hi, I have code for layers on and off public static void layersTurnOn(mapObj map,layerObj layer) { layer = map.getLayerByName(Continents); layer.status=(int)mapscript.MS_ON; layer = map.getLayerByName(Countries);

RE: [mapserver-users] cannot able to test the mapfile-database eror

2009-03-16 Thread Venkat Rao Tammineni
Hi, The Problem may be either u don't have geom. Or find out whether geom. Field is existed or not ? or you have to use SRID.Please check my map file below I have given MAP NAME Test STATUS ON SIZE 650 400 UNITS dd IMAGECOLOR 102 153 153 EXTENT 64.881 5.469 97.898

RE: [mapserver-users] mapscript + openlayers

2009-03-04 Thread Venkat Rao Tammineni
Hi, Please refer url http://openlayers.org/dev/examples/ Thanks Venkat. From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Binay Raja. Shrestha Sent: Thursday, March 05, 2009 9:47 AM To: mapserver-users@lists.osgeo.org

[mapserver-users] How to display multiple labels in single layer in Mapfile

2009-02-05 Thread Venkat Rao Tammineni
Dear All, Is it possible to display two labels that is (Country name and Population) and the country name and population is in separate columns . I am waiting for your great response. Advanced Thanks, Regards Venkat. ___

RE: [mapserver-users] How to display multiple labels in single layer in Mapfile

2009-02-05 Thread Venkat Rao Tammineni
and Regards Venkat. -Original Message- From: mandsch...@googlemail.com [mailto:mandsch...@googlemail.com] On Behalf Of Michael Schulz Sent: Thursday, February 05, 2009 3:55 PM To: Venkat Rao Tammineni Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] How to display multiple

[mapserver-users] How to get Layers By Group

2009-02-05 Thread Venkat Rao Tammineni
Dear All, How can I retrieve layers by Group Name. And how to loop these layers based on group. Where I can able to switch on and swatch off the layers based on Group.I have Group property in my mapfile .but I don't know how to get layers and populate some control(tree view or some

RE: [mapserver-users] How to get Layers By Group

2009-02-05 Thread Venkat Rao Tammineni
, February 06, 2009 9:31 AM To: Venkat Rao Tammineni Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] How to get Layers By Group Venkat Rao Tammineni wrote: How can I retrieve layers by Group Name. And how to loop these layers based on group. Where I can able to switch

RE: [mapserver-users] Different SIZEUNITS for line width and label fontsize

2009-02-03 Thread Venkat Rao Tammineni
Hi, Please refer below url http://mapserver.org/mapfile/symbology/construction.html I hope this helps you. Thanks Venkat. -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Vladimir Cvejanovic Sent:

RE: [mapserver-users] shapefile location

2009-01-27 Thread Venkat Rao Tammineni
Hi, As per knowledge it is not possible. Or you may try by computer name... Thanks Venkat. From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Valeria Muñoz Sent: Tuesday, January 27, 2009 5:57 PM To: mapserver-users Subject:

[mapserver-users] Number of users are connected

2009-01-27 Thread Venkat Rao Tammineni
Dear All, I have developed web application using C# asp.net and postgresql/postgis. I have deployed in IIS .if my 10 people connected my url. I am getting error called More number users are connected .I don't know, how to solve the problem. And sometimes I am getting error called

RE: [mapserver-users] Number of users are connected

2009-01-27 Thread Venkat Rao Tammineni
To: Venkat Rao Tammineni Cc: mapserver-users Subject: Re: [mapserver-users] Number of users are connected Hi, IIS on Windows XP is limited to 10 concurrent users, however you shouldn't find such problems with a Windows Server OS. Best regards, Tamas 2009/1/27 Venkat Rao Tammineni vtammin

RE: [mapserver-users] Question about formats

2009-01-26 Thread Venkat Rao Tammineni
Hi, As per my Knowledge, mapserver will not take dxf file formats. You have to convert into shape file and you can use the shp as you input. Thanks and regards Venkat. From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of

RE: [mapserver-users] Need Help with Custom (Raster) Data as Input

2009-01-20 Thread Venkat Rao Tammineni
Hi, You can use raster data .but here I have some questions 1) The is georefrenced ? 2) Is data is projected ? If it is you can use raster data into mapserver.. If you have done all above things , refer below url

RE: [mapserver-users] How to Remove Layer

2009-01-18 Thread Venkat Rao Tammineni
..pg -- Pietro Giannini Bytewise srl - Area GIS 41°50'38.58N 12°29'13.39E On Ven, Gennaio 16, 2009 07:09, Venkat Rao Tammineni wrote: Dear All, How to remove layer based on not based on index. Is it possible to remove layer based on name. I am waiting for your great

RE: [mapserver-users] What is the size limit in KB for a map file and how can I increase this limit?

2009-01-15 Thread Venkat Rao Tammineni
Hi You can you different mapfiles for different layer by using INCLUDE property. So that map file looks simple. You have to call this property in Main mapfie. Exp :- INCLUDE Test.map I hope this helps you .. Thanks Venkat. From: mapserver-users-boun...@lists.osgeo.org

RE: [mapserver-users] newbie: Error in first atttempt to use postgis with mapserver?

2009-01-15 Thread Venkat Rao Tammineni
Hi, I think OID column may not be with your table.Can you check that .. Thanks Venkat. From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Saka Royban Sent: Thursday, January 15, 2009 3:36 PM To: MapServer Subject:

[mapserver-users] How to Remove Layer

2009-01-15 Thread Venkat Rao Tammineni
Dear All, How to remove layer based on not based on index. Is it possible to remove layer based on name. I am waiting for your great response. Advanced Thanks Regards Venkat. ___ mapserver-users mailing list

[mapserver-users] How to work with joins in Mapfile using Postgresql

2009-01-05 Thread Venkat Rao Tammineni
Dear All, How can I use join in Mapfile .I am using Postgresql/postgis. I have two tables .One table contains Spatial data and another table contains Non-Spatial data. I want to join both two tables and I need display map. How can I do this .Any can guide me. I am waiting for your great

RE: [mapserver-users] How to work with joins in Mapfile using Postgresql

2009-01-05 Thread Venkat Rao Tammineni
To: Venkat Rao Tammineni Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] How to work with joins in Mapfile using Postgresql Hi Venkat, isn't it possible to make a 'view' using a normal join-query? and then use the view as your spatial tabledata? There is something in the mapserver

RE: [mapserver-users] How to Create Legend for Single Layer

2008-12-23 Thread Venkat Rao Tammineni
(strFile,MapFunction.Map); Thanks Venkat. -Original Message- From: Subha Ramakrishnan [mailto:su...@gslab.com] Sent: Tuesday, December 23, 2008 2:00 PM To: Venkat Rao Tammineni Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] How to Create Legend for Single Layer Hi

RE: [mapserver-users] How to Create Legend for Single Layer

2008-12-23 Thread Venkat Rao Tammineni
Dear Sir, Thanks for your great response.I have done. It is working fine. Thanks again, Venkat. -Original Message- From: bart...@osgis.nl [mailto:bart...@osgis.nl] Sent: Tuesday, December 23, 2008 2:11 PM To: Venkat Rao Tammineni Cc: 'Subha Ramakrishnan'; mapserver-users

[mapserver-users] How to Create Legend for Single Layer

2008-12-22 Thread Venkat Rao Tammineni
Dear All, I want to create Legend for Single layer. I have 5 layers on my Map. But I need to generate legend for single layer. Is it possible to generate Legend for single layer. If some one done the same task. Please let me know. I am waiting for your great response. Thanks,

RE: [mapserver-users] can we use variable in map file

2008-12-19 Thread Venkat Rao Tammineni
Hi, You have to create empty mapfile using point type and call the_geom form table .access data from database based on variables.For that you have to write code in your programming language. Exp C# etc. Thanks Venkat. From: mapserver-users-boun...@lists.osgeo.org

[mapserver-users] How can i use MapServer dbox for C# asp.net

2008-12-18 Thread Venkat Rao Tammineni
Dear All, I found url ,it looks good (Smoot zoom and pan etc..) http://maps.dnr.state.mn.us/tools/dbox/#introduction http://maps.dnr.state.mn.us/tools/dbox/#introduction But I do not know how use in C# aps.net.If some one knows about ,please can you guide me. Advanced Thanks,

RE: [mapserver-users] Blank PostGIS Layer

2008-12-17 Thread Venkat Rao Tammineni
Hi, Try this query DATA the_geom FROM roads Or Call all the fields(whatever the fields available in table) in select query. Thank, Venkat. -Original Message- From: mapserver-users-boun...@lists.osgeo.org [mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of Ben Madin

[mapserver-users] How to Store Images(bmp) into PostgreSQL

2008-12-17 Thread Venkat Rao Tammineni
Dear All, How can I store Images into PostgreSQL database. Anyone can guide me. I am waiting for your great response. Advanced Thanks, Venkat. ___ mapserver-users mailing list mapserver-users@lists.osgeo.org

[mapserver-users] Remove Layer based on layer Name C#

2008-12-16 Thread Venkat Rao Tammineni
Dear All, I want remove layer based on Layer Name.Now I Can able to remove layer based on index.Is it possible to do. layer = MapFunction.Map.getLayerByName(PointLayer); MapFunction.Map.removeLayer(0); Thanks Venkat.

RE: [mapserver-users] Remove Layer based on layer Name C#

2008-12-16 Thread Venkat Rao Tammineni
removable(dynamically the same layer will be adding). I am waiting for your great response. Advanced Thanks Regards Venkat. From: Tamas Szekeres [mailto:szeker...@gmail.com] Sent: Tuesday, December 16, 2008 10:03 PM To: Venkat Rao Tammineni Cc: mapserver-users@lists.osgeo.org Subject

RE: [mapserver-users] How to get data based on Date in Postgresql/PostGIS

2008-12-15 Thread Venkat Rao Tammineni
To: Venkat Rao Tammineni Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] How to get data based on Date in Postgresql/PostGIS try DATA the_geom from (select id,the_geom from pointlayer where date='12/2/2008') as foo using unique id using srid= -- thomas On Mon, Dec 15, 2008 at 06

[mapserver-users] How to add different PIXMAP Symbols for Point Layer based on user click on map

2008-12-10 Thread Venkat Rao Tammineni
Dear All, How to add different types of PIXMAP Symbols to point layer based on user click on the map. At present I can able to assign only single pixmap symbol. Below is my code to load single symbol. This is my mapfile code Layer # Layer starts here Name PointLayer

RE: [mapserver-users] Re: Adding a buffer symbol

2008-12-08 Thread Venkat Rao Tammineni
Hi, http://mapserver.gis.umn.edu/docs/howto/cartosymbols the above url is for cartographic symbols. Thanks Venkat. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of mark balman Sent: Monday, December 08, 2008 4:53 PM To: mapserver-users@lists.osgeo.org

RE: [mapserver-users] Adding a buffer symbol

2008-12-08 Thread Venkat Rao Tammineni
Hi, I don't know which programming language your using .I have vb.net code . if you can share that code it is working for me (buffer). Thanks Venkat. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of mark balman Sent: Monday, December 08, 2008 4:32 PM To:

[mapserver-users] How to give QueryMap functionality for a particular Layer not for whole map

2008-12-05 Thread Venkat Rao Tammineni
Dear All, I want to assign QueryMap or querymapObj for particular layer in the map. Is it possible ? I am using C# .net. or atleast can I do something in Mapfile ? Anyone has done the same task? Please help me. I am waiting for your great response. Thanks Venkat.

RE: [mapserver-users] How to add point based on User interaction using C#

2008-12-01 Thread Venkat Rao Tammineni
(); ___ I hope this is useful ciao ... pg On Ven, Novembre 28, 2008 09:09, Venkat Rao Tammineni wrote: Dear All, I want to add point based on user click on the map.That point has to store in Postgresql/PostGIS.Is there anyone has done the same task.Please

[mapserver-users] How to add point based on User interaction using C#

2008-11-28 Thread Venkat Rao Tammineni
Dear All, I want to add point based on user click on the map.That point has to store in Postgresql/PostGIS.Is there anyone has done the same task.Please help me. It is urgent for me .please any can help me.or please guide me . I am waiting for your great response. Advanced

[mapserver-users] How to add point based on User interaction using C#

2008-11-27 Thread Venkat Rao Tammineni
Dear All, I want to add point based on user click on the map.That point has to store in Postgresql/PostGIS.Is there anyone has done the same task.Please help me. It is urgent for me .please any can help me.or please guide me . I am waiting for your great response. Advanced

RE: [mapserver-users] Obama Campaign - Mapping voters with Mapserver, PostGIS and Openlayers

2008-11-24 Thread Venkat Rao Tammineni
Hi Karsten, It looks great. Thanks, Venkat. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of karsten vennemann Sent: Monday, November 24, 2008 3:06 PM To: mapserver-users@lists.osgeo.org Subject: [mapserver-users] Obama Campaign - Mapping voters with Mapserver,

RE: [mapserver-users] If any one has PDF of mapser book... plll send

2008-11-12 Thread Venkat Rao Tammineni
Hi, I have hard copy with me .if you are interested ,you can get printout of it. Thanks Venkat. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vikas KM Sent: Wednesday, November 12, 2008 5:55 PM To: mapserver-users@lists.osgeo.org Subject: [mapserver-users] If any

RE: [mapserver-users] How to set SCALEBAR size and intervals in MapServer CGI 5.0?

2008-11-11 Thread Venkat Rao Tammineni
HI, http://mapserver.gis.umn.edu/docs/reference/mapfile/scalebar/?searchterm=sca lebar check above url. Thanks, Venkat -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Maurer Sent: Wednesday, November 12, 2008 5:50 AM To:

RE: [MAPSERVER-USERS] point, polygon and line layers in single map file

2008-11-06 Thread Venkat Rao Tammineni
Hi, You want to store 3 type (point line polygon) in single table? if it is... It is not possible.. you can not store different data types(point line polygon). As per my knowledge. Or You want create 3 types in a single layer ? it is possible. This common approach.. Under map u can have any

RE: [mapserver-users] Tracking vehicles, Displaying positions

2008-11-05 Thread Venkat Rao Tammineni
Hi, 1)There are different ways to place GPS points on map. a) You can display points using OGR direct connection, Please refer below url http://mapserver.gis.umn.edu/docs/howto/ogrmysql/?searchterm=ovf

RE: [MAPSERVER-USERS] apache

2008-11-05 Thread Venkat Rao Tammineni
Hi, You need not to install apache.Once unzip the folder in Apache folder contain C:\MS4W\apache-install.bat, apache-restart.bat. You just run the that bat files. That's it will start. Thanks Venkat. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [MAPSERVER-USERS] installation error

2008-11-04 Thread Venkat Rao Tammineni
Hi, http://dl.maptools.org/dl/ms4w/ .This url contains all versions of mapserver. please download and extract somewhere in you local drive. Copy the ms4w to C Drive. Thanks Venkat. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of lakku Sent: Tuesday,

RE: [mapserver-users] TEMP FOLDER

2008-10-26 Thread Venkat Rao Tammineni
Hi, 1) You can do that but Disc need to have more space , can you provide that ,if it is how many u can provide ? You need to think in that side. 2) I don't have any idea about your second question. 3) Please check this url and Postgresql url u will get tutorial about postgre and postgis.

RE: [mapserver-users] Clear projection from layerObj

2008-10-26 Thread Venkat Rao Tammineni
Hi, Have you looked esri ArcGIS(arcCatlog) have the capability to remove or clear the projection. Thanks, Venkat Hyderabad, India. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Murty Maganti Sent: Friday, October 24, 2008 9:17 PM To:

RE: [mapserver-users] disk space

2008-10-23 Thread Venkat Rao Tammineni
Hi, Why don’t you write method for deleting png .mapserver will take care about creating an image.I have C# code. The below code will delete all the files form OutputDIR. I hope it helps you. Or At least you can get some idea about your task. Thanks and Regards Venkat.

RE: [mapserver-users] disk space

2008-10-23 Thread Venkat Rao Tammineni
PROTECTED] Sent: Thursday, October 23, 2008 4:36 PM To: 'mapserver'; Venkat Rao Tammineni Subject: RE: [mapserver-users] disk space Thanks for the quick reply, When you run this function? after each requests ? but if so, the client is able to read the image before you delete it ? best

RE: [mapserver-users] Image with different colors for different polygons

2008-09-29 Thread Venkat Rao Tammineni
Hi, Try this... # World Sub Regions Layer starts here LAYER NAME Sub Regions CONNECTIONTYPE POSTGIS CONNECTION host=192.168.1.158 dbname=GIS password=administrator user=postgres port=5432 DATA the_geom from rgp_gis_subregions TYPE POLYGON STATUS ON LabelItem ungs_csr ClassItem ungs_csr

RE: [mapserver-users] example symbology files - points of interest

2008-09-22 Thread Venkat Rao Tammineni
Hi, QGIS is an open source desktop application.In that export to mapfile tools is available .That would help you. Thanks and Regards Venkat. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Volz Sent: Monday, September 22, 2008 7:42 PM To:

RE: [mapserver-users] mapserver and openlayers

2008-09-19 Thread Venkat Rao Tammineni
Dear All, I am looking for the same, Please anyone can help. I am waiting for your great response. Thanks and Regards Venkat. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of valerio vianello Sent: Friday, September 19, 2008 3:32 PM To: mapserver Subject:

RE: [mapserver-users] Re: Welcome to the mapserver-users mailing list

2008-09-12 Thread Venkat Rao Tammineni
Hi, What you want exactly.I am not clear with Query. You want to render your data on map? Let me know.. Thanks and Regards Venkat. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, September 12, 2008 5:04 PM To:

RE: [mapserver-users] Combine Spatial attribute queries

2008-09-04 Thread Venkat Rao Tammineni
Hi, I have done code for spatial Query.. This is Spatial Query.. protected void ContriesEnvelop() { layer = MapFunction.Map.getLayerByName(Countries); // Get Layer by name string strSubRegionsClassItem = cntry_name=;

RE: [mapserver-users] colors transparency

2008-09-04 Thread Venkat Rao Tammineni
at a time means you need to go for Layer transparency concept. My Best suggestion is go for Scaling Layers. Thanks and Regards Venkat, India. -Original Message- From: Subha Ramakrishnan [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2008 6:19 PM To: Venkat Rao Tammineni Cc: [EMAIL

[mapserver-users] Reg:How to implement Tile-based output for Mapserver in C#.net

2008-08-25 Thread Venkat Rao Tammineni
Dear All, I am planning to implement Tile-based output for mapserver.But I don't now where to start. I am using C#.net.I have gone through Mapserver API.But I did not get any information about this.Please let me know if any one has implemented Tile-based output. Please let me know.I

[mapserver-users] Reg: QueryMap(Zoom To Shape) with Mapserver PostgreSql/PostGIS

2008-08-07 Thread Venkat Rao Tammineni
Dear All, I am getting error with query map.But it is working fine for Shape files.Only I am getting error with Postgresql/PostGIS.I do not know where I am doing wrong. Here is my Map File Code :- Name Continents CONNECTIONTYPE POSTGIS CONNECTION host=192.168.1.158 dbname=GIS

RE: [MAPSERVER-USERS] Displaying the shape files using the map server

2008-08-06 Thread Venkat Rao Tammineni
Hi, Which programming language you are using .let me know. Thanks and regards Venkat. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of krishna mohan Sent: Wednesday, August 06, 2008 4:17 PM To: mapserver-users@lists.osgeo.org Subject: [MAPSERVER-USERS]

RE: [MAPSERVER-USERS] Displaying the shape files using the map server

2008-08-06 Thread Venkat Rao Tammineni
Hi, This is PHP with mapserver. Please have look once. http://mapserver.gis.umn.edu/docs/howto/phpmapscript-byexample Thanks and Regards Venkat -Original Message- From: Krishna Mohan [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 06, 2008 4:24 PM To: 'Venkat Rao Tammineni

RE: [mapserver-users] Trouble with a Share Point Portal.

2008-07-17 Thread Venkat Rao Tammineni
Hi, Have you replaced all dll(like libmap.dll etc..) into bin folder? Thanks and Regard Venkat. -Original Message- From: Pietro Giannini [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2008 5:25 PM To: mapserver-users@lists.osgeo.org Cc: Venkat Rao Tammineni Subject: RE

RE: [MAPSERVER-USERS] Connection parameter errors while using Postgres DB Schema

2008-07-16 Thread Venkat Rao Tammineni
Hi, Here is my Example .I think it helps you. Layer # Layer starts here Name GMM 100 #name of the layer ConnectionType POSTGIS #connection type Connection host=192.168.1.158 dbname=GIS password=administrator user=postgres port=5432 #connection type. Data the_geom from

RE: [MAPSERVER-USERS] Connection parameter errors while using Postgres DB Schema

2008-07-16 Thread Venkat Rao Tammineni
Hi, Have you checked other schema? See you can use either public or pg_temp_1 right ? if you want to use pg_temp_1 schema u need to have some setting while configuring at add new server connection. This is only as per knowledge. I did not tested. And my suggestion is Use Pulic.Because ,if

RE: [mapserver-users] Trouble with a Share Point Portal.

2008-07-16 Thread Venkat Rao Tammineni
Hi, Take latest version of mapserver (Ms4W 2.7.7) and update all the dlls form the cgi-bin to Visual Studio add the reference from visual studio.It will work.There is only problem with version.Because I did the same.I think it will help you. Thanks and Regards Venkat. -Original