Custom query (1090 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (151 - 153 of 1090)

Ticket Owner Reporter Resolution Summary
#1699 live-demo@… kalxas fixed downgrade osgEarth to 2.5
Description

Thanks Bas for reporting to mailing list:

QGIS upstream has recently disabled the globle plugin when built with
osgEarth 2.7 [0] because the initial changes were not sufficient to
support anything newer that 2.5 [1]. Proper support for 2.7 has been
merged recently too [2], but has not been backported to 2.14 LTR.

Assuming you want to stick to QGIS 2.14 for OSGeo-Live 10.0, and want to
have a working globe plugin in QGIS, downgrading the osgearth package in
the nightly PPA to 2.5 is needed. You cannot rely on the 2.5 package in
xenial because it needs to be rebuilt with GDAL 2.1.0 in the nightly PPA.

[0]
https://github.com/qgis/QGIS/commit/ddcc2fb82ca6ae3d09e19ce4fe6be689e58886f4
[1] http://hub.qgis.org/issues/12550
[2]
https://github.com/qgis/QGIS/commit/87121d63a8ca28dc75631d3ef6a59c025388a026
#1701 live-demo@… kalxas fixed Tilelite 500 internal error
Description

Mapnik has been upgraded to 3.0.9 for Xenial. Tilelite version we ship seems to have problem with the new version of python-mapnik:

127.0.0.1 - - [03/Jun/2016 16:44:08] "GET /1/0/0.png HTTP/1.1" 500 -
Error on request:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 180, in run_wsgi
    execute(self.server.app)
  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 170, in execute
    for data in application_iter:
  File "/usr/local/lib/python2.7/dist-packages/tilelite.py", line 360, in __call__
    envelope = self._merc.xyz_to_envelope(x,y,zoom)
  File "/usr/local/lib/python2.7/dist-packages/tilelite.py", line 147, in xyz_to_envelope
    lonlat_bbox = mapnik.Envelope(minx,miny,maxx,maxy)
  File "/usr/lib/python2.7/dist-packages/mapnik/__init__.py", line 110, in __init__
    Box2d.__init__(self, *args, **kwargs)
TypeError: unbound method Boost.Python.function object must be called with Box2d instance as first argument (got Envelope instance instead)
127.0.0.1 - - [03/Jun/2016 16:44:25] "GET /1/0/0.png HTTP/1.1" 500 -
Error on request:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 180, in run_wsgi
    execute(self.server.app)
  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 170, in execute
    for data in application_iter:
  File "/usr/local/lib/python2.7/dist-packages/tilelite.py", line 360, in __call__
    envelope = self._merc.xyz_to_envelope(x,y,zoom)
  File "/usr/local/lib/python2.7/dist-packages/tilelite.py", line 147, in xyz_to_envelope
    lonlat_bbox = mapnik.Envelope(minx,miny,maxx,maxy)
  File "/usr/lib/python2.7/dist-packages/mapnik/__init__.py", line 110, in __init__
    Box2d.__init__(self, *args, **kwargs)
TypeError: unbound method Boost.Python.function object must be called with Box2d instance as first argument (got Envelope instance instead)
#1703 live-demo@… kalxas fixed QGIS tutorials fail to build
Description
Location: https://codeload.github.com/qgis/QGIS-OSGEO-Live-Tutorials/legacy.tar.gz/master [following]
--2016-06-03 12:02:22--  https://codeload.github.com/qgis/QGIS-OSGEO-Live-Tutorials/legacy.tar.gz/master
Resolving codeload.github.com (codeload.github.com)... 192.30.252.161
Connecting to codeload.github.com (codeload.github.com)|192.30.252.161|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: '/tmp/build_qgis/tutorials.tgz'

     0K ........ ........ ........ ........ ........ ........ 2.60M
  3072K ........ ........ ........                            10.6M=1.3s

2016-06-03 12:02:24 (3.48 MB/s) - '/tmp/build_qgis/tutorials.tgz' saved [4745171]

./install_qgis.sh: 162: cd: can't cd to /tmp/build_qgis/*osgeo-live-qgis-tutorials*

...

Setting up python-sphinx (1.3.6-2ubuntu1) ...
make: *** No rule to make target 'html'.  Stop.
cp: cannot stat '_build/html': No such file or directory
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.