Josh Erb

Results 15 issues of Josh Erb

Possibly a duplicate of #7862, but it feels unique enough that I'm opening up a new issue to address it. A user posted to the Android Plugins repo last week...

feature
offline
Core
archived

By default, `L.mapbox.style.marker` points to a deprecated Mapbox API (`v4/marker`): https://github.com/mapbox/mapbox.js/blob/3ac9871841ada8076edc6386f63f0a6dbb853802/src/marker.js#L23-L26 This integration needs to either be updated to retrieve some other default marker or be removed entirely.

enhancement
legacy

If you create a map using a `.styleLayer` and add the `shareControl` to your map. The share control will not provide you with a valid link to share: ![Screen Shot...

bug

Demonstrating how to aggregate/compute a cluster layer's label based on underlying feature attributes would be a very useful example to add - as it seems to be an increasingly popular...

planning :thought_balloon:
new example :sparkles:

Currently the simple offline example is set to delete the region when the app is backgrounded or closed. Although this was most likely implemented so as to not pollute the...

enhancement :heavy_plus_sign:
refactor :recycle:

The [iOS feature selection example](https://github.com/mapbox/ios-sdk-examples/blob/master/Examples/Swift/FeatureSelectionExample.swift) relies on expressions, but currently the [Android equivalent](https://github.com/mapbox/mapbox-android-demo/blob/master/MapboxAndroidDemo/src/main/java/com/mapbox/mapboxandroiddemo/examples/query/SelectBuildingActivity.java) does not leverage this. I think this might be a good opportunity to refactor the `SelectBuildingActivity` to...

planning :thought_balloon:
refactor :recycle:

What kind of issue is this? - [ ] **Questions** are better to ask on [Stack Overflow](https://stackoverflow.com/questions/tagged/mapbox+android). We are actively monitoring the questions there and oftentimes, others have already asked...

Turf

### Description When making a forward Geocoding request, all the placemarks in the response should have their usual attributes (i.e. the attributes included in a vanilla `cURL` request to the...

bug

The Static Image API now allows clients to pass certain style parameters with static image requests. More context can be found on the public documentation pages: https://docs.mapbox.com/api/maps/#style-parameters. Although this feature...

enhancement

Currently, if I try to change labels in a Custom Map style to a Right-to-Left language (e.g. Arabic, Farsi, Hebrew, etc.) the style displayed in Power BI will not properly...

feature request