0
votes
1answer
23 views
postgis environments changed with macport selfupdate
Last month I've installed PostgresSql 8.4.1 and Postgis 1.4 via macports on my Mac with Leopard(10.5), and everything just worked fine. I then updated to Snow Leopard(10.6) and sti …
0
votes
0answers
24 views
ActiveRecord custom insert/update query
I'm using PostGis to store some spatial data. I used ActiveRecord to retrive data from db, and I used [Property (Formula = "asbinary(shape)")] on property where geometry was stored …
2
votes
4answers
131 views
How do you know what SRID to use for a shp file?
I am trying to put a SHP file into my PostGIS database, the the data is just a little off. I think this is because I am using the wrong SRID. The contents of the PRJ file are as fo …
0
votes
2answers
72 views
dynamic map managment in google earth
Hi,
My goal is to display various shapes(polygons, points, linestring) on google maps by using data entered into a Postgis database dynamically(i mean by that we can see modificati …
2
votes
1answer
65 views
Accessing PostGIS spatial data from Rails
I need to use an existing PostGIS database from my Rails application. So far I am able to access the DB just fine, GeoRuby nicely converts the 'geom' column into a Point object.
W …
0
votes
1answer
65 views
Adding a polygon directly in Geodjango/PostGIS
I'm messing around with Geodjango, and I just want to add a simple polygon field to a database and then run a point-in-polygon on it to to make sure everything is working okay.
He …
0
votes
2answers
77 views
Overview of how to develop LBS/GIS app in Java
I need to develop a location based extension to an existing app that will allow users to see all other users that are around them (within a fixed aerial distance). The existing app …
0
votes
2answers
170 views
Slow Postgres Query
I'm new to Postgres and SQL. I created the following script that draws a line from a point to a projected point on the nearest line. It works fine on a small data set 5 to 10 point …
0
votes
2answers
103 views
Drawing a line in PostGIS using Nearest Neighbour Method
This is a cross post from an email I sent to the PostGIS mailing list
So far in my endeavor to create a line between a point and its projected
location on a line has been long but …
0
votes
2answers
104 views
Problems with $libdir on PostgreSQL
In short, my question is "why doesn't $libdir work on my PSQL installation."
CREATE FUNCTION st_box2d_in(cstring) RETURNS box2d
AS '$libdir/liblwgeom', 'BOX2DFLOAT4_in'
…
0
votes
1answer
134 views
No liblwgeom when using postgresql84 and postgis on Snow Leopard with MacPorts
I'm trying to get my dev environment back up and running after upgrading to Snow Leopard. In particular, I need postgresql and postgis working, but I'm running into the following …
0
votes
2answers
244 views
Encoding problems with ogr2ogr and Postgis/PostgreSQL database
Hi!
In our organization, we handle GIS content in different file formats. I need to put these files into a PostGIS database, and that is done using ogr2ogr. The problem is, that t …
1
vote
1answer
77 views
Convert Postgis table to SQL Server 2008…
Is there a simple way to do that?
0
votes
5answers
261 views
Why is PostgreSQL so slow on Windows?
We had an applicationg running using MySql. We found MySql was not suitable for our app after we found that it didnt support some of the GIS capability that PostGIS has (note: mysq …
1
vote
1answer
152 views
How can I create a polygon using fields in PostgreSQL?
I have 8 real values in a table that I'd like to combine into a polygon. I haven't been able to figure out how to create a polygon using these values though. I keep trying variatio …
