Sam Matthews
Sam Matthews
That being said, when I look at the output of `vtquery.queryTile()` passing in a `lat/lng` pair - it comes back with incorrect key/value pairs: ``` [ { id: 1, latlng:...
Okay, I've found my confusion. I'm noticing that the same exact set of coordinates `[-116.2683, 46.2312]` passed into `queryTile` and `loadTiles` don't return the same results. This is due to...
👋 hello there! Thanks for putting this PR together. I'm also interested in CSV support in the delete command. Any plans to resurrect this work?
@artemp thanks for noting that closet_point uses boost::geometry::within internally - seeing that it sets the distance to `0.0` exactly - so I'm now just checking `if (cpinfo.distance == 0.0)` and...
@springmeyer looks like you're reading that correctly to me. I wonder if closest_point_impl can break out of the loop if it gets a hit? Although, this means it wouldn't take...
> You would only get build-time caching benefits sometimes and not all the time Personally this doesn't feel like a reason to _not_ do it, but I can see why...
That's a good point @mcwhittemore - yarn will definitely bring in some big savings, esp around duplicate npm packages.