aboutsummaryrefslogtreecommitdiffstats
path: root/src/Mapbox/Element.elm
Commit message (Collapse)AuthorAgeFilesLines
* Mapbox Upgrade + Simplified Enums (#9)4.0.0Jakub Hampl2019-02-151-2/+2
|
* Bump stylesheet versionRahul Butani2019-02-041-1/+1
|
* Handle (Float, Float) pixel values (#5)Rahul Butani2019-02-041-1/+1
| | | | Versions of Google Chrome (and possibly other browsers) seem to return decimal pixel values for some zoom values. This results in silent errors; for Example01 specifically this causes Hover and Click events (onMouseMove and onClick) respectively to never make it to the update function.
* Bump mapbox to 513.1.0Jakub Hampl2018-11-121-9/+14
|
* Stuff for Mapbox 50Jakub Hampl2018-10-151-2/+2
|
* v0.48 compatibility, docs improvements, polishJakub Hampl2018-08-241-8/+37
|
* v0.19 compatibility (#1)Jakub Hampl2018-08-211-8/+7
|
* Misc fixesJakub Hampl2018-08-011-7/+7
|
* Various small fixesJakub Hampl2018-07-131-2/+4
|
* Clean up various messesJakub Hampl2018-07-131-38/+13
|
* Add Mapbox 0.46 compatibility and featuresJakub Hampl2018-06-211-2/+21
|
* Add event handlingJakub Hampl2018-06-201-29/+328
|
* Adds a custom element for mapbox integrationJakub Hampl2018-06-191-0/+106