Skip to content

Commit

Permalink
Update ArcGISRuntimeSDKQt_CppSamples/Maps/ConfigureBasemapStyleLangua…
Browse files Browse the repository at this point in the history
…ge/ConfigureBasemapStyleLanguage.cpp

Co-authored-by: Lucas Danzinger <[email protected]>
  • Loading branch information
har13205 and ldanzinger authored Mar 5, 2024
1 parent 9f52d51 commit 0b36d5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ MapQuickView* ConfigureBasemapStyleLanguage::mapView() const
// Set the view (created in QML)
void ConfigureBasemapStyleLanguage::setMapView(MapQuickView* mapView)
{
m_map = new Map(this);
m_map = new Map(SpatialReference::webMercator());
connect(m_map, &Map::doneLoading, this, [](const Error& e)
{
if (!e.isEmpty())
Expand Down

0 comments on commit 0b36d5b

Please sign in to comment.