0

Initial changes to add the base option to the config file.

This commit is contained in:
Fabian Norman
2012-04-25 19:42:18 -07:00
parent 95a3af3af6
commit 85567cae42
2 changed files with 2 additions and 1 deletions

View File

@@ -513,7 +513,7 @@ class TileSet(object):
defaultZoom = 1,
maxZoom = self.treedepth,
path = self.options.get('name'),
base = '',
base = self.options.get('base'),
bgcolor = bgcolorformat(self.options.get('bgcolor')),
world = self.options.get('worldname_orig') +
(" - " + self.options.get('dimension') if self.options.get('dimension') != 'default' else ''),