##
### Features
- Tile and popup fade animation
- Very nice default design for markers, popups and map controls
- Retina resolution support
- Customization Features
- Performance Features
- Map Controls
- Browser Support
- Mobile
- Lightweight
- No external dependencies
### Usage
#### For this project
This project is using leaflet.js in combination with Open Street Maps to create maps and to drop markers on the map
#### General usage
Map is the central class of the API — it is used to create a map on a page and manipulate it.
Usage example
// initialize the map on the "map" div with a given center and zoom
var map = L.map('map', {
center: [51.505, -0.09], zoom: 13
});
Factory |Description|
---------------- | ---------------- |
`L.map( id,