[OSGeo-Discuss] WCS - Catalog

2010-03-02 Thread Frans Thamura
hi all

i just learning geonetwork, but found the catalog standard

any tips to help me, why should we use this catalog standard?


-- 
Frans Thamura
Meruvian.
Experiential Tempation of Java and Enterprise OpenSource

Meruvian jTechnopreneur Program (S1) telah hadir, Dapatkan benefit bagi SMK
yang melakukan mapping SKKD, dg program beasiswa dari Gunadarma

Mobile: +6287885901958
Blog & Profile: http://frans.thamura.info

We provide services to migrate your apps to Java (web), in amazing fast and
reliable.
___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


[OSGeo-Discuss] Db connect

2010-03-02 Thread Ravi
Hi,
am using OSGeo4W bundle and the apache and php there in.
Apache installed OK showing as aservice and in the browser
http:\\localhost
issues the OSGeo4w welcome screen and phpthere on

with the following wish to connect to PGSQL 8.4 and postGIS there in
with the following. But it doesnt work. Where am I going wrong ?

$db_handle = pg_connect(”host = localhost port = 5432 dbname = postgis user = 
postgres password = GrassJump”); $query = “SELECT * FROM rjybound”; $result = 
pgexec($dbhandle, $query);

Ravi Kumar


  Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! 
http://downloads.yahoo.com/in/internetexplorer/

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Db connect

2010-03-02 Thread Tyler Mitchell (OSGeo)
Hi Ravi, what kind of error are you getting?

Tyler
Ravi wrote:
> Hi,
> am using OSGeo4W bundle and the apache and php there in.
> Apache installed OK showing as aservice and in the browser
> http:\\localhost
> issues the OSGeo4w welcome screen and phpthere on
> 
> with the following wish to connect to PGSQL 8.4 and postGIS there in
> with the following. But it doesnt work. Where am I going wrong ?
> 
> $db_handle = pg_connect(”host = localhost port = 5432 dbname = postgis user = 
> postgres password = GrassJump”); $query = “SELECT * FROM rjybound”; $result = 
> pgexec($dbhandle, $query);
> 
> Ravi Kumar
> 
> 
>   Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! 
> http://downloads.yahoo.com/in/internetexplorer/
> 
> ___
> Discuss mailing list
> Discuss@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/discuss

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Db connect

2010-03-02 Thread Ravi
Hi,
am trying to learn rendering maps using browser(shapefiles)

no error is given from the browser, but it just displays

$db_handle = pg_connect(”host = localhost port = 5432 dbname = postgis user = 
postgres password = GrassJump”); $query = “SELECT * FROM rjybound”; $result = 
pgexec($dbhandle, $query);

Ravi Kumar

--- On Wed, 3/3/10, Tyler Mitchell (OSGeo)  wrote:

> From: Tyler Mitchell (OSGeo) 
> Subject: Re: [OSGeo-Discuss] Db connect
> To: "OSGeo Discussions" 
> Date: Wednesday, 3 March, 2010, 8:56 AM
> Hi Ravi, what kind of error are you
> getting?
> 
> Tyler
> Ravi wrote:
> > Hi,
> > am using OSGeo4W bundle and the apache and php there
> in.
> > Apache installed OK showing as aservice and in the
> browser
> > http:\\localhost
> > issues the OSGeo4w welcome screen and phpthere on
> > 
> > with the following wish to connect to PGSQL 8.4 and
> postGIS there in
> > with the following. But it doesnt work. Where am I
> going wrong ?
> > 
> > $db_handle = pg_connect(”host = localhost port =
> 5432 dbname = postgis user = postgres password =
> GrassJump”); $query = “SELECT * FROM rjybound”;
> $result = pgexec($dbhandle, $query);
> > 
> > Ravi Kumar
> > 
> > 
> >       Your Mail works best
> with the New Yahoo Optimized IE8. Get it NOW! 
> http://downloads.yahoo.com/in/internetexplorer/
> > 
> > ___
> > Discuss mailing list
> > Discuss@lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/discuss
> 
> ___
> Discuss mailing list
> Discuss@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/discuss
> 


  The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. 
http://in.yahoo.com/

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


Re: [OSGeo-Discuss] Db connect

2010-03-02 Thread Robert Hollingsworth
is the missing '_' in $dbhandle below significant?
REH


Hi,
am trying to learn rendering maps using browser(shapefiles)

no error is given from the browser, but it just displays

$db_handle = pg_connect(”host = localhost port = 5432 dbname = postgis user = 
postgres password = GrassJump”); $query = “SELECT * FROM rjybound”; $result = 
pgexec($dbhandle, $query);


___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss


RE: [OSGeo-Discuss] Db connect

2010-03-02 Thread Kumaran Narayanaswamy
Dear Mr.Ravi Kumar,

Are your PHP pages getting processed?.Just create a simple page with the below 
code and run to see if you get the PHP Environment information details. If you 
dont get the information then your PHP is not configured well.





Regards
Kumaran
-Original Message-
From: discuss-boun...@lists.osgeo.org [mailto:discuss-boun...@lists.osgeo.org] 
On Behalf Of Ravi
Sent: Wednesday, March 03, 2010 12:16 PM
To: OSGeo Discussions
Cc: postgis
Subject: Re: [OSGeo-Discuss] Db connect

Hi,
am trying to learn rendering maps using browser(shapefiles)

no error is given from the browser, but it just displays

$db_handle = pg_connect(”host = localhost port = 5432 dbname = postgis user = 
postgres password = GrassJump”); $query = “SELECT * FROM rjybound”; $result = 
pgexec($dbhandle, $query);

Ravi Kumar

--- On Wed, 3/3/10, Tyler Mitchell (OSGeo)  wrote:

> From: Tyler Mitchell (OSGeo) 
> Subject: Re: [OSGeo-Discuss] Db connect
> To: "OSGeo Discussions" 
> Date: Wednesday, 3 March, 2010, 8:56 AM
> Hi Ravi, what kind of error are you
> getting?
> 
> Tyler
> Ravi wrote:
> > Hi,
> > am using OSGeo4W bundle and the apache and php there
> in.
> > Apache installed OK showing as aservice and in the
> browser
> > http:\\localhost
> > issues the OSGeo4w welcome screen and phpthere on
> > 
> > with the following wish to connect to PGSQL 8.4 and
> postGIS there in
> > with the following. But it doesnt work. Where am I
> going wrong ?
> > 
> > $db_handle = pg_connect(”host = localhost port =
> 5432 dbname = postgis user = postgres password =
> GrassJump”); $query = “SELECT * FROM rjybound”;
> $result = pgexec($dbhandle, $query);
> > 
> > Ravi Kumar
> > 
> > 
> >   Your Mail works best
> with the New Yahoo Optimized IE8. Get it NOW! 
> http://downloads.yahoo.com/in/internetexplorer/
> > 
> > ___
> > Discuss mailing list
> > Discuss@lists.osgeo.org
> > http://lists.osgeo.org/mailman/listinfo/discuss
> 
> ___
> Discuss mailing list
> Discuss@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/discuss
> 


  The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. 
http://in.yahoo.com/

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss

___
Discuss mailing list
Discuss@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/discuss