geojson-tile-server icon indicating copy to clipboard operation
geojson-tile-server copied to clipboard

A simple tile service, that takes one or more GeoJSON files and offers them as slippy maps.

Results 6 geojson-tile-server issues
Sort by recently updated
recently updated
newest added

What if i provide a large geojson like around 1gb, How well it can handle?

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

I'm trying to use a 1.5GB GeoJSON and when trying to start the server it explodes with the given error: `Error: Cannot create a string longer than 0x1fffffe8 characters` This...

I think this way is far more easier to understand/follow. (Please, preview how it looks using something like https://dillinger.io/ rather than just judging the git diff)

Ty for creating this server! Everytime i visit a layer that doesn't exist (aka returns `Layer not found` message), like: http://localhost:8123/d/20/530592/391566.geojson The server outputs the following message: ``` Error [ERR_HTTP_HEADERS_SENT]:...

If the requested tile is `null` (so `tileIndexes[layer].getTile(z, x, y)` is not finding the tile in `tileIndexes`) there also should be a response not only `return` in the `Express route`...