Topic profile page for PostGIS.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: PostGIS.
Topic "Postgis" was discussed 0 times on 0 sites in last 3 months
Started 4 days, 14 hours ago (2009-12-28 22:43:00)
by Nick Uebelhor
Trying to install postgis on LINUX machine, need to find the geos- config file, as seems it is no where to be found after download of postgis in the ./configure step, is there anyone that can give me a clue on how to find this file? Ultimate goal is to get postgis working so we can use geom data type in the tables on postgresql, and to get php to be able to talk to postgresql when ...
Started 4 days, 21 hours ago (2009-12-28 15:50:00)
by Ron Bentley
I have a PostGIS table with multiple unique, not-null, INT4 columns. QGis seems to latch onto the first unique, not-null column rather than the primary key. Is there any way to control that? Ron Bentley
Started 5 days, 1 hour ago (2009-12-28 11:11:00)
by FW-2
In my postgis installations, I like to keep my postgis junk in its own schema (aptly named "postgis"), and then to set postgis to the last element in the search path. This way you can drop the entire thing by dropping the schema, you can search for functions in postgis.*, etc. However, when I connect QGIS to my DB, it can't find my geometry_columns, spatial_ref_sys, or the fact that I ...
Started 2 weeks, 5 days ago (2009-12-13 16:17:00)
by nola504
What's the recommendation for setting up a database in a GeoDjango site on Webfaction? Should I use the existing PostGIS database created by WebFaction support, or should I use that WebFaction deployed database as a template for a new database? The documentation I've found points to issuing a command while logged in as a database super user to create a new PostGIS database using template_...
Started 1 month, 1 week ago (2009-11-24 10:25:00)
by Roland Krummenacher
We're doing a small performance benchmark with PostGIS and Microsoft SQL-Server Spatial. We took some Tiger data and are doing queries like shown below. Any comments about these and/or suggestions about additional queries? - Roland Syntax with curly brackets as table placeholders: 1. Loading data and generating indices SELECT * INTO {dataset} FROM {original dataset} WHERE geom...
Started 4 days, 19 hours ago (2009-12-28 16:59:00)
by Adi2010
I am following the instructions from the website http://marwp.cla.umn.edu/gis/docs/verbose_install. html to install and configure Mapserver using the following versions of packages: Ubuntu 9.10 Apache-2.2.14 postgresql-8.4.1 php-5.2.12 proj-4.7.0 geos-3.2.0 postgis-1.4.0 I have successfully installed all the packages using the instruction from the website but when i tried to use ...
Started 4 days, 23 hours ago (2009-12-28 13:37:00)
by Mike Toews
Mike Toews wrote: > 2. Create views to the two tables in the public schema (assuming you > kept this as from the default): > > CREATE OR REPLACE VIEW spatial_ref_sys AS SELECT * FROM > postgis.geometry_columns; > CREATE OR REPLACE VIEW spatial_ref_sys AS SELECT * FROM > postgis.geometry_columns; ... oops, corrections: CREATE OR REPLACE VIEW public.spatial_ref_sys AS SELECT *...
Started 4 days, 8 hours ago (2009-12-29 04:25:00)
by Mateusz Loskot
Nick Uebelhor wrote: > Trying to install postgis on LINUX machine, need to find the geos- > config file, as seems it is no where to be found after download of > postgis in the ./configure step, Read the PostGIS manual, where you can learn about its requirements: http://postgis.org/documentation/manual-1.4/ch02.h tml#id2478443 Then you will find out that GEOS is a third-party ...
Started 4 days, 23 hours ago (2009-12-28 13:04:00)
by Ricardo Castro
Hola Jorge, tal como dices estoy usando el sistema de plantillas y variables CGI, creo que con el aporte que todos Uds.han realizado tengo más claro el camino. Muchas gracias --- El lun 28-dic-09, Jorge Sanz escribió: De: Jorge Sanz Asunto: Re: [Gvsig_usuarios] Consulta Mapserver Para: "Lista de Usuarios de gvSIG" , "Lista de Usuarios GVSig" Fecha: lunes, 28 de diciembre de 2009, 3:...
Started 4 days, 12 hours ago (2009-12-29 00:52:00)
by Cédric Moullet
Hi John, Another viewer alternative is GeoExt ( www.geoext.org ). You can have a look at the samples http://www.geoext.org/examples.html#examples and a mappanel together with a layer tree allows you to create easily a map viewer. As GeoExt uses OpenLayers, all OpenLayers formats are supported. If you need server capabilities, MapFish server ( www.mapfish.org ) let's you create easily REST ...
Started 5 days, 2 hours ago (2009-12-28 10:15:00)
by Lime, Steve D (DNR)
I'll do that... -----Original Message----- From: [hidden email] [mailto: [hidden email] ] On Behalf Of Frank Warmerdam Sent: Monday, December 28, 2009 6:34 AM To: Lime, Steve D (DNR) Cc: mapserver-dev Subject: Re: [mapserver-dev] RFC 52: One-pass query - Did we ever adopt this? On Sun, Dec 27, 2009 at 1:26 PM, Lime, Steve D (DNR) wrote: > The majority of discussion took ...
Started 4 days, 1 hour ago (2009-12-29 11:22:00)
by what_nick
Ideally what you need is a coastline map. When you are doing line of sight with observer/target located on the sea you need to know which positions count as ocean/sea. I use the SRTM WBD as my default landmask and it works pretty well. Simple point in polygon queries will give you the desired result and you can modify the line of sight algorithm accordingly. http://dds.cr.usgs.gov/srtm/...
Started 19 hours, 50 minutes ago (2010-01-01 17:02:00)
by Boudewijn
Hoihoi Ik ben voor een klant bezig met een applicatie die data over glasvezels bijhoudt. Dit gebeurt in 2 delen, een deel met geografische data (WKT formaat) en een deel met overige informatie (eigenaar, lengte, SLA etc). Dat laatste deel is voor dit topic niet boeiend, dat loopt prima en levert geen relevante load op. De actionscript interface (hij is niet door mij gemaakt, maar ...
Started 4 days, 19 hours ago (2009-12-28 17:26:00)
by William Kyngesburye
Small detail - release name was still "Trunk". I updated cmakelists.txt and the xcode project. You should repack the tarball. On Dec 28, 2009, at 4:20 PM, Mailing Lists wrote: > Dear QGIS devs & packagers > > --- Note to casual readers --- > > Please do not pre-announce this release - give the packagers and > release team a chance to do their thing so that people hearing ...