Skip to content

Commit

Permalink
[needs-docs][processing] merge grid algorithms and add point grid type
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jan 23, 2018
1 parent c91fd5a commit aaf9793
Show file tree
Hide file tree
Showing 10 changed files with 178 additions and 480 deletions.

Large diffs are not rendered by default.

216 changes: 0 additions & 216 deletions python/plugins/processing/algs/qgis/GridLine.py

This file was deleted.

6 changes: 2 additions & 4 deletions python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py
Expand Up @@ -70,8 +70,7 @@
from .FindProjection import FindProjection
from .GeometryConvert import GeometryConvert
from .GeometryByExpression import GeometryByExpression
from .GridLine import GridLine
from .GridPolygon import GridPolygon
from .Grid import Grid
from .Heatmap import Heatmap
from .Hillshade import Hillshade
from .HubDistanceLines import HubDistanceLines
Expand Down Expand Up @@ -191,8 +190,7 @@ def getAlgs(self):
FindProjection(),
GeometryByExpression(),
GeometryConvert(),
GridLine(),
GridPolygon(),
Grid(),
Heatmap(),
Hillshade(),
HubDistanceLines(),
Expand Down
Expand Up @@ -37,10 +37,5 @@
<ElementPath>id</ElementPath>
<Type>Integer</Type>
</PropertyDefn>
<PropertyDefn>
<Name>coord</Name>
<ElementPath>coord</ElementPath>
<Type>Real</Type>
</PropertyDefn>
</GMLFeatureClass>
</GMLFeatureClassList>

0 comments on commit aaf9793

Please sign in to comment.