Martin Raifer
Martin Raifer
see https://github.com/openstreetmap/id-tagging-schema/issues/461#issuecomment-1129146212 for further details closes https://github.com/openstreetmap/id-tagging-schema/issues/461
see https://www.reddit.com/r/openstreetmap/comments/7bcsw5/stravas_heatmap_got_updated_and_can_be_used_for/, https://medium.com/strava-engineering/the-global-heatmap-now-6x-hotter-23fc01d301de?_branch_match_id=456415818991382222 josm already has this layer: https://josm.openstreetmap.de/wiki/Maps#Stravacyclingandrunningheatmap OSM wiki page: https://wiki.openstreetmap.org/wiki/Strava#Data_Permission_-_Allowed_for_tracing.21 fixes #294 related: https://github.com/strava/iD/commit/104ae9ded4b51ab1b919273db30f58f3e5a577f0
It looks like in the case of a broken multipolygon (e.g. missing roles), not all geometries are rendered. Example: http://overpass-turbo.eu/s/nNI (note the missing inner way of the broken multipolygon is...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
and/or line delimited geojson. As an alternative output format. See https://tools.ietf.org/html/rfc8142
[Here](https://github.com/tyrasd/osmtogeojson/blob/gh-pages/index.js#L797) the first iteration of the loop is unnecessary, because in OSM, a polygon's start end end vertex are equal: see https://beta.observablehq.com/@tmcw/understanding-point-in-polygon#values-of-i-j-in-each-iteration
if none of the object's references can be resolved and `bb` bbox geometries are used -> don't set tainted geometries flag http://overpass-turbo.eu/s/vbe
this query produces unexpected results: ``` ( way(27988723); rel(6537706); ); // print results out body; >; out skel qt; ``` maybe a bug in the deduplication code?
- [ ] list of breaking changes incl. how to upgrade - [ ] deduplication callback #23 - [ ] pbf parsing (see #61) - [ ] …
-> maybe render as GeometryCollection features. related: https://github.com/tyrasd/overpass-turbo/issues/293, #42, #58