Skip to content

Pass on opt_fast to parent clear function in ol.source.ServerVector #3201

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 4, 2015
Merged

Pass on opt_fast to parent clear function in ol.source.ServerVector #3201

merged 1 commit into from
Feb 4, 2015

Conversation

bartvde
Copy link
Member

@bartvde bartvde commented Feb 3, 2015

Currently the opt_fast argument is not available for ol.source.ServerVector but it should be since this class calls the parent method.

@@ -83,10 +83,10 @@ ol.source.ServerVector.prototype.addFeaturesInternal = function(features) {
/**
* @inheritDoc
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs @api (stable) or it won't be reachable to ol.js users.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, didn't realise that

@bartvde
Copy link
Member Author

bartvde commented Feb 4, 2015

PR updated @elemoine

@gberaudo
Copy link
Member

gberaudo commented Feb 4, 2015

@bartvde, thanks for finding this.

bartvde added a commit that referenced this pull request Feb 4, 2015
Pass on opt_fast to parent clear function in ol.source.ServerVector (r=@elemoine,@gberaudo)
@bartvde bartvde merged commit 8f6cb00 into openlayers:master Feb 4, 2015
@bartvde bartvde deleted the fast_clear branch February 4, 2015 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants