Tom MacWright

Results 366 comments of Tom MacWright

Personally I think I'd prefer a separate method, like `toGeoJSON.gpxMetadata() -> metadata object` rather than putting properties on FeatureCollection. I still think that putting properties on a FeatureCollection is technically...

Hey Yohan, good to hear from you! Yeah, there are kind of two sides to this: I want togeojson to detect for when XML is invalid ( #85 ) and...

So in previous PR https://github.com/placemark/togeojson/pull/120 we swapped the rotation direction which got closer, but still off by a bit. My guess is that the rotation should be happening in geodesic...

With images aligned by their corners, that should have only a really tiny effect - Mapbox reprojects internally from WGS84 data into EPSG:3857, and at most you should have slightly...

Thanks! I'd really much rather expose a method like getGpxData rather than having a feature with magical meaning, would that be possible?

The `check` method takes a string as an argument - passing it an object or any other type is undefined behavior. If there's a bug with check + a string...

Thanks, ~~I think we should look at the invalid LineString & the three-node & unclosed Polygon test cases~~ - whoops, just realized that those ones are passing. The others are...

This switches from the babylon parser to the typescript parser - while they both parse a specific subset of JavaScript, they don't accept the same inputs. I think this'll need...

I think that this fails at a different stage. turf-mask doesn't care about inverting the inner rings of its input, so the geometry for `mask` in this example is just...

H3 should be the solution here. A hexagonal tiling of a sphere is impossible, so H3 uses a few pentagons.