Paul Meems
Paul Meems
Thanks @mortymacs your comment did help. I'm not a C++ developer but I managed to compile LibSpatial and the tests. When I run this command `.\bin\Debug\test-mvrtree-MVRTreeLoad.exe UnitedStates-3857.shp UnitedStates-3857 100 intersection`...
I cloned this one a few hours ago: https://github.com/libspatialindex/libspatialindex.git I compiled using VS2022 which is using CMake and I'm running on Win10 64Bit. I pulled the map.shp/shx/dbf from your zip...
I have the same questions. In a few weeks, I need to create a small WebGIS and I would like to use Blazor and this library. But it seems no...
I managed to get the title working after adding to docson.js: ``` Handlebars.registerHelper('title', function(schema) { var value = schema.title; if( !value ) return ""; var text = value; if(marked) {...
I'm running into the same error. This is a blocker for me. Too bad as this component did look like what I needed. I'll now try to create my own...
Any progress on this. I'm facing the limitations of the current chart implementations.
I agree. I use .NET6, Azure Functions v3 and OpenAPI v3 and I'm trying to remove the dependency on `Newtonsoft.Json`. I managed to change the deserialization of the body of...
Thanks @ajcvickers. I do hope this doesn't mean it will take forever to get the documentation because I'm really stuck at it. Please let me know if I can give...
Thanks @JeremyLikness I've been emailing with Microsoft Support for weeks (10+) now and they give me bits and pieces but I still don't have an end-to-end example. What I really...
Thanks for the quick reply. I just looked at your sample app (https://github.com/Azure/azure-functions-openapi-extension/tree/main/samples/Microsoft.Azure.Functions.Worker.Extensions.OpenApi.FunctionApp.OutOfProc) and I have similar content for `local.settings.json` and `host.json`. I noticed you're using `Microsoft.Azure.WebJobs.Extensions.OpenApi.Core.Attributes` and `Microsoft.Azure.WebJobs.Extensions.OpenApi.Core.Enums` with...