Raster and vector tile layers: Difference between revisions

From NIMBY Rails Wiki
Jump to navigation Jump to search
Danny252 (talk | contribs)
Created page with "From v1.19 onwards, the game supports displaying raster and vector tile layers from an external source."
 
Danny252 (talk | contribs)
No edit summary
Line 1: Line 1:
From v1.19 onwards, the game supports displaying raster and vector tile layers from an external source.
From v1.19 onwards, the game supports displaying raster and vector tile layers from an external source.
== Raster tile layer sources ==
{| class="wikitable"
|+ Caption text
|-
! Description !! URL
|-
| Google Maps Roads || https://mt1.google.com/vt/lyrs=m&x={x}&y={y}&z={z}
|-
| Google Maps Satellite || https://mt1.google.com/vt/lyrs=s&x={x}&y={y}&z={z}
|-
| Google Maps Hybrid (satellite+road) || https://mt1.google.com/vt/lyrs=y&x={x}&y={y}&z={z}
|-
| ESRI Satellite Imagery || https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}
|-
| UK - National Library of Scotland historic maps || See instructions at https://maps.nls.uk/guides/georeferencing/layers-urls/ . Some layers require a MapTiler subscription.
|}

Revision as of 09:39, 5 July 2026

From v1.19 onwards, the game supports displaying raster and vector tile layers from an external source.

Raster tile layer sources

Caption text
Description URL
Google Maps Roads https://mt1.google.com/vt/lyrs=m&x={x}&y={y}&z={z}
Google Maps Satellite https://mt1.google.com/vt/lyrs=s&x={x}&y={y}&z={z}
Google Maps Hybrid (satellite+road) https://mt1.google.com/vt/lyrs=y&x={x}&y={y}&z={z}
ESRI Satellite Imagery https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}
UK - National Library of Scotland historic maps See instructions at https://maps.nls.uk/guides/georeferencing/layers-urls/ . Some layers require a MapTiler subscription.