Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use Lutra's vector tile layer for background map #2696

Merged
merged 4 commits into from
Jul 10, 2023

Conversation

alexbruy
Copy link
Contributor

When creating a new project use Lutra's vector tiles instead of OSM XYZ layer. Vector tile layer loaded with the predefined style coming from the Lutra server.

app/projectwizard.cpp Outdated Show resolved Hide resolved
bool ok;
QString error = bgLayer->loadDefaultStyle( ok );
QgsLayerMetadata metadata;
metadata.setRights( QStringList() << QStringLiteral( "© OpenMapTiles © OpenStreetMap contributors" ) );
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@wonder-sk @alexbruy are there any attributions ? (openmaptiles or styling?)

@PeterPetrik PeterPetrik added the blocked Not possible to continue until other task is resolved label Jun 5, 2023
@tomasMizera tomasMizera removed the blocked Not possible to continue until other task is resolved label Jul 6, 2023
@tomasMizera tomasMizera merged commit 93e613a into dev-2.3 Jul 10, 2023
@tomasMizera tomasMizera deleted the new-project-vector-tiles branch July 10, 2023 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants