-
AttributeOptions has historically been an OptionSet for convenience and to avoid redundancy: https://github.com/mapbox/mapbox-directions-swift/pull/118#discussion_r109551839. However, after we made it…
-
# Design Proposal: Flexible font define in style
## Motivation
MapLibre inherits the font pbf design from Mapbox, this is a limit to rendering complex text. We must let the core reach the font f…
-
When users enter a city, pop-up a list of states that contain states that have said city-name.
-
```
(...)
@Override
public boolean allowRerouteFrom(Point offRoutePoint)
{
return true;
}
(...)
NavigationRoute.builder(getContext()).accessToken(getString(R.string.mapbox_access_token))…
-
To use the tiles from OSM2Vectortiles online we need to be able to specify custom styleURL to MapBox maps.
This should be possible with MapBox Native, but it is not yet done in this app.
We need to …
-
I want to know if it's possible to add a scale bar to the map, since it can help us get a sense of the distance displayed on the map. I think a similar issue is [#495](https://github.com/keplergl/kepl…
-
When loading the app, the map screen allowing you to select a geographical area no longer works. The following is displayed in the CMD prompt.
127.0.0.1 - - [30/Jan/2023 19:14:04] "GET / HTTP/1.…
-
```
$ npm outdated
Package Current Wanted Latest Location
@turf/turf 4.7.3 4.7.3 5.1.6 ylla-api
cache-pug-templates 0.0.7 0.0.7 0.1.0 ylla-api
em…
-
In all of the example notebooks you get the mapbox token from the environment like so
"token = os.getenv('MAPBOX_ACCESS_TOKEN')"
If we used a hosted Jupyter notebook environment we certainly don…
-
Within the data project, for some reason https://api.mapbox.com/tilesets/v1/sources/${user}/${name} is returning a 500 when its called. When this occurs the program exits rather than continuing on to …