Jeff McKenna

Results 395 comments of Jeff McKenna

(initially filed in [geomoose-website](https://github.com/geomoose/geomoose-website/issues/19) - I forget which repo to use)

Good question. From testing the MS4W.dev demo, performing an identify on the parcels layer generates a valid WFS (MapServer) GetFeature response, and nicely shows the attributes in the left panel....

ah true, yes could be.

@KiterLuc thanks for this work. Question: I want to point to external projects (with the `dev` branch) with CMake, however now it always defaults to pulling in vcpkg files, how...

@teo-tsirpanis I do see the option listed in `BuildOptions.cmake`, however even if I enable it, CMake still continues to download and build the vcpkg packages. I wonder if it is...

I do not set `VCPKG_ROOT`, or touch anything to do with VCPKG, all of the libs are compiled manually by myself (on MSVC 2022).

Even when I pass `TILEDB_DISABLE_AUTO_VCPKG` , CMake states `-- Running vcpkg install...` Could it be that if CMake cannot find one dependency, instead of throwing an error, it begins a...

Initial CKAN + ODIS steps have been added to the book at https://book.odis.org/tooling/ckan.html

Next steps: - MFMR team: - begin to go through the [CKAN install steps](https://book.odis.org/tooling/ckan.html) and provide feedback - @jmckenna: - expand the [CKAN install steps](https://book.odis.org/tooling/ckan.html) in the ODIS Book, to...