Add static Google Maps to attachments based on addresses in a table.
Source Code
/**
* Copyright 2020 Bocoup
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (...
Here is post that was inspired by this thread:
Add google static maps to an attachments field Scripting app
Add static Google Maps to attachments based on addresses in a table.
Source Code/**
* Copyright 2020 Bocoup
*
...
Hi @Melissa_Bradley,
You can change the script to add markers. One way to change it would be to replace center in the staticmapOptions object to markers with something like:
// Add markers to the map. This is a set of locations written as
// coordin...