Pete Schmitt

Results 18 comments of Pete Schmitt

@tneems GEOS parsing looks much faster. Do you plan on submitting a PR to RGeo?

FWIW, I use MapCache on Nginx without the compiled Nginx module. I run MapCache via FastCGI proxy & Supervisord. Works with stock Nginx & Supervisor available via Apt in debian:jessie....

I aso get build errors when building with the flag `-DWITH_MAPSERVER=1` and Mapserver-7.0.5: ``` cmake .. -DWITH_MAPSERVER=1 make [ 97%] /tmp/mapcache-1.6.0/lib/source_mapserver.c: In function ‘mapcache_source_mapserver_create’: /tmp/mapcache-1.6.0/lib/source_mapserver.c:250:17: error: ‘mapcache_source’ has no member...

Digging through the [mapserver-dev mailing list](https://lists.osgeo.org/pipermail/mapserver-dev/2011-May/011320.html), I am under the impression that MapCache reading directly from a Mapfile is quite experimental indeed and possibly deprecated several years ago around the...

My "fix" is to run Nginx listening on port 80. When Nginx is listening on port 80 and I visit a service listed on `http://localhost/mapcache/demo`, tiles are requested correctly from...

I ran into this after upgrading from Big Sur to Monterey on an Intel MacBook. I was eventually able to get things working after trying the following a few times:...

Thanks for the heads-up, @jflasher! I'm still using MapServer daily at work but this repo could use some TLC from me. For one thing, this repo uses a pretty old...

> this gem accepts custom HTTP client Can anyone provide an example using Faraday as an alternate HTTP client? The example in the faraday-retry repo shows how to create a...