Add maxResolution option to createXYZ()

include maxResolution in options test
This commit is contained in:
mike-000
2020-02-16 17:14:31 +00:00
parent a6c195e528
commit 1416e30127
6 changed files with 28 additions and 27 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ layout: example.html
title: ArcGIS REST with 512x512 Tiles
shortdesc: Example of a XYZ source in EPSG:4326 using Esri 512x512 tiles.
docs: >
ArcGIS REST tile services with custom tile sizes (here: 512x512 pixels) and projection (here: EPSG:4326) are supported by `ol/source/XYZ`. A custom tile url function is used to handle zoom level offsets.
ArcGIS REST tile services with custom tile sizes (here: 512x512 pixels) and projection (here: EPSG:4326) are supported by `ol/source/XYZ`.
tags: "xyz, esri, tilesize, custom projection"
---
<div id="map" class="map"></div>