diff --git a/README.md b/README.md index ef54736..2dd31c1 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Download the `pmtiles` binary for your system at [go-pmtiles/Releases](https://g See [js/README.md](js/README.md) and [js/examples](js/examples) for usage in Leaflet or MapLibre GL JS. +See [openlayers/README.md](openlayers/README.md) for usage in OpenLayers. + ### Go See the [go-pmtiles](https://github.com/protomaps/go-pmtiles) repository. diff --git a/openlayers/README.md b/openlayers/README.md index 7ed11ba..f34af15 100644 --- a/openlayers/README.md +++ b/openlayers/README.md @@ -1,6 +1,12 @@ # PMTiles for OpenLayers -## Example Usage +## Live Examples + +[Vector example](https://protomaps.github.io/PMTiles/examples/openlayers/vector.html) | [Code](https://github.com/protomaps/PMTiles/blob/main/openlayers/examples/vector.html) + +[Raster example](https://protomaps.github.io/PMTiles/examples/openlayers/raster.html) | [Code](https://github.com/protomaps/PMTiles/blob/main/openlayers/examples/raster.html) + +## Usage Based on the [OpenLayers Quick Start](https://openlayers.org/doc/quickstart.html)