JannikGM

Results 48 issues of JannikGM

https://openmaptiles.org/schema/#fields says that "class" has a fixed set of possible values, however, if there's no `class`, then it will be the value of `subclass`. However `subclass` has the original OSM...

https://www.openstreetmap.org/node/6030527834 This is a pure tourism line / tourist attraction: http://www.freistaetter-feldbahn.de/feldbahn/fahrplan It is mapped as such in OSM. The description of the tag is here: https://wiki.openstreetmap.org/wiki/Tag:usage%3Dtourism (Similar situations occur in...

Underground buildings should have been fixed by #1241, however, I'm not sure wether tagging is broken in some cities, or if openmaptiles might not be correct. When extruded, underground train...

The typing is here: https://github.com/maplibre/maplibre-gl-js/blob/be14c414d896ca0c3fd71d37c93bc65a157fdedb/src/util/request_manager.ts#L21 The ambiguity (`Unknown` being an allowed value) is here: https://github.com/maplibre/maplibre-gl-js/blob/be14c414d896ca0c3fd71d37c93bc65a157fdedb/src/util/request_manager.ts#L6-L15 If `undefined` means the same as `ResourceType.Unknown` then I'd suggest to make this a mandatory...

need more info

**There are probably many more instances, but here are some examples:** --- The index refers to names prefixed by `MGL`, rather than `MLN`, which makes me think the docs haven't...

documentation

I think the problem in https://github.com/BabylonJS/Spector.js/issues/293#issuecomment-1888014443 could be solved by adding a delay. If the UI allowed to "Capture in 5.0 seconds" then the user has a chance to click...

Hacky prototype for #280; expecting many changes before merge-ready

Based on #272 which needs to be merged first. However, also keeping this a draft because it's largely unfinished and untested. Leaving this here for testing https://github.com/BabylonJS/Spector.js/pull/272#discussion_r1260130514.

Fixes misalignment of `debugger` statements etc. when using this plugin, which forced us back to Webpack. --- Barely tested due to: - Bug introduced in https://github.com/originjs/vite-plugins/pull/26#issuecomment-1604608272 (only tested briefly with...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior If the `deadline` argument is `deadline.IsZero()` then 1000 hours are used...

bug