Ariel Núñez
Ariel Núñez
Adding this in case you may find it relevant: https://github.com/piensa/nur-packages/blob/master/pkgs/imposm/default.nix
I have seen this before. Looks related to ENTRYPOINT vs CMD options. Play with creating a local Docker file overriding both. -a On Sat., 28 Sep. 2019, 4:05 pm Steven...
Does trex allow this? It would be good to take a look at their implementation if the license allows it. On Fri., 19 Jul. 2019, 9:24 am stdmn, wrote: >...
At least for gpkg you can sha256 the file? For Postgres it may be good to have a PG_READ_ONLY flag that can assume the tegola process will be reloaded if...
Here are some notes that I used for nixos (systemd and nginx), including tegola behind https: ``` systemd.services.tegola = { description = "Tegola - Mapbox Vector Tiles Server"; serviceConfig =...
I tested this in my local machine: `curl file:///code/hhypermap/101.diff` and it worked fine. Curl already handles all kinds of urls (local filesystem or remote) nicely.
I am trying to think through how it would work with docker, this solution leads to something that may not make sense in that context (having to let my webapp...
Could naturalearth be processed with just the gdal/ogr driver? I believe imposm bundles ogr. -a On Tue, Apr 30, 2019 at 12:31 PM Paul Norman wrote: > A vector tile...
If the route is mandatory, then yes, but some people may want to just set the host and omit the route. From memory, the route is a mandatory argument, so...