Difference between revisions of "QGIS OpenLayers"
Jump to navigation
Jump to search
(Created page with "=OpenLayers= OpenLayers is a plugin that can be added to QGIS, this plugin allows Google, Bing and Yahoo layers to be added. To install the plugin, select ''Plugins >> Fetch Py...") |
Chris Huxley (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | Aerial imagery can be added using core XYZ Tile Server functionality (implemented in 2018): | |
− | + | * Locate the Tile Server entry and right click it to add a new service. | |
+ | [[File:QGIS_Aerial_001.png|400px]] <br> | ||
+ | * Enter the URL of the service which you would like to use. Example URLs are listed at he bottom of this page. | ||
+ | [[File:QGIS_Aerial_002.png|400px]] <br> | ||
+ | * Open aerial imagery by right clicking the relevant service link and selecting Add Layer to Project. | ||
+ | [[File:QGIS_Aerial_003.png|400px]] <br> | ||
− | + | 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} |
Revision as of 05:57, 26 February 2019
Aerial imagery can be added using core XYZ Tile Server functionality (implemented in 2018):
- Locate the Tile Server entry 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.
- Open aerial imagery by right clicking the relevant service link and selecting Add Layer to Project.
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}