aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Mapbox.Source: encode idtv2020-12-071-2/+20
|
* add Mapbox.Cmd.Option.encodetv2020-12-071-1/+7
|
* Merge branch 'master' of https://github.com/andre-dietrich/elm-mapboxAndré Dietrich2020-01-073-10/+161
|\
| * added additional visibility function visible2 that directly uses a booleanAndré Dietrich2019-09-231-2/+17
| |
| * a little comment1.0.0André Dietrich2019-09-121-0/+7
| |
| * removed obsolete jsonAndré Dietrich2019-09-121-6/+1
| |
| * added special functions for decoding StyleDefinitionsAndré Dietrich2019-09-123-9/+143
| |
* | added a more general dasharray2 functionAndré Dietrich2020-01-071-3/+21
| |
* | added zoom_ and center_ attributes to mapbox ElementsAndré Dietrich2019-09-061-2/+16
| |
* | 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
* | Uses Bool instead of Expression for visibility (#51)Patrick Sier2019-08-131-3/+3
|/
* Adds fancier event decodingJakub Hampl2019-06-171-43/+43
|
* No longer throw on missing ports, simply warn.Jakub Hampl2019-06-141-1/+1
|
* Upgrades to mapbox 544.1.0Jakub Hampl2019-05-201-13/+39
|
* Fixes issue with maxBounds.Jakub Hampl2019-05-201-1/+1
| | | | Closes #29.
* Fixes typo (#10)Roman Frołow2019-04-041-1/+1
|
* Mapbox Upgrade + Simplified Enums (#9)4.0.0Jakub Hampl2019-02-157-621/+463
|
* New Style Generator (#8)Jakub Hampl2019-02-141-1/+9
|
* Fixes typo in documentation (#7)Roman Frołow2019-02-131-2/+2
|
* Fix a small typo so Commands workRahul Butani2019-02-041-1/+1
|
* 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.
* 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.
* Bump mapbox to 513.1.0Jakub Hampl2018-11-121-9/+14
|
* Stuff for Mapbox 50Jakub Hampl2018-10-155-12/+51
|
* Relax some types in prep for 2.0Jakub Hampl2018-09-111-4/+4
|
* Fix wrong type for stepJakub Hampl2018-09-111-2/+2
|
* v0.48 compatibility, docs improvements, polishJakub Hampl2018-08-246-139/+319
|
* v0.19 compatibility (#1)Jakub Hampl2018-08-2110-61/+98
|
* Misc fixesJakub Hampl2018-08-016-192/+199
|
* Upgrade to newer mapboxJakub Hampl2018-07-192-8/+73
|
* Un-expose the incoming port stuffJakub Hampl2018-07-192-13/+3
| | | | | I’m less convinced about the actual usecases for these, so I’d like to wait for feedback on these.
* Various small fixesJakub Hampl2018-07-136-58/+46
|
* Clean up various messesJakub Hampl2018-07-139-254/+325
|
* Fix issue with passing in tokenJakub Hampl2018-06-251-1/+1
|
* Add Mapbox 0.46 compatibility and featuresJakub Hampl2018-06-213-10/+83
|
* Flesh out the imperative APIJakub Hampl2018-06-212-36/+662
|
* Add basic Command moduleJakub Hampl2018-06-202-2/+76
|
* Add event handlingJakub Hampl2018-06-203-53/+542
|
* Adds a custom element for mapbox integrationJakub Hampl2018-06-193-1/+199
|
* Initial commitJakub Hampl2018-06-195-0/+3385