id author title date pages extension mime words sentences flesch summary cache txt leafletjs-com-3719 Quick Start Guide - Leaflet - a JavaScript library for interactive maps .html text/html 1020 94 72 Quick Start Guide Leaflet a JavaScript library for interactive maps This step-by-step guide will quickly get you started on Leaflet basics, including setting up a Leaflet map, working with markers, polylines and popups, and dealing with events. Make sure the map container has a defined height, for example by setting it in CSS: Let's create a map of the center of London with pretty Mapbox Streets tiles. Besides tile layers, you can easily add other things to your map, including markers, polylines, polygons, circles, and popups. Popups are usually used when you want to attach some information to a particular object on a map. Every time something happens in Leaflet, e.g. user clicks on a marker or map zoom changes, the corresponding object sends an event which you can subscribe to with a function. Try clicking on the map and you will see the coordinates in a popup. ./cache/leafletjs-com-3719.html ./txt/leafletjs-com-3719.txt