Skip to content

Commit b0c637f

Browse files
giulianokoshalygin
authored andcommitted
fix(fusiontable): add query param
* Addition of query to the FusionTable component - Original author: @giulianok - Original commits: e45eae8, e13b3d3, 3c0074b
1 parent 8e06dd5 commit b0c637f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/FusionTablesLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ exports.default = (0, _flowRight3.default)(_createReactClass2.default, (0, _enha
9696
render: function render() {
9797
return false;
9898
}
99-
});
99+
});

src/lib/FusionTablesLayer.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export default _.flowRight(
7272
getInitialState() {
7373
const fusionTablesLayer = new google.maps.FusionTablesLayer({
7474
map: this.context[MAP],
75+
query: this.props.options.query,
7576
...collectUncontrolledAndControlledProps(
7677
defaultUncontrolledPropTypes,
7778
controlledPropTypes,

0 commit comments

Comments
 (0)