Google Maps Plugin
Embeds Google Maps into a wiki page. The plugin helps you find and mark locations. For example, when you enter the following coordinates,
[{GoogleMaps lat='48.738142' lng='9.111185' zoom='17'}]
Google Maps displays what is located in the specified coordinates.
See more examples with markers and lines at the Google Maps plugin website.
* 
This plugin requires you to obtain an API key from Google Maps.
After you obtain the API key add it as a new property jspwiki.Google.maps.key=... to the WEB-INF/classes/googlemap.properties configuration file.
Codebeamer-specific extension:
showMembers='true' - if specified then project members' geo locations are marked.
[{GoogleMaps showMembers='true' }]
In this case the lat, lng, and zoom parameters are ignored. Instead of that, a correct pan or zoom is applied to make all of markers visible.
If used outside of any project context, then the projectId parameter must be specified.
If trace='true' then geoCoding statistics line are added along with the total members count and located count.
Was this helpful?