Custom Query (1152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (217 - 219 of 1152)

Ticket Resolution Summary Owner Reporter
#452 fixed tilelite prompts user when run a 2nd time springmeyer camerons
Description

If the /tmp/ directory has already been populated (as happens when you run a script for the second time), the tilelite script will ask for the user to confirm to replace files or not.

This shouldn't happen as we wish to make the install process as automated as possible.

#936 fixed tilelite demo issue live-demo@… kalxas
Description

I am getting pink tiles in Mapnik & Tilelite demo page (as described in Quickstart). To reproduce this:

  1. Use 6.0beta1
  2. Reinstall mapnik using #sudo ~/gisvm/bin/install_mapnik.sh
  3. Start Maptile
  4. Visit http://localhost/mapnik/openlayers.html
#1701 fixed Tilelite 500 internal error live-demo@… kalxas
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)
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.