Results 16 comments of Steve Neal

> @noforeignland Could you share your layer&source setup? Yes here you go: _recordTrackSource = GeoJsonSource( id: recordTrackSourceId, data: json.encode(GeoJsonUtils.emptyFeatureCollection), ); await mapboxMap.style.addSource(_recordTrackSource); await mapboxMap.style.addLayer(LineLayer( id: recordTrackLinesLayerId, sourceId: recordTrackSourceId, filter: ['==',...

> @noforeignland Could you share your layer&source setup? Yes here you go: _recordTrackSource = GeoJsonSource( id: recordTrackSourceId, data: json.encode(GeoJsonUtils.emptyFeatureCollection), ); await mapboxMap.style.addSource(_recordTrackSource); await mapboxMap.style.addLayer(LineLayer( id: recordTrackLinesLayerId, sourceId: recordTrackSourceId, filter: ['==',...

You can add padding but it does not work from Flutter, see #816

I've been trying to fix the same problem all day. There seems to be two issues under discussion in this thread: 1) @aakashx58's problem of not being able to use...

Is anyone looking into this? We're getting lots of error reports from our users and there's nothing we can do to fix the problem.