You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2024. It is now read-only.
I'm developing a proyect, and I need to represent on the map some lines that comes in GeoJson format.
In Android platform I can do this well, but in the Web this is not working.
I've implemented the featuresFromGeoJsonMainThread () funtion but returns empty values.
Please can you help me?
The text was updated successfully, but these errors were encountered:
Yeah, there was a await missing, which didn't affect smaller data I guess. However, in my short tests, the single threaded version even feels a bit faster on native Linux application.
Hello
I'm developing a proyect, and I need to represent on the map some lines that comes in GeoJson format.
In Android platform I can do this well, but in the Web this is not working.
I've implemented the featuresFromGeoJsonMainThread () funtion but returns empty values.
Please can you help me?
The text was updated successfully, but these errors were encountered: