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

handle geojson geometry #1

Open
morganherlocker opened this issue Dec 5, 2014 · 0 comments
Open

handle geojson geometry #1

morganherlocker opened this issue Dec 5, 2014 · 0 comments

Comments

@morganherlocker
Copy link
Contributor

I have been attempting to support raw geojson geometry input where possible. This speeds things up and saves precious memory in deep algorithmic loops.

Something basic like this should do it:

var geom
if(point.type === 'Feature') geom = point.geometry
else geom = point
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant