Files
openlayers/examples/moveend.html
2020-08-09 20:49:07 +02:00

18 lines
656 B
HTML

---
layout: example.html
title: Moveend Event
shortdesc: Use of the moveend event.
docs: >
<p>
In this example, a listener is registered for the map's
<code>moveend</code> event. Whenever this listener is called,
it updates the inputs below with the map extent in decimal degrees.
</p>
tags: "moveend, map, event"
---
<div id="map" class="map"></div>
<label>left:</label> <input readonly="readonly" type="text" id="left">
<label>right:</label> <input readonly="readonly" type="text" id="right">
<label>bottom:</label> <input readonly="readonly" type="text" id="bottom">
<label>top:</label> <input readonly="readonly" type="text" id="top">