Google street basemap language in QGISGeoreference IMG file in QGISHow to simply report wrong language translation in QGIS?Changing GRASS language within QGIS?Change language of QGIS Browser to EnglishSave and load user profiles in QGISAdding Basemap on QGIS?Changing language keyboard OSGeo LiveChanging language settings on QGIS 3.0.1?.SVG Basemap from QGIS?Changing data display language on QGIS?
What does $!# mean in Shell scripting?
Did 20% of US soldiers in Vietnam use heroin, 95% of whom quit afterwards?
Python program to take in two strings and print the larger string
How to patch glass cuts in a bicycle tire?
Can I connect my older mathematica front-end to the free wolfram engine?
How should I introduce map drawing to my players?
Efficient Algorithm for the boundary of a set of tiles
Website returning plaintext password
Defining the standard model of PA so that a space alien could understand
Is it legal to have an abortion in another state or abroad?
Dad jokes are fun
Is the Indo-European language family made up?
Is the field of q-series 'dead'?
NIntegrate doesn't evaluate
Sankey diagram: not getting the hang of it
Why didn't Thanos use the Time Stone to stop the Avengers' plan?
What was the idiom for something that we take without a doubt?
Convert Byte array into collection of items of different types
Word Transformations
Using credit/debit card details vs swiping a card in a payment (credit card) terminal
Why most published works in medical imaging try reducing false positives?
A steel cutting sword?
Can a person survive on blood in place of water?
Need to read my home electrical meter
Google street basemap language in QGIS
Georeference IMG file in QGISHow to simply report wrong language translation in QGIS?Changing GRASS language within QGIS?Change language of QGIS Browser to EnglishSave and load user profiles in QGISAdding Basemap on QGIS?Changing language keyboard OSGeo LiveChanging language settings on QGIS 3.0.1?.SVG Basemap from QGIS?Changing data display language on QGIS?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I use google street map as my project's basemap in QGIS: Using Tile Server: https://mt1.google.com/vt/lyrs=m&x=x&y=y&z=z.
As my computer default language is Chinese, when the basemap is loading, all the place name was persent in Chinese, how can I change it to English?
I have already set the QGIS language to English (Option->General->Override system locale->English), but it dosen't work in google street basemap.
qgis basemap internationalization
add a comment |
I use google street map as my project's basemap in QGIS: Using Tile Server: https://mt1.google.com/vt/lyrs=m&x=x&y=y&z=z.
As my computer default language is Chinese, when the basemap is loading, all the place name was persent in Chinese, how can I change it to English?
I have already set the QGIS language to English (Option->General->Override system locale->English), but it dosen't work in google street basemap.
qgis basemap internationalization
Are you in china?
– HeikkiVesanto
7 hours ago
add a comment |
I use google street map as my project's basemap in QGIS: Using Tile Server: https://mt1.google.com/vt/lyrs=m&x=x&y=y&z=z.
As my computer default language is Chinese, when the basemap is loading, all the place name was persent in Chinese, how can I change it to English?
I have already set the QGIS language to English (Option->General->Override system locale->English), but it dosen't work in google street basemap.
qgis basemap internationalization
I use google street map as my project's basemap in QGIS: Using Tile Server: https://mt1.google.com/vt/lyrs=m&x=x&y=y&z=z.
As my computer default language is Chinese, when the basemap is loading, all the place name was persent in Chinese, how can I change it to English?
I have already set the QGIS language to English (Option->General->Override system locale->English), but it dosen't work in google street basemap.
qgis basemap internationalization
qgis basemap internationalization
edited 5 hours ago
MrXsquared
2,72311021
2,72311021
asked 8 hours ago
J LawJ Law
282
282
Are you in china?
– HeikkiVesanto
7 hours ago
add a comment |
Are you in china?
– HeikkiVesanto
7 hours ago
Are you in china?
– HeikkiVesanto
7 hours ago
Are you in china?
– HeikkiVesanto
7 hours ago
add a comment |
1 Answer
1
active
oldest
votes
Add &hl=en to your URL.
So it looks like https://mt1.google.com/vt/lyrs=m&x=x&y=y&z=z&hl=en.
Instead of en you can also use any other language code. Note that most names used on Google Maps are not available in all languages.
Source
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "79"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f323724%2fgoogle-street-basemap-language-in-qgis%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Add &hl=en to your URL.
So it looks like https://mt1.google.com/vt/lyrs=m&x=x&y=y&z=z&hl=en.
Instead of en you can also use any other language code. Note that most names used on Google Maps are not available in all languages.
Source
add a comment |
Add &hl=en to your URL.
So it looks like https://mt1.google.com/vt/lyrs=m&x=x&y=y&z=z&hl=en.
Instead of en you can also use any other language code. Note that most names used on Google Maps are not available in all languages.
Source
add a comment |
Add &hl=en to your URL.
So it looks like https://mt1.google.com/vt/lyrs=m&x=x&y=y&z=z&hl=en.
Instead of en you can also use any other language code. Note that most names used on Google Maps are not available in all languages.
Source
Add &hl=en to your URL.
So it looks like https://mt1.google.com/vt/lyrs=m&x=x&y=y&z=z&hl=en.
Instead of en you can also use any other language code. Note that most names used on Google Maps are not available in all languages.
Source
edited 5 hours ago
answered 6 hours ago
MrXsquaredMrXsquared
2,72311021
2,72311021
add a comment |
add a comment |
Thanks for contributing an answer to Geographic Information Systems Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f323724%2fgoogle-street-basemap-language-in-qgis%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Are you in china?
– HeikkiVesanto
7 hours ago