oscarfonts / mapbox-gl-cordova-offline

Offline vector maps in Cordova using Mapbox GL JS
Other
60 stars 36 forks source link

Unable to see any layers/content added to the map #48

Open mukulseth opened 5 years ago

mukulseth commented 5 years ago

I have created an Android app using the sample code and the map renders with the custom mbtiles files, controls render and map browsing works fine.. But I can't seem to be able to draw anything on it using layers. There are no errors, but nothing is visible.

Is this a known issue/limitation?

I need to add some point markers and draw polylines on top of the map - but neither of them work.