Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use native algorithm instead of RectanglesOvalsDiamondFixed
  • Loading branch information
alexbruy committed Jan 15, 2020
1 parent 9a02e21 commit 1fe16b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 268 deletions.
3 changes: 1 addition & 2 deletions python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py
Expand Up @@ -75,7 +75,6 @@
from .RasterCalculator import RasterCalculator
from .RasterLayerHistogram import RasterLayerHistogram
from .RasterSampling import RasterSampling
from .RectanglesOvalsDiamondsFixed import RectanglesOvalsDiamondsFixed
from .RectanglesOvalsDiamondsVariable import RectanglesOvalsDiamondsVariable
from .RegularPoints import RegularPoints
from .Relief import Relief
Expand Down Expand Up @@ -107,6 +106,7 @@ def __init__(self):
super().__init__()
self.algs = []
self.externalAlgs = []
QgsApplication.processingRegistry().addAlgorithmAlias('qgis:rectanglesovalsdiamondsfixed', 'native:rectanglesovalsdiamonds')

def getAlgs(self):
algs = [Aggregate(),
Expand Down Expand Up @@ -156,7 +156,6 @@ def getAlgs(self):
RasterCalculator(),
RasterLayerHistogram(),
RasterSampling(),
RectanglesOvalsDiamondsFixed(),
RectanglesOvalsDiamondsVariable(),
RegularPoints(),
Relief(),
Expand Down
266 changes: 0 additions & 266 deletions python/plugins/processing/algs/qgis/RectanglesOvalsDiamondsFixed.py

This file was deleted.

0 comments on commit 1fe16b7

Please sign in to comment.