Replies: 5 comments
-
I have given this a go using the old architecture as well but that did not seem to improve the map at all. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the report. You should be importing the Asset like this example: |
Beta Was this translation helpful? Give feedback.
-
Thanks @KiwiKilian will give this a go now. Also do you have any guidance on why road names, country names etc... and some sprites arent rendered? I tried with tbe default map bo text appeared, a map tiler map no text (blue blocks) but sprites and a self hosted map no text (blue blocks) and sprites flashing in and out. |
Beta Was this translation helpful? Give feedback.
-
Hey I gave this a go and it did get on better than before but the icon did not fully load in it kept jittering in and out. Or left a white outline... A picture for reference is attached. ![]() |
Beta Was this translation helpful? Give feedback.
-
I have just opted for a marker view instead. Please let me know if this is not ideal but seems from the docs that a dynamic map does better with the markerview. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe and reproduce the Bug
I am trying to add a symbol to the map using an image (png) but nothing is rendered onto the map so I generated this example code to make sure there was not something I am missing here.
Steps to reproduce;
Create new project and install dependencies
edit app.json with by adding plugins section
update App.js
create native module and run development build
Once opened in android emulator default maps shows (zoomed in) but no symbol rendered.
I am using the following:
I have also had issues with mbtiles served from a self hosted
tileserver-gl
from maptiler however I have not gotten far with creating a good example of this. Since it requires creating the tile server, tiles and style.json to use in maplibre... But if anyone has any ideas on this I would greatly appreciate it.@maplibre/maplibre-react-native Version
10.2.0
Which platforms does this occur on?
Android Emulator
Which frameworks does this occur on?
Expo
Which architectures does this occur on?
New Architecture
Environment
Beta Was this translation helpful? Give feedback.
All reactions