Finetune Mapbox in Retool Mobile?

Hi @rxunique, currently if either the specified lat/lng is undefined we default to San Francisco. One thing you could do is change hidden to be {{ !lat_input.value || !long_input.value }} so that the map only renders when both inputs have been evaluated. We currently don't support making the map static and we don't have an option to remove the extra icons, however we'll make a ticket for them and update this thread once complete! Please let me know if the issue still persists after trying the fix above.

1 Like