slippy-tile
Advanced tools
Comparing version 1.6.1 to 1.6.2
{ | ||
"name": "slippy-tile", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Helps convert Slippy Map url tile schemas", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -43,3 +43,3 @@ "use strict"; | ||
exports.imagery = { | ||
name: 'ESRI World Topographic Map', | ||
name: 'ESRI World Imagery', | ||
categories: [ | ||
@@ -63,3 +63,3 @@ 'esri', | ||
], | ||
url: 'https://services.arcgisonline.com/arcgis/rest/services/World_Topo_Map/MapServer/WMTS/tile/1.0.0/World_Topo_Map/{Style}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.jpg', | ||
url: 'https://services.arcgisonline.com/arcgis/rest/services/World_Street_Map/MapServer/WMTS/tile/1.0.0/World_Topo_Map/{Style}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.jpg', | ||
description: 'This map service presents highway-level data for the world and street-level data for North America, Europe, Africa, parts of the Middle East, Asia, and more.', | ||
@@ -66,0 +66,0 @@ attribution: 'Esri, HERE, DeLorme, USGS, Intermap, INCREMENT P, NRCAN, Esri Japan, METI, Esri China (Hong Kong), Esri (Thailand), MapmyIndia, © OpenStreetMap contributors, and the GIS User Community', |
@@ -47,3 +47,3 @@ import { Provider } from '../index' | ||
export const imagery: Provider = { | ||
name: 'ESRI World Topographic Map', | ||
name: 'ESRI World Imagery', | ||
categories: [ | ||
@@ -68,3 +68,3 @@ 'esri', | ||
], | ||
url: 'https://services.arcgisonline.com/arcgis/rest/services/World_Topo_Map/MapServer/WMTS/tile/1.0.0/World_Topo_Map/{Style}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.jpg', | ||
url: 'https://services.arcgisonline.com/arcgis/rest/services/World_Street_Map/MapServer/WMTS/tile/1.0.0/World_Topo_Map/{Style}/{TileMatrixSet}/{TileMatrix}/{TileRow}/{TileCol}.jpg', | ||
description: 'This map service presents highway-level data for the world and street-level data for North America, Europe, Africa, parts of the Middle East, Asia, and more.', | ||
@@ -71,0 +71,0 @@ attribution: 'Esri, HERE, DeLorme, USGS, Intermap, INCREMENT P, NRCAN, Esri Japan, METI, Esri China (Hong Kong), Esri (Thailand), MapmyIndia, © OpenStreetMap contributors, and the GIS User Community', |
Sorry, the diff of this file is not supported yet
44900