DarcyB

Results 9 comments of DarcyB

at this time no you can not do dynamic (ad hoc) queries via a uri request. when I have a need to something similar I fall back to a different...

That is correct, as of today, the only way to dynamically change the configuration of tegola, is to change it's config on disk and restart the service. On Thu, Mar...

I've never tried tegola in a "serverless" environment so I can not say, though I expect with the current startup overhead (stand up a pg connection pool, make connections for...

I understand the simpleness and cleanliness of serving direct from S3 with CDN caching but does not necessarily fit well for all use cases. this is not to say that...

a number of tile backends, (Servers, Rendrers, Caching chains) implement metatiles. TileStache, Mapserver, Mod_tile, Tirex ..... though most appear to target raster tiles. As you can see from the @mojodna...

> Yes it's possible to remove the mapnik dependency for sprite generation, see how sprites are handled [Replace mapnik with sharp for SVG rendering](https://github.com/ZeLonewolf/openstreetmap-americana/pull/374) it's pretty straightforward

upon further investigation, the issue is a trailing / in the url. this results in the following to be sent to librenms: ``` GET //api/v0/devices HTTP/1.1 Host: nms.if.hamwan.ca User-Agent: curl/7.71.1...

I think a firetruck can be made to work.... here is an example at 20x10 ![g4](https://github.com/ZeLonewolf/openstreetmap-americana/assets/10306894/f6876f07-a88c-4178-8d3e-ef5656c502ef) From this SVG I found on my PC (Original source unknown) it would require...

There is a multitude of issues working under FreeBSD. I have some vested interest in making this work. What may be an interim solution for you @ederwander is to install...