tessella icon indicating copy to clipboard operation
tessella copied to clipboard

Lightweight Node.js Mapbox Vector Tiles server

Results 12 tessella issues
Sort by recently updated
recently updated
newest added

Trying to start the program with postgis DB like: ``` tessella --port 5450 "postgis://username:password@localhost:5435/buildings?table=buildings1&geometry_field=shape" ``` Getting this error: ``` 🚀 ON AIR @ :::5450(node:1854708) UnhandledPromiseRejectionWarning: Error: Invalid tilesource protocol: postgis:...

I tried to follow the installation guide and built from source, but encountered the following error: ``` $ npm i npm WARN deprecated [email protected]: renamed to d3-queue npm WARN deprecated...

Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.7 to 1.19.11. Release notes Sourced from urijs's releases. 1.19.11 (April 3rd 2022) SECURITY fixing URI.parse() handle excessive slashes in scheme-relative URLs - disclosed by zeyu2001 via...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

Is this possible? Our map data updates frequently and I was hoping to use mbtiles (and the merging functionality in tippecanoe) to periodically merge in updates to the mbtiles as...

enhancement

The cause of the error: https://github.com/urbica/tessella/blob/e5bf3d7c11d42036aec728a659b271db73782d0c/src/server.js#L73 ```javascript tilesUrl //=>http://localhost:4000/\{z}\{x}\{y}.pbf ``` When a tile is downloaded, a url is incorrect and it looks that way: ``` http://localhost:4000//12/2311/1371.pbf http://localhost:4000//12/2311/1370.pbf ``` instead ```...

I want to generate missing tiles on the fly. Is there support for this or should I dive into getTile. It would be nice to be able to provide a...

Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cookiejar&package-manager=npm_and_yarn&previous-version=2.1.2&new-version=2.1.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies