QGIS OpenLayers: Difference between revisions

From Tuflow
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
[[File:QGIS_Aerial_001.png]] <br>
[[File:QGIS_Aerial_001.png]] <br>
* Enter the URL of the service which you would like to use. Example URLs are listed at he bottom of this page.
* Enter the URL of the service which you would like to use. Example URLs are listed at he bottom of this page.
OpenStreetMap:
OpenStreetMap: http://tile.openstreetmap.org/{z}/{x}/{y}.png
Bing Aerial: http://ecn.t3.tiles.virtualearth.net/tiles/a{q}.jpeg?g=1
http://tile.openstreetmap.org/{z}/{x}/{y}.png
Google Hybrid: https://mt1.google.com/vt/lyrs=y&x={x}&y={y}&z={z}

Google Satellite: https://mt1.google.com/vt/lyrs=s&x={x}&y={y}&z={z}
Bing Aerial
Google Road: https://mt1.google.com/vt/lyrs=m&x={x}&y={y}&z={z}
http://ecn.t3.tiles.virtualearth.net/tiles/a{q}.jpeg?g=1

Google Hybrid
https://mt1.google.com/vt/lyrs=y&x={x}&y={y}&z={z}

Google Satellite
https://mt1.google.com/vt/lyrs=s&x={x}&y={y}&z={z}

Google Road
https://mt1.google.com/vt/lyrs=m&x={x}&y={y}&z={z}


[[File:QGIS_Aerial_002.png]] <br>
[[File:QGIS_Aerial_002.png]] <br>
* Open aerial imagery by right clicking the relevant service link and selecting Add Layer to Project.
* Open aerial imagery by right clicking the relevant service link and selecting Add Layer to Project.
[[File:QGIS_Aerial_003.png]] <br>
[[File:QGIS_Aerial_003.png]] <br>
<br>
<br>
{{Tips Navigation
|uplink=[[QGIS_Tips | Back to QGIS Tips And Tricks]]
}}

Latest revision as of 14:43, 22 June 2021

Aerial imagery can be added using core XYZ Tile Server functionality (implemented in 2018):

  • Locate the Tile Server entry in the browser and right click it to add a new service.


  • Enter the URL of the service which you would like to use. Example URLs are listed at he bottom of this page.
 OpenStreetMap:  http://tile.openstreetmap.org/{z}/{x}/{y}.png
 Bing Aerial:  http://ecn.t3.tiles.virtualearth.net/tiles/a{q}.jpeg?g=1
 Google Hybrid:  https://mt1.google.com/vt/lyrs=y&x={x}&y={y}&z={z}
 Google Satellite:  https://mt1.google.com/vt/lyrs=s&x={x}&y={y}&z={z}
 Google Road:  https://mt1.google.com/vt/lyrs=m&x={x}&y={y}&z={z}


  • Open aerial imagery by right clicking the relevant service link and selecting Add Layer to Project.




Up
Back to QGIS Tips And Tricks