Skip to content

Commit 5796783

Browse files
authoredSep 12, 2017
Merge pull request #5153 from nyalldawson/geonode
[FEATURE] QGIS - GeoNode Integration
2 parents 5614df4 + 220c5e8 commit 5796783

File tree

84 files changed

+4949
-462
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+4949
-462
lines changed
 

‎.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/CMakeLists.txt.user
2424
/CMakeLists.txt.user.*
2525
api_doc
26-
build*
26+
*build*
2727
debian/*.debhelper
2828
debian/*.substvars
2929
desktop.ini

‎debian/qgis-providers.install.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ usr/lib/qgis/crssync
22
usr/lib/qgis/plugins/libbasicauthmethod.so
33
usr/lib/qgis/plugins/libdelimitedtextprovider.so
44
usr/lib/qgis/plugins/libgdalprovider.so
5+
usr/lib/qgis/plugins/libgeonodeprovider.so
56
usr/lib/qgis/plugins/libgpxprovider.so
67
usr/lib/qgis/plugins/libidentcertauthmethod.so
78
usr/lib/qgis/plugins/libmssqlprovider.so

0 commit comments

Comments
 (0)
Please sign in to comment.