diff --git a/README.md b/README.md index 320964ee..ceb3529b 100644 --- a/README.md +++ b/README.md @@ -2,24 +2,24 @@ Leaflet ======= Leaflet is a lightweight JavaScript library for map display and interaction by [CloudMade](http://cloudmade.com). 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](http://developer.yahoo.com/yui/articles/gbs/) 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. +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 focuses on performance, usability, [A-grade](http://developer.yahoo.com/yui/articles/gbs/) browser support, flexibility and easy to use API. The OOP-based code of the library is designed to be modular, extensible and very easy to understand. ## Contributing to Leaflet Please send your pull requests to [mourner](http://github.com/mourner) - we'll be happy to accept your contributions! ## What's left to do for a feature-complete version + Overlays: + + - vectors (polyline, polygon, circle) + - KML, GeoRSS, GeoJSON layers + Interaction: - shift-drag zoom - double tap on mobile webkit - panning intertia on mobile webkit - Overlays: - - - vectors (polyline, polygon, circle) - - KML, GeoRSS, GeoJSON layers - Controls: - control infrastructure (smart positioning) @@ -31,4 +31,13 @@ Visual appearance: - zooming animation - show scaled background until tiles are loaded - - popup autopan \ No newline at end of file + +Known issues to be fixed: + + - touch zooming on Android is broken + - no IE6/7 support yet, some IE8 glitches + +## Leaflet developers + +Lead Developer: [Vladimir Agafonkin](http://github.com/mourner) +Contributors: be the first! \ No newline at end of file