[postgis-users] rakesh modi wants to chat

2010-05-21 Thread rakesh modi
I've been using Google Talk and thought you might like to try it out. We can use it to call each other for free over the internet. Here's an invitation to download Google Talk. Give it a try! ------- rakesh modi wants

[postgis-users] operator does not exist

2010-05-20 Thread rakesh modi
You might need to add explicit type casts. Character: 194 -- Rakesh Modi ___ postgis-users mailing list postgis-users@postgis.refractions.net http://postgis.refractions.net/mailman/listinfo/postgis-users

[postgis-users] HINT: No function matches the given name and argument types

2010-05-14 Thread rakesh modi
hi, i am using select query which is shown below SELECT sum(length(the_geom))/1000 AS km_roads FROM routable; and get error like - HINT: No function matches the given name and argument types. You might need to add explicit type casts. -- Rakesh Modi Software Engineer GIS Consortium

[postgis-users] operator class "gist_geometry_ops" does not accept data type geography

2010-05-14 Thread rakesh modi
Hi All, I am newer to use postgres. I get an error using this query :- operator class "gist_geometry_ops" does not accept data type geography when i run query :- CREATE INDEX geom_idx ON routable USING GIST(the_geom GIST_GEOMETRY_OPS); What's the problem -- Rakesh Modi Softwa

[postgis-users] setsrid does not exist

2010-05-03 Thread rakesh modi
Hi All, i am trying to run this query but getting error - ERROR: function setsrid(unknown) does not exist LINE 4: FROM roads WHERE the_geom && SetSRID( ^ what's the problem .. SELECT gid, source, target, the_geom, distance(the_geom,

[postgis-users] SetSRID functin does not exist

2010-04-29 Thread rakesh modi
Hi All, i am trying to run this query but getting error - ERROR: function setsrid(unknown) does not exist LINE 4: FROM roads WHERE the_geom && SetSRID( ^ what's the problem .. SELECT gid, source, target, the_geom, distance(the_geom,

[postgis-users] pgrouting Installation

2010-04-12 Thread rakesh modi
Hi, I am newer to use postgres and pgrouting. I am going to install pgrouting on windows machine but when i install CMake it ask for Source code i don't know what it should be. Thanking you in anticipation. Looking forward for reply. Rakesh ___ postgis-u