Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #3122 from manisandro/arcgis_rest
Browse files Browse the repository at this point in the history
Add provider for ArcGIS Map and Feature REST services
  • Loading branch information
manisandro committed Jun 2, 2016
2 parents 49eaf07 + 1f02d4a commit 45c0ef0
Show file tree
Hide file tree
Showing 56 changed files with 6,191 additions and 22 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -200,6 +200,7 @@ FIND_PACKAGE(GDAL)
FIND_PACKAGE(Expat REQUIRED)
FIND_PACKAGE(Spatialindex REQUIRED)
FIND_PACKAGE(Qwt REQUIRED)
FIND_PACKAGE(QJSON)

IF (WITH_INTERNAL_QEXTSERIALPORT)
SET(QEXTSERIALPORT_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/src/core/gps/qextserialport)
Expand Down
4 changes: 4 additions & 0 deletions images/images.qrc
Expand Up @@ -589,6 +589,10 @@
<file>themes/default/styleicons/paletted.svg</file>
<file>themes/default/styleicons/singlebandgray.svg</file>
<file>themes/default/styleicons/singlebandpseudocolor.svg</file>
<file>themes/default/mIconAfs.svg</file>
<file>themes/default/mIconAms.svg</file>
<file>themes/default/mActionAddAmsLayer.svg</file>
<file>themes/default/mActionAddAfsLayer.svg</file>
</qresource>
<qresource prefix="/images/tips">
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
Expand Down

0 comments on commit 45c0ef0

Please sign in to comment.