-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unimplemented type: 4 #87
Unimplemented type: 4 #87
Comments
I have been getting this same error on a Raspberry Pi Zero. It occurs when zoom is between 2 and 3, then it works fine, then it stops again at 4. |
Same issue on Ubuntu 20.04 with mapscii v0.3.1 installed via snap. |
PBF is a file format for map tiles used by MapSCII.
The map data is a static snapshot from a few years back. Clearing the cache won't help until the map data is updated. This affects all platforms and current versions. |
I have this too; what is the state of fixing this? |
Steps to reproduce
linux 5.7.4.arch1-1
, in eitherurxvt
orxterm
:$ npx mapscii Welcome to MapSCII! Use your cursors to navigate, a/z to zoom, q to quit.Error: Unimplemented type: 4 at Pbf.skip (/usr/lib/node_modules/mapscii/node_modules/pbf/index.js:211:20) at Pbf.readFields (/usr/lib/node_modules/mapscii/node_modules/pbf/index.js:46:45) at new VectorTile (/usr/lib/node_modules/mapscii/node_modules/@mapbox/vector-tile/lib/vectortile.js:8:23) at Tile._loadTile (/usr/lib/node_modules/mapscii/src/Tile.js:33:17) at /usr/lib/node_modules/mapscii/src/Tile.js:24:19 renderer is busy
and nothing more appears - no map. Exactly the same when I run
mapscii
installed fromAUR
.The text was updated successfully, but these errors were encountered: