We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What is the URL Scheme for Google Maps? I noticed you seem to be using them in some of your screenshots. Tried a few things to no avail.
The text was updated successfully, but these errors were encountered:
A working Google maps URL is for example: http://mt1.google.com/vt/lyrs=m&x=$x&y=$y&z=$z
http://mt1.google.com/vt/lyrs=m&x=$x&y=$y&z=$z
It is however no "official" URL and it is questionable if using it complies to some Google service rules and/or the law of your country.
Sorry, something went wrong.
Here's an XML that works for me:
<?xml version="1.0" encoding="UTF-8"?> <map xmlns="http://www.gpxsee.org/map/1.4"> <name>Google Maps</name> <url>https://khms1.google.com/kh/v=979?x=$x&y=$y&z=$z</url> </map>
No branches or pull requests
What is the URL Scheme for Google Maps? I noticed you seem to be using them in some of your screenshots. Tried a few things to no avail.
The text was updated successfully, but these errors were encountered: