Norkart / Leaflet-MiniMap

A minimap control plugin for Leaflet
BSD 2-Clause "Simplified" License
395 stars 125 forks source link

Add a rectangle that denotes visible area #2

Closed mourner closed 12 years ago

mourner commented 12 years ago

(Similar to https://maps.google.com/ etc.) Moving a "ghost" rectangle on drag is also nice for usability.

robpvn commented 12 years ago

Sounds like a nice idea, alright.

robpvn commented 12 years ago

Added in commit 511e34c (and the two before), implements a simple box that is updated while the mainmap is moving and after the minimap has moved. Could be made more fancy, like making the rectangle click-and-draggable, but good enough for most uses.

mourner commented 12 years ago

Looks good!