Nathan Gass

Results 17 issues of Nathan Gass

When publishing a directory without any dotfiles, we have an error `cp: no such file or directory` from cp in the output. This should fix that by using a glob...

This is a follow up to the following bugreport https://bugzilla.samba.org/show_bug.cgi?id=13656, which is missing some key information. rsync currently seems to handle errors when trying to create hardlinks to --link-dest directory...

## Motivation We already added some new features to the style spec and there are more to come. It is the intention to keep the style spec backwards compatible. This...

enhancement
PR is more than welcomed

Since commit 8a49205cf09a479579142a4d745c932eef49c2b1 a lot of the specialized maps in https://github.com/maplibre/maplibre-gl-js/tree/main/debug no longer work or at least no longer have the original use. For example https://github.com/maplibre/maplibre-gl-js/blob/main/debug/satellite.html is now just the...

good first issue
PR is more than welcomed

For the benchmarks and debug server we need styles and data independend of mapbox. For the debug server #88 uses https://demotiles.maplibre.org/style.json to fix this. Imho this style is too simple...

need more info
benchmark

This adds the methods setTiles and getTiles to VectorSource to mimick the maplibre-gl-js interface introduced in https://github.com/mapbox/mapbox-gl-js/pull/8048. This is useful to change parametrized data sources without having to load a...

According to https://github.com/mapbox/mapbox-gl-native/issues/16418#issuecomment-621127219 the node js module that is used for static rendering is no longer actively developed. Are there any plans to replace this dependency? Perhaps with https://github.com/naturalatlas/mapbox-gl-native-node?

This should fix #511.

There is a small race in serve_rendered.js as it returns a promise accessing the passed repo hash. But when the code is actually executed the the key in repo could...

Currently serveAllStyles does not work with styles which refer to sources directly by filename, except that file is already loaded with an id from the config file. For explicitely mentioned...