diff --git a/examples_src/xyz-esri-4326-512.html b/examples_src/xyz-esri-4326-512.html index 584d04608e..cea1e526cf 100644 --- a/examples_src/xyz-esri-4326-512.html +++ b/examples_src/xyz-esri-4326-512.html @@ -1,51 +1,13 @@ - - -
- - - - - - - -Example of a XYZ source in EPSG:4326 using Esri 512x512 tiles.
-See the xyz-esri-4326-512.js source for details on how this is done.
-Example of a XYZ source using Esri tiles.
-See the xyz-esri.js source for details on how this is done.
-Example of Retina / HiDPI mercator tiles (512x512px) available as XYZ.
-The ol.source.XYZ must contain tilePixelRatio parameter. The tiles were prepared from a GeoTIFF file with MapTiler.
See the xyz-retina.js source for details on how this is done.
-Example of a XYZ source.
-See the xyz.js source for details on how this is done.
-Example of a zoom constrained view.
-This map has a view that is constrained between zoom levels 9 and 13. This is done using the minZoom and maxZoom view options.
See the zoom-constrained.js source for details.
-Example of a Zoomify source.
-See the zoomify.js source to see how this is done.
-Example of various ZoomSlider controls.
-- See the zoomslider.js - source to see how this is done. -
-