Andy Huska

Results 11 comments of Andy Huska

I have the same experience with my geojson files referenced in my style file. The style with the geojson sources works fine in Maputnik and in my offline maplibre-gl-js server.

I agree this needs to be taken care of, and the maplibre project seems like the best place to put the effort since it supports the entire "mapbox" suite. Maplibre...

same on Ubuntu 20.04 which required running "npm_config_user=root npm install -g tileserver-gl" to get past some of these errors: `node-pre-gyp WARN Using request for node-pre-gyp https download node-pre-gyp WARN Pre-built...

The main challenge to this is using the C++ interface to get an order list of convex hull indicies from QHull that concaveman-cpp can use. I made it work for...

+1 for pulling this PR. The line drawing method in this branch is much more convenient than the basic line drawing in master because it does its own bounds checking....

This PR was merged to master recently and may give you what you need: https://github.com/collin80/SavvyCAN/pull/534

I found the same issue. In some cases there is a parser that runs to reformat the data and if there is a trailing space it turns it into an...

The issue is on line 901 of framesenderwindow.cpp, change it to ignore empty tokens in the string parsing and the trailing 0x00 will go away when editing data or loading...

PR submitted: https://github.com/collin80/SavvyCAN/pull/494

Possibly related to issues I found while running on Linux and fixed: https://github.com/collin80/SavvyCAN/pull/495