Custom Query (1155 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (211 - 213 of 1155)

Ticket Resolution Summary Owner Reporter
#2096 fixed Tilestache fails to start osgeolive@… kalxas
Description

Tilestache configuration needs update:

user@osgeolive:~$ tilestache-server -c /usr/local/share/mapnik/demo/tilestache.cfg -p 8012
Error loading Tilestache config:
Traceback (most recent call last):
  File "/usr/bin/tilestache-server", line 55, in <module>
    app = TileStache.WSGITileServer(config=options.file, autoreload=True)
  File "/usr/lib/python2.7/dist-packages/TileStache/__init__.py", line 374, in __init__
    self.config = parseConfig(config)
  File "/usr/lib/python2.7/dist-packages/TileStache/__init__.py", line 136, in parseConfig
    return Config.buildConfiguration(config_dict, dirpath)
  File "/usr/lib/python2.7/dist-packages/TileStache/Config.py", line 226, in buildConfiguration
    config.layers[name] = _parseConfigLayer(layer_dict, config, dirpath)
  File "/usr/lib/python2.7/dist-packages/TileStache/Config.py", line 472, in _parseConfigLayer
    layer.provider = _class(layer, **provider_kwargs)
  File "/usr/lib/python2.7/dist-packages/TileStache/Mapnik.py", line 94, in __init__
    engine = mapnik.FontEngine.instance()
AttributeError: type object 'FontEngine' has no attribute 'instance'
#1737 fixed TileStache default preview not working live-demo@… kalxas
Description

When trying to access the standard TileStache preview (​http://localhost:8012/example/preview.html), this error is reported in Firefox web console:

ReferenceError: MM is not defined
 preview.html:27:13
The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.
#1723 wontfix TileMill reported not to be working with Mapnik 3.x live-demo@… kalxas
Description

Several discussions happened during OSGeo Code Sprint Paris for this issue.

There was a suggestion to retire TileMill and move to a replacement called kosmtik

https://github.com/kosmtik/kosmtik

Any thoughts?

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