Jeff McKenna

Results 84 issues of Jeff McKenna

- PROJ_LIB will now be deprecated, and PROJ_DATA should be used instead - see PROJ changes at https://github.com/OSGeo/PROJ/pull/3253 - I believe some builds of libosmium point to PROJ_LIB - likely...

- the `@context` property value currently lacks the trailing slash, such as: ``` {"@context":"https://schema.org", ``` instead of: ``` {"@context":"https://schema.org/", - although the schema.org site can properly handle the missing trailing...

If the host is using HTTPS, the WFS-T response will be "XML request isn't valid" such as: ``` XML request isn't valid ``` where the Request was: ``` 3443502.4001465 5791270.3999023...

(this was very difficult to isolate, but I did, took me over a week ha, to isolate this to one single record, with 3 attributes only: `name`, `id`, and `name_hu`...

- Sphinx stable is now at version 6.1.3 - however other packages that rely on Sphinx and breathe, throw an error with Sphinx 6.x ``` breathe 4.34.0 requires Sphinx!=5.0.0,=4.0, but...

@jbo-ads, all : I propose a 1.14.1 release next week (mostly so packagers can include PCRE2 support, to go with the upcoming MapServer 8.2.0 release). Any objections? (see [changes](https://github.com/MapServer/mapcache/compare/rel-1-14-0...main))

- `ResearchProject` is a sub-type of `Project` in schema.org framework - plugin should allow user to specify a ResearchProject cc @JonDHo @pbuttigieg

Feature

- log from recent run: ``` WARNING:NotifyIRC:libera:Unknown command: [calcium.libera.chat] 465 ['oih-github-notif', 'You are banned from this server- Your host is listed on DroneBL. Visit http://dronebl.org/lookup?ip=40.84.170.32 to request removal. Email [email protected]...

- `channel` parameter is set to `#mapserver-docs` - see https://github.com/MapServer/MapServer-documentation/blob/main/.github/workflows/irc_notify.yml - however the notification is sent to the `#mapserver` channel, not the correct `#mapserver-docs` channel - (I'm not sure if...

### Feature description Packagers must often specify multiple paths inside a single CMake variable, such as for multiple includes, or libs, for a single driver. However GDAL's CMake system assumes...

enhancement