Convert X-Z examples to strapless template

This commit is contained in:
Tim Schaub
2015-11-17 10:15:00 -07:00
parent c463321643
commit d838214f96
9 changed files with 33 additions and 98 deletions
+3 -7
View File
@@ -1,13 +1,9 @@
---
layout: example.html
title: XYZ Esri EPSG:4326 tileSize 512 example
layout: strapless.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.
tags: "xyz, esri, tilesize, custom projection"
---
<div class="row-fluid">
<div class="span12">
<div id="map" class="map"></div>
</div>
</div>
<div id="map" class="map"></div>