aboutsummaryrefslogtreecommitdiffstats
path: root/src/js
Commit message (Collapse)AuthorAgeFilesLines
* fixing error "style is not done loading"andre-dietrich2019-09-061-6/+10
| | | | | a little modification according to the following suggestion : https://bl.ocks.org/malwoodsantoro/43bba1d03a8d22c10b3e9943eb0c55d1
* Adds fancier event decodingJakub Hampl2019-06-171-43/+43
|
* No longer throw on missing ports, simply warn.Jakub Hampl2019-06-141-1/+1
|
* Fixes issue with maxBounds.Jakub Hampl2019-05-201-1/+1
| | | | Closes #29.
* Mapbox Upgrade + Simplified Enums (#9)4.0.0Jakub Hampl2019-02-151-1/+21
|
* Fix a small typo so Commands workRahul Butani2019-02-041-1/+1
|
* Adds command buffering (#4)Jakub Hampl2019-01-101-62/+84
| | | Adds a command queue that holds port commands until the relevant instance is available and then executes all of them.
* Stuff for Mapbox 50Jakub Hampl2018-10-151-1/+1
|
* v0.19 compatibility (#1)Jakub Hampl2018-08-211-11/+19
|
* Misc fixesJakub Hampl2018-08-011-4/+5
|
* Various small fixesJakub Hampl2018-07-131-2/+2
|
* Clean up various messesJakub Hampl2018-07-131-7/+9
|
* Fix issue with passing in tokenJakub Hampl2018-06-251-1/+1
|
* Add Mapbox 0.46 compatibility and featuresJakub Hampl2018-06-211-1/+47
|
* Flesh out the imperative APIJakub Hampl2018-06-211-7/+83
|
* Add basic Command moduleJakub Hampl2018-06-201-2/+18
|
* Add event handlingJakub Hampl2018-06-201-13/+143
|
* Adds a custom element for mapbox integrationJakub Hampl2018-06-191-0/+92