Fix ArcGIS map server provider

The provider used "arcgismapserver" key but QgsAmsProvider::name() returned just "mapserver"
and during the providers rework the other key was used...
This commit is contained in:
Martin Dobias 2019-06-26 12:06:37 +02:00
parent 1cee45c8de
commit 984194bfdf

View File

@ -45,7 +45,7 @@
#include <QPainter>
#include <QNetworkCacheMetaData>
static const QString TEXT_PROVIDER_KEY = QStringLiteral( "mapserver" );
static const QString TEXT_PROVIDER_KEY = QStringLiteral( "arcgismapserver" );
static const QString TEXT_PROVIDER_DESCRIPTION = QStringLiteral( "ArcGIS MapServer data provider" );
//! a helper class for ordering tile requests according to the distance from view center