Skip to content

Commit

Permalink
Labels
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchadwin committed May 15, 2015
1 parent be6e060 commit 878224d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion olwriter.py
Expand Up @@ -34,7 +34,7 @@

baseLayerGroup = "var baseLayer = new ol.layer.Group({'title': 'Base maps',layers: [%s]});"

def writeOL(layers, groups, popup, visible, json, cluster, settings, folder):
def writeOL(layers, groups, popup, visible, json, cluster, labels, settings, folder):
QApplication.setOverrideCursor(QCursor(Qt.WaitCursor))
folder = os.path.join(folder, 'qgis2web_' + str(time.strftime("%Y_%m_%d-%H_%M_%S")))
#folder = os.path.join(os.getcwd(),folder)
Expand Down

0 comments on commit 878224d

Please sign in to comment.