[mapserver-users] RE: Connection between mapserver and postgresql is getting disrupted

2009-09-29 Thread Suman Chatterjee
# on, off, or safe_encoding #default_with_oids = off #escape_string_warning = on #regex_flavor = advanced# advanced, extended, or basic #sql_inheritance = on #standard_conforming_strings = off #synchronize_seqscans = on # - Other Platforms and Clients - #transform_null_equals = off

[mapserver-users] Connection between mapserver and postgresql is getting disrupted

2009-09-28 Thread Suman Chatterjee
Hi Andy, I could open the log file. The following error was written into it. FATAL: could not reattach to shared memory (Key=224, addr=025F): 487 Is there anything that can be done to solve the problem? Thanks Suman ***

RE: [mapserver-users] Connection between mapserver and postgresql is getting disrupted

2009-09-25 Thread Suman Chatterjee
Yes, I have the administrator rights and I have changed the owner of the folder also from postgres to myname. But still cannot open it. Suman -Original Message- From: Andy Colson [mailto:a...@squeakycode.net] Sent: Friday, September 25, 2009 2:09 PM To: Suman Chatterjee Cc: mapserver

RE: [mapserver-users] Connection between mapserver and postgresql is getting disrupted

2009-09-25 Thread Suman Chatterjee
Yes, it is running on windows vista. Suman -Original Message- From: Andy Colson [mailto:a...@squeakycode.net] Sent: Friday, September 25, 2009 2:02 PM To: Suman Chatterjee Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Connection between mapserver and postgresql is

RE: [mapserver-users] Connection between mapserver and postgresql is getting disrupted

2009-09-25 Thread Suman Chatterjee
To: Suman Chatterjee Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Connection between mapserver and postgresql is getting disrupted Suman Chatterjee wrote: > Hi all, > > > Now my problem is: > > Sometimes the map fails to draw and it throws an error stating

[mapserver-users] Connection between mapserver and postgresql is getting disrupted

2009-09-25 Thread Suman Chatterjee
Hi all, I have developed a real time vehicle location and Routing Information system which will read data from a gps and send the values to the postgresql server through a webservice. Then I developed a viewer in C# and mapscript which will read the values from the database and plot on the map. Th

[mapserver-users] RE: mapserver-users Digest, Vol 20, Issue 31

2009-09-18 Thread Suman Chatterjee
re specific than "Re: Contents of mapserver-users digest..." Today's Topics: 1. How to write the SQL query dynamically for the DATA part of a layer in mapfile? (Suman Chatterjee) -- Message: 1 Date: F

[mapserver-users] How to write the SQL query dynamically for the DATA part of a layer in mapfile?

2009-09-18 Thread Suman Chatterjee
Hi all, I have solved my earlier problem of finding the distance of a point from a line by iterating over each of the multistring records. It is working fine. But I have another query: 1) How can I generate the sql query dynamically for setting the data of a layer, from POSTGIS database,

[mapserver-users] distance of a point from a multistring line

2009-09-17 Thread Suman Chatterjee
Hi, I am having a table in which I am storing a MULTISTRING after applying ST_union on a set of multistring data which are continuous. This is actually the shortest path that I am determining. Now, I am capturing real time gps coordinates. My plan is that when the gps position deviates from the d

RE: [mapserver-users] multilinestring and linestring

2009-09-16 Thread Suman Chatterjee
Hi Pavel! Thanks a lot for your help. St_union is really helpful. Now I am able to do it Suman -Original Message- From: Pavel Iacovlev [mailto:iacovlev.pa...@gmail.com] Sent: Wednesday, September 16, 2009 8:44 AM To: Suman Chatterjee Cc: mapserver-users@lists.osgeo.org Subject: Re

[mapserver-users] multilinestring and linestring

2009-09-16 Thread Suman Chatterjee
Hi all, I want to know : 1) Is there any way to convert many Multilinestring geometry into one linestring geometry? I need to enter linestring geometry into a table with check constraint "enforce_geotype_the_geom" meant for Multilinestring . So I need to convert the linestring to a m

[mapserver-users] visibility of layers in ka-map

2009-08-21 Thread Suman Chatterjee
Hi, I have just started developing with ka-maps. But I am facing a problem at the start. The status of Some of my layers in the mapfile are set to OFF But in the ka-map they are still getting displayed. Again how to control the visibility of the layers? Which part I have to change? Its Very urge

[mapserver-users] panning to a new area around a particular point stored in the database.

2009-08-13 Thread Suman Chatterjee
Hi all, I am developing a mapserver application. I am capturing the GPS data and sending it to a database. Then I am using mapfile to display the new location on the map. But I want my map to automatically pan to the new area displaying the new location. That is I want to display the area around

RE: [mapserver-users] PgRouting Download

2009-08-12 Thread Suman Chatterjee
://www.davidgis.fr/download/pgRouting-1.02_pg-8.3.3.zip which is not working anymore. So where can I get the windows binary? Suman -Original Message- From: Oscar ^_^ [mailto:oscar...@gmail.com] Sent: Wednesday, August 12, 2009 12:53 PM To: Suman Chatterjee Subject: Re: [mapserver-users

[mapserver-users] PgRouting Download

2009-08-12 Thread Suman Chatterjee
Hi all, I want to use the PgRouting 1.02 (for windows and PostGresql 8.3) for routing functionality in postgis. But the site link www.davidgis.fr is not working any more. Is there any other link for downloading the windows binary for Postgresql8.3 ? Thanks Suma

RE: [mapserver-users] Extracting X,Y from MULTIPOINT data

2009-08-10 Thread Suman Chatterjee
within the multipoint. Suman -Original Message- From: Andy Colson [mailto:a...@squeakycode.net] Sent: Monday, August 10, 2009 10:27 AM To: Suman Chatterjee Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Extracting X,Y from MULTIPOINT data > -Original Mess

RE: [mapserver-users] Extracting X,Y from MULTIPOINT data

2009-08-10 Thread Suman Chatterjee
essage- From: Andy Colson [mailto:a...@squeakycode.net] Sent: Monday, August 10, 2009 8:52 AM To: Suman Chatterjee Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] Extracting X,Y from MULTIPOINT data Suman Chatterjee wrote: > Hi all, > > I have some multipoint data in

[mapserver-users] Extracting X,Y from MULTIPOINT data

2009-08-10 Thread Suman Chatterjee
Hi all, I have some multipoint data in postgis that I got from street intersections. But I am not able to extract the X,Y coordinates from the MULTIPOINT data. Is there any function in postgis by which I can extract the X,Y point data from them? Please help! Thanks, Suman *

RE: [mapserver-users] How to enter the projected coordinates in Postgis

2009-07-31 Thread Suman Chatterjee
...@hostgis.com] Sent: Friday, July 31, 2009 12:39 PM To: Suman Chatterjee Cc: Alexander Petkov; mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] How to enter the projected coordinates in Postgis > Select ST_Transform(gpscoords,2276) from gpsdata; > But it is throwing error : &

RE: [mapserver-users] How to enter the projected coordinates in Postgis

2009-07-31 Thread Suman Chatterjee
itude exceeded)SQL state:XX000 Any idea how to proceed? Thanks Suman -Original Message- From: Alexander Petkov [mailto:green...@gmail.com] Sent: Friday, July 31, 2009 10:38 AM To: Suman Chatterjee Cc: mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] How to enter the proj

[mapserver-users] How to enter the projected coordinates in Postgis

2009-07-30 Thread Suman Chatterjee
Hi, I have created 2 tables in postGIS and POSTGreSQL - in one, I am storing the GPS coordinates which are in the form of say lat= 32.4 and longitude = 72.45 ( which are in degrees) with SRID 2276 And in another I am capturing the user defined points from a projected map in mapserver. So here th

RE: [mapserver-users] Object reference not set to an instance of an object

2009-07-10 Thread Suman Chatterjee
To: Suman Chatterjee Cc: mapserver-users@lists.osgeo.org Subject: RE: [mapserver-users] Object reference not set to an instance of an object Hi Suman, Check your web.config file- You probably have an entry similar to: ... In your code you want to create the mapfile object by

RE: [mapserver-users] Object reference not set to an instance of an object

2009-07-10 Thread Suman Chatterjee
-Original Message- From: Pano Voudouris [mailto:pvoudou...@gaiocorp.com] Sent: Thursday, July 09, 2009 11:48 AM To: Suman Chatterjee Cc: mapserver-users@lists.osgeo.org Subject: RE: [mapserver-users] Object reference not set to an instance of an object Hi Suman, Check your

RE: [mapserver-users] Object reference not set to an instance of an object

2009-07-09 Thread Suman Chatterjee
ot;] Is throwing error. No idea what it is trying to do. Now my application is working fine in IIS and C#. Suman -Original Message- From: Tamas Szekeres [mailto:szeker...@gmail.com] Sent: Wednesday, July 08, 2009 6:22 PM To: Suman Chatterjee Cc: mapserver-users@lists.o

[mapserver-users] Object reference not set to an instance of an object

