crazycapivara / openlayers

An R Interface to OpenLayers
Other
19 stars 3 forks source link

Use overlay to display feature properties on hover #18

Closed crazycapivara closed 5 years ago

crazycapivara commented 5 years ago

At the moment properties of feature for display_properties = TRUE in add_select are displayed below the map. This results in some proplems not showing up correctly when for example used with flexdashboard. Therefore, properties should either be displayed as an overlay or the div selected-feature needs a fixed height.

crazycapivara commented 5 years ago

Properties are now displayed as overlay