Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 234 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 234 Bytes

OGC API - Tiles

This example demonstrates how to read OGC API - Tiles layers in openlayers

Install the project dependencies.

npm install

Create a bundle for the browser.

npm run build

Run dev server

npm run serve