-
Notifications
You must be signed in to change notification settings - Fork 942
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
turf-multipoint #146
Labels
Comments
benstoltz
added a commit
to benstoltz/turf
that referenced
this issue
May 30, 2016
* Remove moot `version` property from bower.json Per bower/spec@a325da3 Also their maintainer says they probably won't ever use it: http://stackoverflow.com/questions/24844901/bowers-bower-json-file-version-property * 📝 fix broken version badge reformat badge markdown for readability * 📝 erase -> difference * Updated package.json to include latest published npm turf-buffer version * link to turfjs-builder app * Remove turf.merge * Add upgrade notes to CHANGELOG * Remove turf_modules dir, merge from README * Unirepo: turf in one repository * Update turf-flip * Bootstrap before test * Port isolines updates * Remove turf-filter and turf-remove * Add multiLineString to helpers. Fixes Turfjs#147 * Add multipoint. Fixes Turfjs#146 * Centralize lint, fix first slew of issues * Finish eslint sweep * Use jscs for better auto-indentation * Merge turf-feature into turf-helpers * Condense turf statistics sprawl into turf-collect * Remove turf-jenks and turf-quantile. Refs Turfjs#306 * Update changelog for removals * Update minified file link The previous link was returning a file not found, repo seems to be gone. I've now linked to the same version being used on https://turfjs-builder.herokuapp.com/ * Update README.md v2.0.2. * Port turf-junkyard/turf-point-on-line#4 * Port improvements from child projects * Add multiPolygon and geometryCollection to helpers * Port turf-junkyard/turf-convex#8 * Add tesselate module * Improve performance by using invariant.getCoord This simplifies calls to methods that previously required GeoJSON: by allowing coordinates as well in those calls, we cut down on churning through objects. This needs a second pass to hook up dependencies and standardize invariant once I land. * Fix tests * Use temp fork of lerna * Bump node * Avoid double-bootstrap * Remove dox, fix bearing dep * Fix typo Turfjs/turf-distance#14 * Update CONTRIBUTING.md * Rename turf-extent to turf-bbox * add inches, yards, metres units to distance function...unsure if configured correctly * Unquote non-quoted object properties https://twitter.com/tmcw/status/723374287537606656. Also update to lerna 2.0.0-beta * add missing semi-colon * Mass simplifications. * move stuff to test * simplify code * remove bad use of 'set' in a bunch of places. we aren't dealing with sets. * ugh the family in front of me doesn't understand timezones and speaks at 80db * Finish turf-combine rethink * Improve line-slice docs. * Document, fix, and test geometry compatibility in turf-line-slice * Fix indentation, clean up triangle grid * Remove tape and benchmark from dependencies * Port turf-junkyard/turf-hex-grid#18 (Turfjs#356) * Port turf-junkyard/turf-hex-grid#18 * Fix eslint * eslint again * Abolish turf-size Refs Turfjs#306 > turf-size rename this turf-resize or something. turf-size is not a good name > 👍 resize is better. I would also be fine with dropping this entirely. I > tend to be using different patterns these days around this type of operation > (explicit distance-based bbox buffers). * Concave use concaveman, fix versions (Turfjs#361) * Concave use concaveman, fix versions * Version * Fix units consistency. Fixes Turfjs#349 (Turfjs#362) * turf-concave tests are BS :( * Port turf-envelope change * Fix npmignore situation, standardize fixture location (Turfjs#363) * Documentation improvements * Documentation improvements * Documentation fixes * Update JSTS * undef * Remove binaries * Remove bins in packages * Fix naive mutations. Fixes Turfjs#116 * Remove turf reclass. Refs Turfjs#306 * Fix indent * No concaveman (Turfjs#369) * Revert concaveman switch * Fix concaveman's fake tests * Make tests real * make grid tests real * Buffer units (Turfjs#371) * Buffer units * Make buffer tests real * Improve docs * Update deps, improve changelog * Downgrade title * Remove lerna from regular deps * Start publishing section of contributing * Fix invariant, fix midpoint * Banner * v3.0.1 * Update CHANGELOG.md * clarify changelog on removals * remove turf-erase in favor of tuf-difference Turfjs#372 (Turfjs#373) * v3.0.2 * Fix turf-collect package name * v3.0.3 * Fix turf-along using raw geometry (Turfjs#376) * coordinate array from raw geometry should pull line.coordinates rather than line.geometry.coordinates * update test suite to test raw geometry checks * v3.0.4 * fix meters factor (Turfjs#377) * v3.0.5 * Update CHANGELOG.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
multipoint helper
The text was updated successfully, but these errors were encountered: