aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* elm.json: rename packageHEAD2.1.0mastertv2020-12-071-2/+2
|
* Mapbox.Source: encode idtv2020-12-071-2/+20
|
* add Mapbox.Cmd.Option.encodetv2020-12-071-1/+7
|
* expose Mapbox.Cmd.Internaltv2020-12-071-0/+1
|
* version bump2.0.0André Dietrich2020-01-071-1/+1
|
* Merge branch 'master' of https://github.com/andre-dietrich/elm-mapboxAndré Dietrich2020-01-0715-2196/+2640
|\
| * version bump1.1.1André Dietrich2019-12-071-2/+2
| |
| * updated to new versionAndré Dietrich2019-12-071-2/+2
| |
| * updated elm.json1.1.0André Dietrich2019-09-231-2/+2
| |
| * added additional visibility function visible2 that directly uses a booleanAndré Dietrich2019-09-231-2/+17
| |
| * a little comment1.0.0André Dietrich2019-09-122-1/+8
| |
| * removed obsolete jsonAndré Dietrich2019-09-121-6/+1
| |
| * prepared elm.jsonAndré Dietrich2019-09-121-3/+3
| |
| * updated readmeAndré Dietrich2019-09-125-2178/+2014
| |
| * updated README with information about changes ...André Dietrich2019-09-121-0/+40
| |
| * start using example 04André Dietrich2019-09-121-4/+6
| |
| * added some examples that show how a style can be loaded either from a ↵André Dietrich2019-09-124-0/+340
| | | | | | | | string, only layers (Example03) or how to grab a style by using its url and than adding additional layers
| * added special functions for decoding StyleDefinitionsAndré Dietrich2019-09-123-9/+143
| |
| * added patchfile to remove some errors in the npm packageAndré Dietrich2019-09-121-0/+75
| |
* | added a more general dasharray2 functionAndré Dietrich2020-01-071-3/+21
| |
* | Merge branch 'master' of https://github.com/andre-dietrich/elm-mapboxAndré Dietrich2019-09-060-0/+0
|\ \
| * | added zoom_ and center_ attributes to mapbox ElementsAndré Dietrich2019-09-061-2/+16
| | |
| * | fixing error "style is not done loading"andre-dietrich2019-08-091-6/+10
| |/ | | | | | | | | a little modification according to the following suggestion : https://bl.ocks.org/malwoodsantoro/43bba1d03a8d22c10b3e9943eb0c55d1
* | 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
* | Bump rollup-plugin-commonjs from 10.0.1 to 10.1.0 (#55)dependabot-preview[bot]2019-09-021-20/+9
| |
* | Bump mapbox-gl from 1.2.0 to 1.3.0 (#54)dependabot-preview[bot]2019-09-021-12/+6
| |
* | Bump rollup from 1.18.0 to 1.20.3 (#56)dependabot-preview[bot]2019-09-021-11/+11
| |
* | Bump elm-format from 0.8.1 to 0.8.2 (#57)dependabot-preview[bot]2019-09-021-4/+109
| |
* | [Security] Bump mixin-deep from 1.3.1 to 1.3.2 (#53)dependabot-preview[bot]2019-08-281-3/+3
| | | | | | | | | | | | | | Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. **This update includes a security fix.** - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | Uses Bool instead of Expression for visibility (#51)Patrick Sier2019-08-134-7/+17
|/
* Adds support for inline TileJSON in style generator (#45)Patrick Sier2019-08-071-5/+36
|
* Bump rollup from 1.16.3 to 1.18.0 (#49)dependabot-preview[bot]2019-08-071-8/+23
| | | | | | | | Bumps [rollup](https://github.com/rollup/rollup) from 1.16.3 to 1.18.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v1.16.3...v1.18.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump rollup-plugin-buble from 0.19.6 to 0.19.8 (#46)dependabot-preview[bot]2019-08-051-310/+18
|
* Bump mapbox-gl from 1.0.0 to 1.2.0 (#48)dependabot-preview[bot]2019-08-051-21/+12
|
* Bump prettier from 1.17.1 to 1.18.2 (#41)dependabot-preview[bot]2019-07-011-3/+3
|
* Bump rollup-plugin-node-resolve from 5.0.1 to 5.2.0 (#42)dependabot-preview[bot]2019-07-011-11/+22
|
* Bump rollup-plugin-commonjs from 10.0.0 to 10.0.1 (#43)dependabot-preview[bot]2019-07-011-11/+11
|
* Bump rollup from 1.13.0 to 1.16.3 (#44)dependabot-preview[bot]2019-07-011-7/+7
|
* Adds fancier event decodingJakub Hampl2019-06-171-43/+43
|
* Attempt to fix travisJakub Hampl2019-06-141-0/+2
|
* Merge branch 'master' of https://github.com/gampleman/elm-mapboxJakub Hampl2019-06-142-335/+126
|\
| * Bump rollup-plugin-node-resolve from 4.2.4 to 5.0.1 (#37)dependabot-preview[bot]2019-06-012-11/+12
| |
| * Bump mapbox-gl from 0.54.0 to 1.0.0 (#39)dependabot-preview[bot]2019-06-012-7/+7
| |
| * Bump rollup from 1.12.3 to 1.13.0 (#38)dependabot-preview[bot]2019-06-011-4/+12
| |
| * Bump rollup-plugin-commonjs from 9.3.4 to 10.0.0 (#36)dependabot-preview[bot]2019-06-012-313/+95
| |
* | Update readme with clearer instructionsJakub Hampl2019-06-141-206/+40
| |
* | No longer throw on missing ports, simply warn.Jakub Hampl2019-06-141-1/+1
|/
* Upgrades to mapbox 544.1.0Jakub Hampl2019-05-205-65/+621
|
* Fixes issue with maxBounds.Jakub Hampl2019-05-202-31/+12
| | | | Closes #29.