Files
openlayers/examples/ogc-map-tiles.html
2021-09-03 12:28:27 -06:00

12 lines
444 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
layout: example.html
title: OGC Map Tiles
shortdesc: Rendering map tiles from an OGC API Tiles service.
docs: >
The <a href="https://ogcapi.ogc.org/tiles/">OGC API Tiles</a> specification describes how a service can provide map tiles. Because the specification
has not yet been finalized, the <code>OGCMapTile</code> source is not yet part of the stable API.
tags: "ogc"
experimental: true
---
<div id="map" class="map"></div>