Re: [postgis-users] JDBC SNAPSHOT postgis-2.1.0SVN.jar Not found

2012-08-09 Thread Paragon Corporation
 
It's not just you.  I'll see what I can do about this next week.  I think it
happened when we switched our jdbc build to use Maven instead of Ant and our
buildbots have not been updaed yet to use the new Maven bindings.

http://trac.osgeo.org/postgis/ticket/1835


Sorry about that,
Regina
http://www.postgis.us

-Original Message-
From: postgis-users-boun...@postgis.refractions.net
[mailto:postgis-users-boun...@postgis.refractions.net] On Behalf Of Uwe
Dalluege
Sent: Friday, August 10, 2012 1:09 AM
To: postgis-users@postgis.refractions.net
Subject: [postgis-users] JDBC SNAPSHOT postgis-2.1.0SVN.jar Not found

Hi,

I have a problem to download postgis-2.1.0SVN.jar and
postgis_debug-2.1.0SVN.jar files from the download-page.

I get the error:

The requested URL /download/postgis_debug-2.1.0SVN.jar was not found on this
server.

Regards

Uwe Dalluege

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


[postgis-users] WKB Documentation

2012-08-09 Thread Christophe Vergon

Thanks for the link,

I found this:
http://strk.keybit.net/projects/postgis/Paris2011_TopologyWithPostGIS_2_0.pdf

I want to integrated Node, Edge, Face in Postgis 2.0 with npgsql, as I 
understand it the geometry types are the same as "classical" objects ? A 
edge is a Linestring type regarding WKB encoding ?




___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


[postgis-users] JDBC SNAPSHOT postgis-2.1.0SVN.jar Not found

2012-08-09 Thread Uwe Dalluege

Hi,

I have a problem to download postgis-2.1.0SVN.jar
and postgis_debug-2.1.0SVN.jar files
from the download-page.

I get the error:

The requested URL /download/postgis_debug-2.1.0SVN.jar was not found on 
this server.


Regards

Uwe Dalluege

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


[postgis-users] tiger geocoder from SVN version

2012-08-09 Thread James Marca
Hi all,

I was trying to install the tiger geocoder from svn (actually,
https://github.com/postgis/postgis.git).

I've run into a minor problem. In editing the script
create_geocode.sh, I modified the PSQL_CMD line to read

PSQL_CMD="/usr/bin/psql -U ${PGUSER} -h ${PGHOST}"

(I'm running locally using TRUST so I didn't need the PGPASS)
Without that, the script never uses the username and host values.

Hope that is useful.

Regards,
James Marca


pgpAmUDD4MskR.pgp
Description: PGP signature
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


[postgis-users] Volker Emmel ist außer Haus.

2012-08-09 Thread volker . emmel

Ich werde ab  09.08.2012 nicht im Büro sein. Ich kehre zurück am
21.08.2012.

Ich werde mich nach Rückkehr um die Nachrichten kümmern.

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


[postgis-users] restoring from backup

2012-08-09 Thread Puneet Kishor
My question is re. cyclic dependencies in the db. If the db has a table t1 
which has a custom data type d1, then d1 has to exist before t1 can be 
restored. Similarly, if a view v1 depends on tables t1 and t2, then both tables 
have to exist before the view can be restored. This creates problem when 
dumping a complex db an restoring it on another server.

Is there a way (a switch) that allows restoring a dump, but doesn't do any 
integrity checking until the entire kaboodle is restored?



--
Puneet Kishor
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


[postgis-users] POSTGIS query output...

2012-08-09 Thread மு. அருள்ராஜ்
Hi all

I could really do complex query in POSTGIS. But when the output is complex
polygon and more in number , what will be best way to show to the user...
KML, JSON are heavy. Can i publish query output as the WMS output when the
user performing the complex query on PostGIS.

I have seen Geoserver SQL view, but it is like a predefined query, i want
to have the complex query.

Thanks and Regards
-- 
Arulraj Murugavel
___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] WKB Documentation

2012-08-09 Thread Sandro Santilli
On Thu, Aug 09, 2012 at 10:09:27AM +0200, Christophe Vergon wrote:
> Hi,
> 
> Where can I find the WKB documentation for postgis, who is a little
> bit different that the OGC standards (SRID for exemple).

doc/ZMSgeoms.txt

But it is missing some new types, and should ideally be in 
the manual page instead (feel like contributing it?)

--strk;

 http://www.cartodb.com - Map, analyze and build applications with your data

   ~~ http://strk.keybit.net 

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


[postgis-users] WKB Documentation

2012-08-09 Thread Christophe Vergon

Hi,

Where can I find the WKB documentation for postgis, who is a little bit 
different that the OGC standards (SRID for exemple).



___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


Re: [postgis-users] how to transfer wkt geometry from mysql to postgis?

2012-08-09 Thread Sandro Santilli
On Thu, Aug 09, 2012 at 08:58:55AM +0100, Robert Buckley wrote:

> Is there a way to directly import a table from mysql into postgis?

Try ogr2ogr

--strk;

 http://www.cartodb.com - Map, analyze and build applications with your data

   ~~ http://strk.keybit.net 

___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users


[postgis-users] how to transfer wkt geometry from mysql to postgis?

2012-08-09 Thread Robert Buckley
Hi,

I have wkt geometry data in mysql stored in blob format.
I need to get this data into a postgis db and am looking for the 
quickest-easiest way to do it. I have managed to select the data "ASTEXT" but 
can then only copy it into QGIS -> export to shape -> import to postgisbut 
this is probably not the easiest way.

Is there a way to directly import a table from mysql into postgis?

thanks for any help,

Robert ___
postgis-users mailing list
postgis-users@postgis.refractions.net
http://postgis.refractions.net/mailman/listinfo/postgis-users