nitaliano / react-native-mapbox-gl

A Mapbox GL react native module for creating custom maps
Other
2.16k stars 699 forks source link

RasterSource can't work fine with Geoserver TMS #1664

Open unionTime opened 4 years ago

unionTime commented 4 years ago

android

<MapboxGL.RasterSource id='stamenWatercolorSource' tileUrlTemplates={[ 'http://ip:8080/geoserver/gwc/service/tms/1.0.0/tanwan%3Agis_osm_roads_free_1@EPSG%3A900913@png/{z}/{x}/{y}.png' ]} tileSize={256} > 
<MapboxGL.RasterLayer id="stamenWatercolorLayer" sourceID="stamenWatercolorSource" /> 
</MapboxGL.RasterSource>

image But I use QGIS. It work fine! image

can you help me?

ferdicus commented 4 years ago

this repo is no longer maintained - please see https://github.com/nitaliano/react-native-mapbox-gl/blob/master/README.md