Go to file
2010-09-24 15:47:22 +03:00
build pretty formatted build script 2010-09-23 18:44:39 +03:00
debug double click zoom (initial) 2010-09-21 15:28:55 +03:00
dist update minified version 2010-09-23 18:44:30 +03:00
lib/jasmine Added Jasmine lib for testing 2010-09-02 13:45:04 +03:00
spec fix namespace spec 2010-09-23 17:25:55 +03:00
src added latLngToLayerPoint; added overlayPane; converted LatLngBounds sw/ne properties to methods. 2010-09-24 15:47:22 +03:00
LICENSE License 2010-09-22 20:03:15 +03:00
README.md typo 2010-09-23 18:48:20 +03:00

Leaflet

Leaflet is a lightweight JavaScript library for map display and interaction by CloudMade. It will form the core of CloudMade's next generation JavaScript API.

It is built from the ground up to work well on both desktop and mobile web browsers, utilizing cutting-edge technologies included in HTML5. It's main priorities are usability, performance, A-grade browser support (up to IE6), flexibility and easy to use API. The OOP-based code of the library is designed to be modular, extensible and very easy to understand and modify.

Contributing to Leaflet

We really look forward to any help with the development! But first, in order to contribute to Leaflet, you will need to sign a non-exclusive copyright assignment agreement online. We're forced to ask this to ensure that CloudMade can redistribute the library with your contributions in it. Please contact leaflet@cloudmade.com about this. After signing the agreement, we'll be happy to accept your contributions!

What's left to do for initial version

Interaction:

  • mouse wheel zoom
  • shift-drag zoom
  • double tap on iOS

Overlays:

  • markers
  • info window
  • vectors (polyline, polygon)
  • vector editing
  • image overlays

Overlay formats:

  • KML
  • GeoRSS
  • GeoJSON

Controls:

  • control infrastructure (smart positioning)
  • copyright control
  • basic zoom control
  • zoom slider

Core:

  • CSS transitions with timer-based fallback

Visual appearance:

  • panning animation
  • zooming animation
  • show scaled background until tiles are loaded
  • tiles fade-in animation?
  • spiral tile loading

Misc:

  • map mouseover/mouseout/mousemove events

Browser issues:

  • alpha-transparent tiles on IE