Skip to content

Commit

Permalink
Merge pull request #5477 from camptocamp/more-points
Browse files Browse the repository at this point in the history
Tow times more points in the filter on circle
  • Loading branch information
sbrunner committed Jan 31, 2020
2 parents f087f44 + ca8324c commit fa47413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/filter/ruleComponent.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ class RuleController {
this.modify_ = new ngeoInteractionModify({
features: this.selectedFeatures,
style: ngeoFeatureHelper.getVertexStyle(false),
nbPoints: 16
nbPoints: 32
});
this.interactions_.push(this.modify_);

Expand Down
2 changes: 1 addition & 1 deletion src/filter/rulecomponent.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
href
ngeo-btn
ngeo-measureazimut
ngeo-measureazimut-nbpoints="16"
ngeo-measureazimut-nbpoints="32"
class="btn btn-sm btn-default ngeo-drawfeature-circle"
ng-class="{active: dfCtrl.measureAzimut.active}"
ng-model="dfCtrl.measureAzimut.active">
Expand Down

0 comments on commit fa47413

Please sign in to comment.