I am building an application that requires a map underlay but more sophisticated graphics overlain than Google Maps API provides. I have, in the past, used a widget containing a Mapbox map and a SVG element, and wired it such that when the extent of the map changed it would appropriately transform the SVG. This solution also uses a custom UTM zone to make sure the graphics are placed in the right location. Is something like this possible with the built-in Google Maps widget? If not, I can try to wire up the Mapbox widget I have used in the past.
Hi @kevin.burns.eit and welcome to the forum.
I presume you’ve checked out the documentation on using the google map api with markers and overlays here:
https://anvil.works/docs/client/components/maps#markers-and-other-overlays
I guess if you’re trying to do something beyond the scope of what’s listed, you’ll have to go off-piste, and come up with a custom solution.
Let us know how you get on