Jaak Laineste

Results 29 comments of Jaak Laineste

Unfortunately at least in the near future we do not plan to enhance the 3D rendering features like lights and shadows.

Submitted PR https://github.com/mapbox/mbutil/pull/96 with possible fix. Sorry, no test for it.

The --linkhard seems to be Debian-specific. I found this script as remedy (convert hardlinks to softlinks), so use this after using --linkhard. http://www.linuxquestions.org/questions/linux-general-1/how-to-change-hardlinks-to-softlinks-797250/

@makella I updated now basemap development tools, so https://fast-staging.nutiteq.com/preview/compare.html shows comparison between GIT and production. Can spot some, but very little differences, as most changes require style update to be...

#116 simple fix is included here, as separate commit.

For HEIC (newer iPhone images) support use preliminary exifread implementation here: https://github.com/ianare/exif-py/pull/89 . But you should download PR branch separately and put under your src folder as subfolder `exifread`.

> I don't understand why planetiler is necessary in the first place. > Is it used to generate .osm.pbf files? .osm.pbf is (usually) source OSM data what is just technically...

My case: a) converted from number to string, and **rejected** by my used server as 'wrong type': ``` "lat": 53.07705961249196, "lng": -1.1654971750050664, ``` b) not converted, works as number, **all...