aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Mapbox Upgrade + Simplified Enums (#9)4.0.0Jakub Hampl2019-02-1524-2032/+1952
|
* Fix accidentally committed stuffJakub Hampl2019-02-143-4/+42
|
* Fixes wrong deployment pathJakub Hampl2019-02-143-3/+3
|
* New Style Generator (#8)Jakub Hampl2019-02-1440-13364/+36989
|
* 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
|
* The specified astrosat sources don't seem to work anymoreRahul Butani2019-02-041-3/+3
|
* 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 travis testingSteve Purcell2019-01-153-46/+118
| | | | | | | | * Use "elm make" to test this * Add simple travis config * Update example in README from Example01.elm, so it is compilable
* Wrong version3.1.1Jakub Hampl2019-01-102-2/+2
|
* Bump to mabox 52Jakub Hampl2019-01-102-4/+7
|
* 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-124-268/+47
|
* Bump npm version3.0.0Jakub Hampl2018-10-151-1/+1
|
* Bump release numberJakub Hampl2018-10-151-1/+1
|
* Stuff for Mapbox 50Jakub Hampl2018-10-159-213/+278
|
* Add mention of style generatorJakub Hampl2018-09-111-0/+4
|
* v2Jakub Hampl2018-09-111-1/+1
|
* Relax some types in prep for 2.0Jakub Hampl2018-09-111-4/+4
|
* Fix wrong type for stepJakub Hampl2018-09-111-2/+2
|
* Add style generatorJakub Hampl2018-09-118-0/+13767
|
* v0.48 compatibility, docs improvements, polishJakub Hampl2018-08-2410-3138/+605
|
* v0.19 compatibility (#1)Jakub Hampl2018-08-2115-141/+238
|
* Misc fixesJakub Hampl2018-08-017-248/+201
|
* Improve readmeJakub Hampl2018-07-272-2270/+16
|
* Upgrade to newer mapboxJakub Hampl2018-07-194-40/+2859
|
* Un-expose the incoming port stuffJakub Hampl2018-07-194-67/+15
| | | | | 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-1310-344/+344
|
* Clean up various messesJakub Hampl2018-07-1314-487/+540
|
* Fix issue with passing in tokenJakub Hampl2018-06-253-50/+94
|
* Create LICENSEJakub Hampl2018-06-221-0/+21
|
* Add Mapbox 0.46 compatibility and featuresJakub Hampl2018-06-216-221/+768
|
* Flesh out the imperative APIJakub Hampl2018-06-214-58/+1156
|
* Add note 'bout the slack channelJakub Hampl2018-06-201-1/+1
|
* Add better readmeJakub Hampl2018-06-203-3/+147
|
* 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-198-5/+1527
|
* Remove some compiled stuffJakub Hampl2018-06-191-7982/+0
|
* Initial commitJakub Hampl2018-06-1913-0/+13584