Hi Cameron-
  the current setup makes a kind of "double work"
with the Quickstart plus the wiki Test Page..

I wrote all the Medford steps for the last dvd
but I tried to politely side-step the whole thing this time
because the Quickstart serves a lot of the same function
(and I have a deadline at work that is hard right now...)

here is a simple PostGIS query that works with natural earth

SELECT
  p.natscale,
  p.name,
  p.namealt,
  c.country
FROM
  public."10m_populated_places_simple" p,
  public."10m-admin-0-countries" c
WHERE
  ST_Contains( c.the_geom, p.the_geom)
  and c.country = 'Spain'
ORDER BY
  p.natscale DESC;


On Aug 10, 2010, at 1:53 AM, Cameron Shorter wrote:

http://wiki.osgeo.org/wiki/Live_GIS_Disc_Testing#postgis
Could someone familiar with PostGIS please update the test steps which currently reference the deprecated medford data. (Probably use the naturalearth data instead).

I assume that postgis is actually working, so I've downgraded the test result from "failed" to "passed with issues". But would prefer if we could give postgis a clean "pass".

--
Cameron Shorter
Geospatial Director
Tel: +61 (0)2 8570 5050
Mob: +61 (0)419 142 254

Think Globally, Fix Locally
Geospatial Solutions enhanced with Open Standards and Open Source
http://www.lisasoft.com

_______________________________________________
Live-demo mailing list
Live-demo@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/live-demo
http://wiki.osgeo.org/wiki/Live_GIS_Disc


_______________________________________________
Live-demo mailing list
Live-demo@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/live-demo
http://wiki.osgeo.org/wiki/Live_GIS_Disc

Reply via email to