12 lines
444 B
HTML
12 lines
444 B
HTML
---
|
||
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>
|