575 Commits

Author SHA1 Message Date
Victor Powell
c0c83523a3 0.6.8 2016-03-31 17:23:16 -07:00
Victor
cdf61107eb Merge pull request #66 from uber/fix-on-click-features
Fix onClickFeatures to use the new `map.queryRenderedFeatures`.
2016-03-31 17:22:50 -07:00
Victor Powell
0587d6760c Use a size of 15 instead of 5 for onClickFeatures callback. 2016-03-31 17:04:31 -07:00
Victor Powell
c9a6dd0a11 Fix onClickFeatures to use the new map.queryRenderedFeatures. 2016-03-31 16:59:52 -07:00
Victor Powell
82a8ac2198 0.6.7 v0.6.7 2016-03-31 14:12:15 -07:00
Victor Powell
d542de803c mapbox-gl to 0.16.0 2016-03-31 14:11:36 -07:00
Victor
548d10ab4d Merge pull request #65 from ibgreen/master
Enable Travis CI
2016-03-30 21:39:15 -07:00
Ib Green
2e68edd4b0 Merge pull request #1 from ibgreen/travis-ci
Create .travis.yml
2016-03-30 20:04:30 -07:00
Ib Green
22b0547bc7 Create .travis.yml 2016-03-30 20:01:24 -07:00
Victor
caf4231830 Merge pull request #64 from uber/fix-prova
Fix prova by pointing to alternative fork https://github.com/nicolaroy/prova
2016-03-29 14:28:16 -07:00
Victor Powell
b503345a21 Reference a specific commit hash version. 2016-03-29 14:26:07 -07:00
Victor Powell
8dbc53e4ca Fix prova by pointing to alternative fork https://github.com/nicolasroy/prova 2016-03-29 14:17:24 -07:00
Victor Powell
5a7065e7d4 0.6.6 v0.6.6 2016-03-19 16:47:05 -04:00
Victor Powell
ab2edc85d6 Bump mapbox-gl to 0.15.0 2016-03-19 16:46:44 -04:00
Victor Powell
100d7dac6a 0.6.5 v0.6.5 2016-03-14 11:31:34 -07:00
Victor
49cebc20b1 Merge pull request #58 from uber/abmai.add.all.features.hover.toggle
expose a prop to allow onHoverFeatures callback to be called when the…
2016-03-14 11:30:54 -07:00
Anh Mai
b5fe3cf457 actually defaults to true 2016-03-14 11:29:30 -07:00
Anh Mai
86e041fa99 expose a prop to allow onHoverFeatures callback to be called when there are no features under x,y 2016-03-14 11:18:13 -07:00
Victor
7e96999f42 Merge pull request #55 from uber/unmount-free-resource
Free up resource on unmount
2016-03-02 11:51:37 -08:00
Chris Chua
a052accafc Free up resource on unmount 2016-03-01 19:46:31 -08:00
Victor
a3e12e81f3 Merge pull request #48 from AndyMoreland/fix-batch-style-changes
Fix bug in batched source/layer updates
2016-02-29 10:48:48 -08:00
Victor
c0f2410bc5 Merge pull request #52 from DenisCarriere/patch-1
Minor spelling mistake of Longitude
2016-02-26 11:01:09 -08:00
Victor
052eadf322 Merge pull request #54 from mdamien/patch-1
Add require example directly in readme
2016-02-26 10:59:55 -08:00
Damien
faeacb6c76 Add require example directly in readme
makes the copy paste easier
2016-02-25 15:23:45 +01:00
Victor
e5d8a379ec Merge pull request #53 from lafin/master
updated deps
2016-02-22 11:57:23 -08:00
Kuvakin Sergey
1219f20227 updated deps 2016-02-20 00:53:49 +03:00
Denis
3dd4a011a8 Minor spelling mistake of Longitude 2016-02-18 17:25:08 -05:00
Andy Moreland
a1e28ad509 Fix bug in batched source/layer updates
_setDiffStyle called map.batch but didn't use the "style_batch" argument
that it receives in order to batch updates to layers and sources. This
caused one "_broadcastLayers" call in mapbox-gl per changed source or layer,
which is very slow in some cases.
2016-02-04 15:27:22 -08:00
Victor Powell
a16eed936e 0.6.4 v0.6.4 2016-01-26 14:16:36 -08:00
Anh Mai
3ec7c00c09 Merge pull request #47 from uber/prevent-diffing-option
Add an option to opt out of style diffing. Add a style diffing example.
2016-01-26 14:14:22 -08:00
Victor Powell
e63b9552b7 Add an option to opt out of style diffing. Add a style diffing example. 2016-01-26 14:08:18 -08:00
Victor Powell
8daca41d89 0.6.3 2016-01-18 14:31:23 -08:00
Victor
531372b896 Merge pull request #44 from mattdesl/fix-budo-example
Update budo to latest version and get example working again
2016-01-18 14:31:04 -08:00
mattdesl
cea35f4a85 remove bistre since budo pretty-prints by default now 2016-01-18 16:26:41 -05:00
mattdesl
8c4be739a7 update budo to latest version and get example working again 2016-01-18 16:24:19 -05:00
Victor
a3e5fd309e Merge pull request #43 from uber/bump-mapbox-gl
bump mapbox-gl to 0.12.2
2016-01-07 15:04:38 -08:00
Aleksey Smolenchuk
408cfb2349 bump mapbox-gl to 0.12.2 2016-01-07 14:46:20 -08:00
Victor Powell
20694647a9 Update the readme to reference the gh-pages docs. 2016-01-06 01:53:15 -08:00
Victor Powell
b0c3eda855 0.6.2 v0.6.2 2016-01-05 22:07:15 -08:00
Victor Powell
3616b42e6b Fix a bug preventing DraggablePointsOverlay from properly positioning itself
when the Map is not interactive.
2016-01-05 21:54:33 -08:00
Victor Powell
9fd6416f8d Upgrade uber-standard and use typical .editorconfig file. 2016-01-04 16:18:53 -08:00
Victor Powell
599de29d9d 0.6.1 v0.6.1 2015-12-17 11:24:59 -08:00
Anh Mai
f9267087f0 Merge pull request #40 from uber/preserve-buffer
Expose `preserveDrawingBuffer`
2015-12-17 11:22:00 -08:00
Victor Powell
7ebb48e37e Expose the preserveDrawingBuffer configuration passed to the created mapbox
as a MapGL prop.
2015-12-17 11:18:55 -08:00
Anh Mai
b15fce08b1 Merge pull request #39 from uber/remove-unused-prop
remove unused overlays prop
2015-12-17 11:04:45 -08:00
Victor Powell
3f465bcd6c remove unused overlays prop 2015-12-17 11:03:47 -08:00
Victor
5bfedd98d2 Merge pull request #33 from wwwtyro/feature/remove-map-resize-debounce
remove the debounce on MapGL._resizeMap
2015-12-13 14:15:40 -08:00
Rye Terrell
118326c48a remove debounce dependency 2015-12-13 16:08:31 -06:00
Rye Terrell
2455bdc52a remove the debounce on MapGL._resizeMap 2015-12-13 16:00:22 -06:00
Victor
f68ba5fdf7 Merge pull request #32 from vinkla/patch-1
Only include the src directory
2015-12-13 11:51:04 -08:00