Fons Hissink
Fons Hissink
I tried both, but both have the same result
Yes, that works perfectly, thanks for the quick fix!:) I did see that removeSource still has a reference to mapboxMap `theMap.mapboxMap.removeSource(id);` Another question, is it correct that the addSource now...
I've been fiddling around a bit and got it working. I can commit these changes to a new branch so you can have a look? Only thing is that I...
I managed to get the expressions working with json as an input: ``` if (style.paint['circle-color']) { if (Array.isArray(style.paint['circle-color'])) { const jsonArray = new com.google.gson.JsonParser().parse(JSON.stringify(style.paint['circle-color'])).getAsJsonArray(); const expression = com.mapbox.mapboxsdk.style.expressions.Expression.Converter.convert(jsonArray); circleProperties.push(com.mapbox.mapboxsdk.style.layers.PropertyFactory.circleColor(expression)); }...
I've created a draft PR. I'm not completely there yet but I was wondering if you could already have a look and see if you think this would work or...
Any news about when/if this PR will be completed?