Skip to content

Commit

Permalink
[FEATURE] Remove c++ geometry snapper plugin
Browse files Browse the repository at this point in the history
All functionality is now available through analysis lib + processing
algorithm.

Marked as feature for documentation + changelog flagging
  • Loading branch information
nyalldawson committed Nov 7, 2016
1 parent 8acc286 commit 9b667d1
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 2,040 deletions.
1 change: 0 additions & 1 deletion debian/qgis.install
Expand Up @@ -11,7 +11,6 @@ usr/lib/qgis/plugins/libroadgraphplugin.so
usr/lib/qgis/plugins/libheatmapplugin.so
usr/lib/qgis/plugins/libtopolplugin.so
usr/lib/qgis/plugins/libgeometrycheckerplugin.so
usr/lib/qgis/plugins/libgeometrysnapperplugin.so
usr/lib/qgis/qgis_help
usr/share/pixmaps/
usr/share/applications/
Expand Down
1 change: 0 additions & 1 deletion ms-windows/osgeo4w/package.cmd
Expand Up @@ -395,7 +395,6 @@ tar -C %OSGEO4W_ROOT% -cjf %ARCH%/release/qgis/%PACKAGENAME%/%PACKAGENAME%-%VERS
"apps/%PACKAGENAME%/plugins/spatialqueryplugin.dll" ^
"apps/%PACKAGENAME%/plugins/topolplugin.dll" ^
"apps/%PACKAGENAME%/plugins/geometrycheckerplugin.dll" ^
"apps/%PACKAGENAME%/plugins/geometrysnapperplugin.dll" ^
"apps/%PACKAGENAME%/qgis_help.exe" ^
"apps/%PACKAGENAME%/qtplugins/sqldrivers/qsqlspatialite.dll" ^
"apps/%PACKAGENAME%/qtplugins/designer/" ^
Expand Down
1 change: 0 additions & 1 deletion src/plugins/CMakeLists.txt
Expand Up @@ -19,7 +19,6 @@ ADD_SUBDIRECTORY(topology)
ADD_SUBDIRECTORY(offline_editing)
ADD_SUBDIRECTORY(heatmap)
ADD_SUBDIRECTORY(geometry_checker)
ADD_SUBDIRECTORY(geometry_snapper)

IF (GRASS_FOUND)
ADD_SUBDIRECTORY(grass)
Expand Down
66 changes: 0 additions & 66 deletions src/plugins/geometry_snapper/CMakeLists.txt

This file was deleted.

Binary file removed src/plugins/geometry_snapper/icons/geometrysnapper.png
Binary file not shown.
257 changes: 0 additions & 257 deletions src/plugins/geometry_snapper/icons/geometrysnapper.svg

This file was deleted.

5 changes: 0 additions & 5 deletions src/plugins/geometry_snapper/pluginres.qrc

This file was deleted.

0 comments on commit 9b667d1

Please sign in to comment.