Ver a proveniência

Do not prefix paths with dot

Extra dot in front of paths like 'path' and 'fallbackPath' are not necessary and may cause unexpected errors.
pull/67/head
mko há 9 anos
ascendente
cometimento
04ca9d02ab
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      utils/multires/generate.py

+ 2
- 2
utils/multires/generate.py Ver ficheiro

@@ -136,8 +136,8 @@ text.append('{')
text.append(' "type": "multires",')
text.append(' ')
text.append(' "multiRes": {')
text.append(' "path": "./%l/%s%y_%x",')
text.append(' "fallbackPath": "./fallback/%s",')
text.append(' "path": "/%l/%s%y_%x",')
text.append(' "fallbackPath": "/fallback/%s",')
text.append(' "extension": "' + extension[1:] + '",')
text.append(' "tileResolution": ' + str(args.tileSize) + ',')
text.append(' "maxLevel": ' + str(levels) + ',')


Carregando…
Cancelar
Guardar