You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
2.0 KiB

  1. <img src="http://leafletjs.com/docs/images/logo.png" alt="Leaflet" />
  2. Leaflet is an open source JavaScript library for **mobile-friendly interactive maps**.
  3. It is developed by [Vladimir Agafonkin][] of [MapBox][] with a team of dedicated [contributors][].
  4. Weighing just about 30 KB of gzipped JS code, it has all the [features][] most developers ever need for online maps.
  5. Leaflet is designed with *simplicity*, *performance* and *usability* in mind.
  6. It works efficiently across all major desktop and mobile platforms out of the box,
  7. taking advantage of HTML5 and CSS3 on modern browsers while being accessible on older ones too.
  8. It can be extended with a huge amount of [plugins][],
  9. has a beautiful, easy to use and [well-documented][] API
  10. and a simple, readable [source code][] that is a joy to [contribute][] to.
  11. For more info, docs and tutorials, check out the [official website][].<br>
  12. For **Leaflet downloads** (including the built master version), check out the [download page][].
  13. We're happy to meet new contributors.
  14. If you want to **get involved** with Leaflet development, check out the [contribution guide][contribute].
  15. Let's make the best mapping library that will ever exist,
  16. and push the limits of what's possible with online maps!
  17. [![Build Status](https://travis-ci.org/Leaflet/Leaflet.png?branch=master)](https://travis-ci.org/Leaflet/Leaflet)
  18. [Vladimir Agafonkin]: http://agafonkin.com/en
  19. [contributors]: https://github.com/Leaflet/Leaflet/graphs/contributors
  20. [features]: http://leafletjs.com/features.html
  21. [plugins]: http://leafletjs.com/plugins.html
  22. [well-documented]: http://leafletjs.com/reference.html "Leaflet API reference"
  23. [source code]: https://github.com/Leaflet/Leaflet "Leaflet GitHub repository"
  24. [hosted on GitHub]: http://github.com/Leaflet/Leaflet
  25. [contribute]: https://github.com/Leaflet/Leaflet/blob/master/CONTRIBUTING.md "A guide to contributing to Leaflet"
  26. [official website]: http://leafletjs.com
  27. [download page]: http://leafletjs.com/download.html
  28. [MapBox]: https://mapbox.com