UNPKG

435 BHTMLView Raw
1---
2layout: example.html
3title: ArcGIS REST with 512x512 Tiles
4shortdesc: Example of a XYZ source in EPSG:4326 using Esri 512x512 tiles.
5docs: >
6 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.
7tags: "xyz, esri, tilesize, custom projection"
8---
9<div id="map" class="map"></div>