Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Google Maps within Confluence 4.0

MASH Trust Atlassian ICT Team October 11, 2011

Hello,

Just wondering what the best way to go about showing maps within Confluence?....

I would like personalised infomation listed in the bubble when clicked on...

Is there a plug-in that would do this for me? - or do I pull direct from googles code some how??

Would be very interested in your thoughts...

Regads,

Grant

2 answers

1 accepted

1 vote
Answer accepted
Matt
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
November 16, 2011

You can use the Widget Connector to embed a Google Map in Confluence:

http://confluence.atlassian.com/x/rwuyCg

2 votes
David at David Simpson Apps
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
October 16, 2011

I would create a user macro to display maps built in Google Maps.

e.g. something like this...

## Macro title: google-map
## Macro has a body: Y 
## Body processing: No macro body
## Output: HTML
##
## Developed by: David Simpson
## Date created: 2011-10-16
## Installed by: My Name

## This is an embedded Google Maps user macro
## @param url:title=URL|type=string|required=true|desc=The URL of the embedded frame
## @param width:title=Width|type=string|default=800|desc=Width of the map
## @param height:title=Height|type=string|default=600|desc=Height of the map
<iframe width="$paramwidth" height="$paramheight" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="$paramurl"></iframe>

The URL parameter is the URL from the "Paste HTML to embed in website" field in the screenshot linked below:

e.g. http://minus.com/mNBPNOuyD

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events