Custom query (1088 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (163 - 165 of 1088)

Ticket Resolution Summary Owner Reporter
#1621 fixed Symbolic links stored in git for Russian translation docs live-demo@… camerons
Description

Some Project Overviews / Quickstarts in the Russian translations are stored as symbolic links to the English equivalent. This is not required, as during the documentation build process, symbolic links are put in place.

This was noticed during the "make clean" command, which deletes symbolic links, and on "git status" you note these Russian docs have been removed from git.

#1634 fixed PostGIS Quickstart needs updating live-demo@… camerons
Description

Cameron,

It looks like you guys never had much on the overview page anyway except for the version number.

https://github.com/OSGeo/OSGeoLive-doc/blob/master/en/overview/postgis_overview.rst

So given that I would just update the version to 2.2.1 .

The quick starter guide on the other hand needs some work.

https://github.com/OSGeo/OSGeoLive-doc/blob/master/en/quickstart/postgis_quickstart.rst

1) It is using ST_Distance_Sphere which got deprecated in 2.2.0 and will be removed in the future. That should be changed to ST_DistanceSphere. http://postgis.net/docs/ST_DistanceSphere.html

2) The QGIS images are a bit out of date. For example I think PostGIS Manager got renamed to DB Manager and got more encompassing to satisfy SpatialIte too.

I'm a bit strapped for time this month, but if you are not in too much of a rush, I could spruce up the quick start next month and send a pull request.

Thanks, Regina


From: Cameron Shorter cameron.shorter@… Sent: Thursday, March 03, 2016 6:12 AM To: Regina Obe Subject: Re: Any features added to postgis between versions 2.1.3 and 2.2.1 worth mentioning in the Project Overview?

Hey guys, Any chance one of you could take a crack at fixing up the Project Overview (or tell me there is nothing to do).

Cheers, Cameron

On 1/03/2016 8:39 am, Cameron Shorter wrote:

Hi Regina, Brian, Barry, Sounds like a doc update is in order? Would one of you mind updating the Project Overview, create a git pull request, and then I'll review.

Are there any updates required for the Quickstart?

Warm regards, Cameron

On 29/02/2016 11:54 pm, Regina Obe wrote:

Key features in PostGIS 2.2 are

1) KNN now supported for geography and 3D geometries. Prior versions only supported for 2D geometry. 2) KNN true-distance functionality for PostgreSQL 9.5. This is for all KNN including the new 3D and geography. Does OSGeo live have 9.5? What this means is the distance returned by the spatial index KNN operators is the actual distance and not the bounding box or bounding box centroid distance Of prior versions.

3) Ability to build raster overviews in the database without having to rely on raster2pgsql. Means you can have overviews without reloading your raster data. 4) Tiger geocoder upgraded to support Tiger 2015 5) New extensions address_standardizer (not sure if you have postgis_sfcgal packaged, but that became an extension in PostGIS 2.2)

6) Lots of other neat functions noted in the release notes

http://postgis.net/2015/10/07/postgis-2.2.0/

#1897 fixed QGIS crashes kalxas camerons
Description

Open QGIS (from command line if you want to see error logs) Follow first 2 quickstart steps:

  1. Launch QGIS from Geospatial ‣ Desktop GIS ‣ QGIS and select Project ‣ Open from the menu bar.

Open a QGIS project

  1. Choose QGIS-NaturalEarth-Example.qgs and press Open.

QGIS crashed. (I assume it ran out of memory). Tried again but opening the other example dataset: Itisca, and the datset did open without crashing.

I was running using VirtualBox on a Mac, with 1024 Gig RAM allocated, booting from an ISO.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.