2009-07-08 Thread Suman Chatterjee
Hi all, I am trying to develop an application in C# (VS2005) with mapscript. I saw the material of Paolo. But I am facing a problem In the line mapObj map= new mapObj(System.Configuration.ConfigurationManager.AppSettings["C:/ms4w/Ap ache/htdocs/mapservertest/Addison.map"].toString())

RE: [mapserver-users] unable to access the map file

2009-06-30 Thread Suman Chatterjee
a [mailto:steve.tout...@inspq.qc.ca] Sent: Monday, June 29, 2009 3:00 PM To: Suman Chatterjee Cc: mapserver-users@lists.osgeo.org Subject: RE: [mapserver-users] unable to access the map file You don't need to create a daemon user. I'm a bit confused. If the images are created in the te

RE: [mapserver-users] plotting points dynamically

2009-06-30 Thread Suman Chatterjee
request by mapserver? Suman -Original Message- From: Bob Basques [mailto:bob.basq...@ci.stpaul.mn.us] Sent: Tuesday, June 30, 2009 10:03 AM To: Suman Chatterjee; mapserver-users@lists.osgeo.org Subject: Re: [mapserver-users] plotting points dynamically The best approach I can

[mapserver-users] plotting points dynamically

2009-06-30 Thread Suman Chatterjee
Hi all, I am working on a project which requires adding points to a basic map dynamically. That means the basic map will be read from the map file. Then the points will be queried from a database preferably PostGreSQL and then plotted on the map. I cannot add the query to the map file because the

RE: [mapserver-users] unable to access the map file

2009-06-29 Thread Suman Chatterjee
aux et occupationnels Institut national de santé publique du Québec 945, avenue Wolfe Québec, Qc G1V 5B3 Tél.: (418) 650-5115 #5281 Fax.: (418) 654-3144 steve.tout...@inspq.qc.ca http://www.inspq.qc.ca <http://www.inspq.qc.ca/> "Suman Chatterjee" 29/06/2009 03:32

RE: [mapserver-users] unable to access the map file

2009-06-29 Thread Suman Chatterjee
x27; . But a System account is already there. Thanks Suman -Original Message- From: steve.tout...@inspq.qc.ca [mailto:steve.tout...@inspq.qc.ca] Sent: Monday, June 29, 2009 2:17 PM To: Suman Chatterjee Cc: mapserver-users@lists.osgeo.org; mapserver-users-boun...@lists.osgeo.org Sub

RE: [mapserver-users] unable to access the map file

2009-06-29 Thread Suman Chatterjee
...@mapgears.com] Sent: Monday, June 29, 2009 10:22 AM To: mapserver-users@lists.osgeo.org Cc: Suman Chatterjee Subject: Re: [mapserver-users] unable to access the map file Hi, If you are sure that the path is good, did you check the file permissions? Does the mapfile can be read by your web application

[mapserver-users] RE: mapserver-users Digest, Vol 17, Issue 77

2009-06-29 Thread Suman Chatterjee
ect: Re: [mapserver-users] unable to access the map file To: mapserver-users@lists.osgeo.org Cc: Suman Chatterjee Message-ID: <200906291121.30630.aboudrea...@mapgears.com> Content-Type: Text/Plain; charset="iso-8859-15" Hi, If you are sure that the path is good, did you check the f

[mapserver-users] unable to access the map file

2009-06-29 Thread Suman Chatterjee
Hi all, I have just started using mapserver. It was running well till last week. The Itasca application was also running. But all of a sudden the application is not working. Although the maps are being created in the temp folder but it is not being displayed in the browser. I tried with typing h

[mapserver-users] display an imagery

2009-06-24 Thread Suman Chatterjee
Hi all, I am trying to display an imagery with mapserver. But I am not able to see the image. My Mapfile is as shown: # Start of map file # MAP NAME ADDISON STATUS ON SIZE 600 600 EXTENT 2445459.07136253 7001896.96486324 2514178.54806653 7070616.44156724 UNITS FEET SHAPEPATH

[mapserver-users] Itasca application working fine

2009-06-23 Thread Suman Chatterjee
Hi! Now the Itasca application is working fine. There was a problem in the index file where the relative path to the program was not set up correctly. Cheers Suman *** This e-m

[mapserver-users] error in mapserver - File not found error

2009-06-23 Thread Suman Chatterjee
Hi all, I have just started with mapserver. I have also downloaded the Itasca application. My problem is I am able to see the initial map with legend and scale. But I am not able to pan or zoom nor select layers or do anything after that. It is giving Page Not Found Error. It will be helpful