Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 687 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 687 Bytes

Leaflet.MousePosition wrappers for Vaadin & GWT

This project provides Java API for both client (GWT, with "g-" prefix) and server (Vaadin) side for the popular Leaflet.MousePosition add-on made by Ardhi Lukianto.

Usage

LMap map = new LMap();
map.addControl(new LMousePosition());

Vaadin API for Leaflet: V-Leaflet

During development you might need to have development version of v-leaflet, g-leaflet and possibly g-leaflet-draw as well.

The original Leaflet add-on library: Leaflet.MousePosition

The core slippy map library: LeafletJS