Tobrun
Tobrun
With 6.0.0 we are adding support for CustomGeometrySource, see https://github.com/mapbox/mapbox-gl-native/pull/9983 for more details.
Google Play developer console is flagging that we have a bunch of unsupported devices: We should determine why and look into lowering the amount of unsupported devices.
This repository needs docs on using SDK registry instead of MavenCentral. There has been some confusion about users not finding the newest versions (see #1418) Refs installation guide from maps....
This is a request for either a rewrite or alternative implementation of the current GeoJson module found [here](https://github.com/mapbox/mapbox-java/blob/master/services-geojson). We need a high performance implementation that has a minimal memory footprint....
We only support a subset of TurfMeasurement. This ticket tracks making that class feature complete. Unsupported features include items as: - http://turfjs.org/docs/#centerOfMass - https://turfjs.org/docs/#center - https://turfjs.org/docs/#pointOnFeature - .. Turf-java is...
Recently we had a regression on the SNAPSHOT builds related to this repo. The issue was related to rotating AWS access tokens and this regression went unnoticed for a couple...
Support http://turfjs.org/docs/#greatCircle, js source code [here](https://github.com/Turfjs/turf/blob/master/packages/turf-great-circle/lib/arc.js).
Feature request to make a port of cheap-ruler to java: - https://github.com/mapbox/cheap-ruler - https://github.com/mapbox/cheap-ruler-cpp
Capturing from [RFC](https://tools.ietf.org/html/rfc7946#page-6) > If a Feature has a commonly used identifier, that identifier SHOULD be included as a member of the Feature object with the name "id", and the...
We are currently relying on 0.8.0, while 1.1.1 was released last month. Quickly checked but was hitting some breaking changes between 0 and 1.