Does anyone have advice on the layering in the maps of the MIT App Inventor? I have a custom icon for my vehicle, which changes with the direction changes.
If I load a FeatureCollection from assets inside the app, it displays the vehicle icon on top of the FeatureCollection. But if I load the FeatureCollection from an external html source, it displays the FeatureCollection on top of the vehicle icon.
Any idea how to overcome this?