Custom Query (1152 matches)
Results (217 - 219 of 1152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#452 | fixed | tilelite prompts user when run a 2nd time | ||
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 | ||
Description |
I am getting pink tiles in Mapnik & Tilelite demo page (as described in Quickstart). To reproduce this:
|
|||
#1701 | 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) |
Note:
See TracQuery
for help on using queries.