Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 449 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 449 Bytes

ST-JS bridge for Leaflet map library.

  • Fairly complete mapping of all classes
  • Leaflet lives in standard namespace L, but can be easyily changed in class LeafletNamespace.java
  • Factory methods like L.marker are not supported, please use the classical constructor method (new Marker)

Please report any problems or bugs you encounter.

ST-JS Home: http://st-js.github.io/

Leaflet Home: http://leafletjs.com/