Skip to content

Commit 2738c50

Browse files
committedJun 2, 2016
Add provider for ArcGIS Map and Feature REST services
1 parent a8a2246 commit 2738c50

Some content is hidden

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

52 files changed

+5858
-16
lines changed
 

‎images/images.qrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,10 @@
589589
<file>themes/default/styleicons/paletted.svg</file>
590590
<file>themes/default/styleicons/singlebandgray.svg</file>
591591
<file>themes/default/styleicons/singlebandpseudocolor.svg</file>
592+
<file>themes/default/mIconAfs.svg</file>
593+
<file>themes/default/mIconAms.svg</file>
594+
<file>themes/default/mActionAddAmsLayer.svg</file>
595+
<file>themes/default/mActionAddAfsLayer.svg</file>
592596
</qresource>
593597
<qresource prefix="/images/tips">
594598
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>

2 commit comments

Comments
 (2)

nirvn commented on Jun 3, 2016

@nirvn
Contributor

@manisandro , this seems to have messed up the ordering of the Manage Layer Toolbar:
m

The New Layer button should be located after all of the Add [Layer Type] buttons (as it was the case until now); I'd move the postgresql/mssql/db2 database button to be located below the spatialite button

Also, it might be good to move the WCS layer button to be below the WFS layer, that way you'd regroup the buttons with a dropdown menu together and make it visually more balanced.

manisandro commented on Jun 3, 2016

@manisandro
MemberAuthor

@nirvn Thanks for reporting, fixed in 04e1e96

Please sign in to comment.