Files
openlayers/examples/link.html
2022-05-21 10:50:45 -06:00

13 lines
471 B
HTML

---
layout: example.html
title: Map Link
shortdesc: Synchronizing map state with the URL.
docs: >
The `Link` interaction allows you to synchronize the map state with the URL.
The view center, zoom level, and rotation will be reflected in the URL as you
navigate around the map. Layer visibility is also reflected in the URL.
Reloading the page restores the map view state.
tags: "link, permalink, url, query, search, params"
---
<div id="map" class="map"></div>