[PLUGIN] - Google Maps Geometry/Drawing + W3W

Hi @it117
I’m good thank you.

I’m sorry but I’m not sure I understand you here. Could you send me a couple of screenshots showing what you mean? Hopefully some of the info below will help.

1:
If you have some data list and you’re trying to use that to insert a list of markers, but you want to use a custom marker of some kind, then assuming you’re using the ‘Set list of markers’ action, you’d just have to point this option to wherever you’ve saved the markers in your database.

image

However, if you’re using the actual options within the Map element instead to dynamically add markers (these will update when the data changes in the database) then you define the Data type first which will bring up the list of fields and then you select the field which contains your marker image, like so…

image


2:
When you want to add a new marker to the map using the drawing tools, first thing you have to do is run the ‘Enable drawing tools’ action. After that, you can either click the ‘marker’ icon as shown here…

image

Or you can use the ‘Select drawing mode’ action like this…

Both of these will require a click on the map to insert a marker.

1 Like