Skip to content

Commit a1367d4

Browse files
committedOct 11, 2016
Revert "[processing] Fix missing points in polygons menu item (fix #15670)"
This reverts commit ba7fdde.
1 parent 8784ad0 commit a1367d4

File tree

6 files changed

+1
-220
lines changed

6 files changed

+1
-220
lines changed
 

‎python/plugins/processing/gui/menus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
analysisToolsMenu = vectorMenu + "/" + Processing.tr('&Analysis Tools')
2020
defaultMenuEntries.update({'qgis:distancematrix': analysisToolsMenu,
2121
'qgis:sumlinelengths': analysisToolsMenu,
22-
'qgis:countpointsinpolygon': analysisToolsMenu,
22+
'qgis:pointsinpolygon': analysisToolsMenu,
2323
'qgis:listuniquevalues': analysisToolsMenu,
2424
'qgis:basicstatisticsfornumericfields': analysisToolsMenu,
2525
'qgis:basicstatisticsfortextfields': analysisToolsMenu,

‎python/plugins/processing/tests/testdata/expected/points_in_polys.gfs

Lines changed: 0 additions & 36 deletions
This file was deleted.

‎python/plugins/processing/tests/testdata/expected/points_in_polys.gml

Lines changed: 0 additions & 64 deletions
This file was deleted.

‎python/plugins/processing/tests/testdata/points_in_polys.gfs

Lines changed: 0 additions & 15 deletions
This file was deleted.

‎python/plugins/processing/tests/testdata/points_in_polys.gml

Lines changed: 0 additions & 87 deletions
This file was deleted.

‎python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -582,20 +582,3 @@ tests:
582582
OUTPUT_LAYER:
583583
name: expected/point_on_line.gml
584584
type: vector
585-
586-
587-
588-
- algorithm: qgis:countpointsinpolygon
589-
name: Count points in polygon
590-
params:
591-
FIELD: NUMPOINTS
592-
POINTS:
593-
name: points_in_polys.gml
594-
type: vector
595-
POLYGONS:
596-
name: polys.gml
597-
type: vector
598-
results:
599-
OUTPUT:
600-
name: expected/points_in_polys.gml
601-
type: vector

0 commit comments

Comments
 (0)
Please sign in to comment.