Yonggang Luo
Yonggang Luo
@zherczeg all your concern addressed, please take a look again
vs 2015 are support for C++14 very well, we could consider this again.
Please give me permission to commit codes to tangram-es, so I could able to getting tangram-es could be able to compiled with vs 2015. ( Not commit codes to tagram-es)...
@tallytalwar Yes, I am forking tangram-es, I have modifications on external projects. And creating pull-request for alfons is too deep, So I am think if that's possible to push it...
All these projects are changed. ``` external\alfons external\css-color-parser-cpp external\geojson-vt-cpp external\yaml-cpp ```
Currently, I could be able to build tangram-es with Visual Studio + Angle OpenGL ES. It's seems Angle doesn't support for glMapBuffer. So I have linkage error ``` Severity Code...
glbinding does not support for OpenGL es, for glMapBuffer, I have already solved, now the problem comes out to be do running properly
Now opengles are running, but I have the following warnings ` WARNING C:\CI-Cor\tangram-es\core\src\scene\sceneLoader.cpp:1528: Can't find data source touch for layer touch` ` After that, I also have warnings that raised...
OK, the curl on windows do not support for gzip yet
``` core/src/scene/stops.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/core/src/scene/stops.cpp b/core/src/scene/stops.cpp index 515115e..1c14eb6 100644 --- a/core/src/scene/stops.cpp +++ b/core/src/scene/stops.cpp @@ -208,14 +208,15 @@ auto Stops::evalWidth(float _key)...