Konstantin Käfer

Results 69 comments of Konstantin Käfer

Bash client first draft is in https://github.com/mapbox/mason/tree/client. More tasks are in https://github.com/mapbox/mason/projects/1

> Clients reading mason ini could collect all versions encountered and throw as soon as a duplicate package is encountered that is not the same version as noticed before. The...

See https://github.com/mapbox/mapbox-gl-native/blob/remove-mason/cmake/mason.cmake for an altered version of `mason.cmake` that does this. Unfortunately, Linux systems [can't pass arguments in the shebang](http://www.in-ulm.de/~mascheck/various/shebang/#splitting), so we'll have to resort to a helper script that...

> building the mason cmake against a static curl (to allow mason.cmake to use built-in cmake HTTPS to download mason packages instead of assuming system curl - refs #74) This...

> Should the `title` property be localizable? If so, perhaps it should be set to an object mapping ISO 639 language codes to literal strings. Is it realistic that TileJSON...

Thanks for your feature request. The title mentions selecting them programmatically, however, the description is about a rectangle/box selection mode. Which feature are you requesting?

@tomass This proposal sounds like it's outside the scope of TileJSON. As the name suggests, this spec describes tilesets only and doesn't have a notion of other entities of the...

Glyph URLs don't have a specification. The Mapbox API allows retrieving the fonts available at an end point, but it's not available as a public API and requires a token...

I'm not sure I understand this issue. It seems like you're explicitly forcing the cursor to be something else, but then you expect that the cursor still changes? Could you...

It sounds like you're trying to hijack an existing button in order to toggle a custom mode. Can you use a new/custom button instead of reusing an existing one?