Update raster tile ulr not working - react native mapbox

Viewed 9

I am trying to update raster tile layer map service url but it is not not working for me.

<MapboxGL.RasterSource id="id5"
       tileUrlTemplates={[this.state.rasterUrl]}
       minZoomLevel={15} tileSize={256}>
       <MapboxGL.RasterLayer id="id5" source="id5" />
   </MapboxGL.RasterSource>

Anyone idea. How can i fixed?

0 Answers
Related