Skip to content

antea/v-leaflet-mouseposition-parent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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