This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
Releases: mapbox/mapbox.js
Releases · mapbox/mapbox.js
v3.3.1
v3.3.0
v3.2.1
v3.2.0
v2.4.0
- Adds
autocomplete
andcountry
options to theL.mapbox.geocoder
andL.mapbox.geocoderControl
interfaces. These let you narrow down searched
countries and enable more precise searches if you have precise input. - Adds an informative error if you try to use
L.mapbox.tileLayer
with
a new style URL which will tell you to useL.mapbox.styleLayer
instead. - Adds a
notfound
event to thegeocoderControl
interface to allow
applications to listen for unsuccessful searches. - Re-compressed control PNGs for smaller size
- Documentation improvements
v2.3.0
- Add
L.mapbox.styleLayer
with support for loading tiles from a style. - No longer set invalid
access_token
querystring argument when
config.REQUIRE_ACCESS_TOKEN
is false. - Upgrade to [email protected].