Josh Lee

Results 15 issues of Josh Lee

When I have a raster layer, `map.showTileBoundaries = true` is showing 0kb: ![Screenshot 2022-01-23 17 42 05](https://user-images.githubusercontent.com/23022/150700939-5b3c6d8f-e809-4024-898c-be8a0b8ed907.png) But it is documented as: > The uncompressed file size of the first...

I would like to write this: ```javascript for await (const row of mysql.query(…).stream()) { … } ``` Installing `readable-stream@latest` adds this feature. However, version 3 of readable-stream only supports Node...

waitfor-info
deprecating

``` ~ ¶ prettier --version 2.7.1 ~ ¶ echo 'hello' | prettier --parser html [error] stdin: SyntaxError: Unexpected closing tag "body". It may happen when the tag has already been...

type:bug
scope:dependency
lang:html

Example 1: https://6ug7hetxl9.execute-api.us-east-2.amazonaws.com/data/v3/#19/42.3479612/-71.0453793 ![Screenshot 2022-08-21 13 39 29](https://user-images.githubusercontent.com/23022/185803888-7a725644-fb40-4c2f-8826-fdfe135b7a61.png) Ramp disconnects from highway. Described on Slack https://osmus.slack.com/archives/C031V9E9RMG/p1657919128131109 Example 2: https://6ug7hetxl9.execute-api.us-east-2.amazonaws.com/data/v3/#19/51.9659155/5.6627435 ![Screenshot 2022-08-21 13 40 07](https://user-images.githubusercontent.com/23022/185803890-8b3d6ea9-88ed-40d0-8943-06b0a38cf0d1.png) Described in https://github.com/ZeLonewolf/openstreetmap-americana/issues/541 Gaps and overlaps...

bug

May want to hold off on merging this until one of: - [January 2023](https://developer.chrome.com/docs/extensions/mv3/mv2-sunset/): Chrome ceases to run MV2 extensions and CWS ceases to accept updates to MV2 extensions; or...

Can supply a URL pointing to a TileJSON resource, from which we can extract the xyz mvt URL, minzoom, and maxzoom. Fixes #6021. Accept any URL that returns the appropriate...

https://github.com/protomaps/PMTiles/blob/17583ae19dba1392f48e63a12669f834064e797e/js/adapters.ts#L129-L134 Should also include: `attribution: m.attribution,`, where `m` is the result of `instance.getMetadata()`. Or the TileJSON could be the entire metadata verbatim, plus the fields from the header. Maplibre would...

When a node has no coordinates, treat it as missing for the purpose of constructing the multilinestring, multipolygon, or way geometry, to avoid producing coordinates of [NaN, NaN]. When a...