Skip to content
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

Add properties param to turf-circle #668

Merged
merged 3 commits into from
Apr 16, 2017
Merged

Add properties param to turf-circle #668

merged 3 commits into from
Apr 16, 2017

Conversation

DenisCarriere
Copy link
Member

@DenisCarriere DenisCarriere commented Apr 16, 2017

Add properties param to @turf/circle.

Example

var center = [-75.343, 39.984];
var radius = 5;
var steps = 10;
var units = 'miles';
var properties = {foo: 'bar'};

var circle = turf.circle(center, radius, steps, units, properties);

Reference: #659, #662

@DenisCarriere DenisCarriere added this to the 4.2.0 milestone Apr 16, 2017
@DenisCarriere DenisCarriere merged commit 1471675 into master Apr 16, 2017
@DenisCarriere DenisCarriere deleted the turf-circle branch April 16, 2017 00:21
@DenisCarriere DenisCarriere self-assigned this Apr 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant