Leave as experimental until spec is finalized

This commit is contained in:
Tim Schaub
2021-08-29 15:40:20 -06:00
parent 4099f60779
commit 58cf9f5f6d
6 changed files with 19 additions and 8 deletions

View File

@@ -3,7 +3,9 @@ layout: example.html
title: OGC Map Tiles (Geographic)
shortdesc: Rendering map tiles from an OGC API Tiles service.
docs: >
The OGC API Tiles specification describes how a service can provide map tiles.
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>