Skip to content

Commit

Permalink
Correct route to layersettings.json for OpenWebGlobe
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jun 29, 2012
1 parent 3e417ff commit 829959f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tc-viewer
Expand Up @@ -80,7 +80,7 @@ def tile(index, z, x, y, ext):
return tile.data


@bottle.route('/data/image/<index:int>/layersettings.json')
@bottle.route('/tiles/<index:int>/layersettings.json')
def openwebglobe_layersettings(index):
if len(tilestores) < index:
bottle.abort(404)
Expand Down

0 comments on commit 829959f

Please sign in to comment.