Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

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