Dane Springmeyer

Results 223 issues of Dane Springmeyer

Looks like v1.0.5 was published but no git tag is visible.

@flippmoke this queues up a PR that uses LLVM 7. LLVM 7 brings in a lot more clang-tidy checks, so that job is failing. I put this up as a...

The fixture tester is not careful to check that the coordinate arrays it is parsing in this loop: https://github.com/mapbox/wagyu/blob/c1efc210f215ccb88b3fe3774063dd249dc88e91/tests/fixture-tester.cpp#L105-L107 have both X and Y values. This means that an invalid...

Like MrSid, that is a common distribution format for NAIP imagery. This will require compiling against the lizardtech (or otherwise) SDK's and providing a separate download, then setting `GDAL_DRIVER_PATH` to...

- go to https://www.mapbox.com/tilemill/docs/crashcourse/introduction/ - type label - a few hits show up in a drop down (great) - but try just hitting enter/return - the results drop down disappears...

We have two turorials on rasters: - https://www.mapbox.com/tilemill/docs/guides/reprojecting-geotiff/ - https://www.mapbox.com/tilemill/docs/guides/terrain-data/ We need these updated and expanded to discuss performance issues and other gochas. The main other gocha I can think...

In the case of an upload error from hosting of "No storage space remaining" it would be great to trigger this before the upload wait.

wishlist

This occurs if you use the special keyword of `type`. For instance with the default project shapefile you can pass: ``` type="shape" ``` and the project continues working perfectly, but...

Some how carto must deduce these automatically, but the C++ carto parser fails because mapnik fails internally unless you provide `type:shape` which appears to be missing from this style.

Test are not being run on appveyor because: - postgres/postgis is not running on appveyor and the tests have a hard dependency on postgis - they likely need minor fixes...