tileserver icon indicating copy to clipboard operation
tileserver copied to clipboard

A lightweight tileserver to share code paths with tilequeue for tile generation.

Results 6 tileserver issues
Sort by recently updated
recently updated
newest added

i am getting an syntax error when i run tileserver:

Hello, in case of error situation: env/lib/python2.7/site-packages/tilequeue/process.py min_zoom = output_props.get('min_zoom') assert min_zoom is not None, \ 'Missing min_zoom in layer %s' % layer_name the CORS „Access-Control-Allow-Origin” header is not generated......

Like we do here for tilequeue: - https://github.com/tilezen/tilequeue/blob/master/setup.py#L12 - `long_description=open('README.md').read(),`

Some requests for high zooms [1] end up producing overflows and generate errors [2]. Can we start enforcing a max zoom, and return 404s for zooms higher than that? @nvkelso...

nextnext

Upon receiving SIGTERM, tileserver should: 1. Start responding to health check requests with an error. 2. Wait a configurable grace period, or until all outstanding requests have finished. 3. Shut...

Add value for max_zoom_with_changes parameter in format_coord in tilequeue as latest version of tilequeue requires this parameter. I am not sure whether value of nominal_zoom+1 is correct.