Skip to content

gjordi/gwt-leafletjs-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gwt-leafletjs-lib

LeafletJS library for GWT projects.

Usage

Add the dependency to your Maven POM:

<dependency>
	<groupId>com.bytebybyte.gwt</groupId>
	<artifactId>leafletjs-lib</artifactId>
	<version>0.7.3</version>
	<scope>provided</scope>
</dependency>

And to your .gwt.xml file:

<module>
	...
	<inherits name="com.bytebybyte.gwt.leafletjs.LeafletLib" />
	...
</module>