Leaflet/README.md

57 lines
1.8 KiB
Markdown
Raw Normal View History

2010-09-23 19:16:31 +08:00
Leaflet
=======
2010-09-23 17:04:30 +08:00
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.
2010-09-23 16:57:14 +08:00
2010-09-23 17:04:30 +08:00
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.
2010-09-23 16:57:14 +08:00
## Contributing to Leaflet
2010-09-23 23:44:14 +08:00
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](mailto: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:
2010-09-23 23:47:38 +08:00
2010-09-23 23:44:14 +08:00
- mouse wheel zoom
- shift-drag zoom
- double tap on iOS
Overlays:
2010-09-23 23:47:38 +08:00
2010-09-23 23:44:14 +08:00
- markers
- info window
- vectors (polyline, polygon)
- vector editing
- image overlays
Overlay formats:
2010-09-23 23:47:38 +08:00
2010-09-23 23:44:14 +08:00
- KML
- GeoRSS
- GeoJSON
Controls:
2010-09-23 23:47:38 +08:00
2010-09-23 23:44:14 +08:00
- control infrastructure (smart positioning)
- copyright control
- basic zoom control
- zoom slider
Core:
2010-09-23 23:47:38 +08:00
2010-09-23 23:48:20 +08:00
- CSS transitions with timer-based fallback
2010-09-23 23:44:14 +08:00
Visual appearance:
2010-09-23 23:47:38 +08:00
2010-09-23 23:44:14 +08:00
- panning animation
- zooming animation
- show scaled background until tiles are loaded
- tiles fade-in animation?
- spiral tile loading
Misc:
2010-09-23 23:47:38 +08:00
2010-09-23 23:44:14 +08:00
- map mouseover/mouseout/mousemove events
Browser issues:
2010-09-23 23:47:38 +08:00
2010-09-23 23:44:14 +08:00
- alpha-transparent tiles on IE