Skip to content

Commit

Permalink
Registration of TilesXYZ algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Dancak committed Apr 24, 2019
1 parent 73a5a6a commit 4ab9bb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py
Expand Up @@ -134,6 +134,7 @@
from .StatisticsByCategories import StatisticsByCategories
from .SumLines import SumLines
from .TextToFloat import TextToFloat
from .TilesXYZ import TilesXYZ
from .TinInterpolation import TinInterpolation
from .TopoColors import TopoColor
from .TruncateTable import TruncateTable
Expand Down Expand Up @@ -244,6 +245,7 @@ def getAlgs(self):
StatisticsByCategories(),
SumLines(),
TextToFloat(),
TilesXYZ(),
TinInterpolation(),
TopoColor(),
TruncateTable(),
Expand Down

0 comments on commit 4ab9bb6

Please sign in to comment.