aboutsummaryrefslogtreecommitdiffstats
path: root/src/Mapbox
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
| |
* | Uses Bool instead of Expression for visibility (#51)Patrick Sier2019-08-131-3/+3
|/
* Upgrades to mapbox 544.1.0Jakub Hampl2019-05-201-13/+39
|
* Fixes typo (#10)Roman Frołow2019-04-041-1/+1
|
* Mapbox Upgrade + Simplified Enums (#9)4.0.0Jakub Hampl2019-02-155-620/+431
|
* New Style Generator (#8)Jakub Hampl2019-02-141-1/+9
|
* Fixes typo in documentation (#7)Roman Frołow2019-02-131-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-154-11/+50
|
* 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-218-46/+44
|
* Misc fixesJakub Hampl2018-08-015-188/+194
|
* 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-134-55/+40
|
* Clean up various messesJakub Hampl2018-07-137-247/+258
|
* Add Mapbox 0.46 compatibility and featuresJakub Hampl2018-06-212-9/+36
|
* Flesh out the imperative APIJakub Hampl2018-06-211-29/+579
|
* Add basic Command moduleJakub Hampl2018-06-201-0/+58
|
* Add event handlingJakub Hampl2018-06-202-40/+399
|
* Adds a custom element for mapbox integrationJakub Hampl2018-06-192-1/+107
|
* Initial commitJakub Hampl2018-06-195-0/+3385