Opened 6 years ago

Closed 6 years ago

#2096 closed defect (fixed)

Tilestache fails to start

Reported by: kalxas Owned by: osgeolive@…
Priority: critical Milestone: OSGeoLive12.0
Component: OSGeoLive Keywords:
Cc: osgeolive@…

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'

Change history (4)

comment:1 by bakaniko, 6 years ago

Tilestache is also use in the Leaflet quickstart

comment:2 by darkblueb, 6 years ago

posted CALL for participation on Tilestache support list (GoogleGroups)

comment:4 by kalxas, 6 years ago

Resolution: fixed
Status: newclosed

confirmed fixed in beta3

Note: See TracTickets for help on using tickets.