Joel Brown

Results 12 comments of Joel Brown

>Looks like a bug resulting from a race condition I was evaluating this library and noticed this pretty quickly. It seems like you are asking for trouble [doing a get/set...

My guess is that either 1) protoc.exe doesn't exist at the path listed or 2) protoc.exe was compiled with VS C++ runtime that isn't on your machine. Can you try...

It's hard for me to tell what is going on without more context. It looks like the compiler is complaining about the templates in variant.hpp in the mapnik-sdk. One thing...

@BergWerkGIS right on. Stoked to have you taking a look at it when you can. I've been slammed at my day job and haven't been able to give much attention...

> Or Visual Studio 2015 is not supported yet? (I noticed Visual Studio 2015 RC in requirements) It is not supported yet. :cry: I have not had time build this...

Yes, this is confusing. The nuget package version is independent of the mapnik c++ library. It tracks changes to the actual net-mapnik bindings and follows [semver](http://semver.org/). As you noticed, the...

:+1: on the fix. I need the CI build to work before I can merge though. Ultimately, the CI build artifact nuget packages are what gets released on nuget.org. Looks...

The reason for the hard coded environmental variables is to avoid conflicts with existing PROJ/GDAL/ICU installs and limit outside dependencies. That being said i am open to optionally allowing these...

I believe everything should work as expected with shadowCopyBinAssemblies set to false so this is a bit surprising to me. I hesitate to use a set-var-if-empty pattern like you suggest....

@rouen-sk unfortunately, I have not been working on a new release. I just haven't had the time or motivation. That being said, if you want to keep plugging away at...