Difference between revisions of "Help:Extensions/Google Maps"

MyWikiBiz, Author Your Legacy — Tuesday April 23, 2024
Jump to navigationJump to search
 
Line 2: Line 2:
 
==Description==
 
==Description==
  
You can run [http://maps.google.com/ Google Maps] overlays at Centiare within '''[[Centiare:Spaces#Directory_Space|Directory]]''' listings.
+
You can run [http://maps.google.com/ Google Maps] overlays at MyWikiBiz within '''[[Help:Spaces#Directory_Space|Directory]]''' listings.
  
 
Just enter the appropriate [[geocodes|geocode]] reference information/locations within the <nowiki><googlemap> ... </googlemap></nowiki> tags on the page(s) you want the map/locations to appear.  
 
Just enter the appropriate [[geocodes|geocode]] reference information/locations within the <nowiki><googlemap> ... </googlemap></nowiki> tags on the page(s) you want the map/locations to appear.  
Line 23: Line 23:
 
</googlemap>
 
</googlemap>
  
[[Page Of::Centiare:Extensions]]
+
[[Page Of::Help:Extensions]]
 
[[Extension Name:=Google Maps]]
 
[[Extension Name:=Google Maps]]
[[Category:Centiare Extensions]]
+
[[Category:MyWikiBiz Extensions]]

Latest revision as of 20:28, 26 December 2007

Description

You can run Google Maps overlays at MyWikiBiz within Directory listings.

Just enter the appropriate geocode reference information/locations within the <googlemap> ... </googlemap> tags on the page(s) you want the map/locations to appear.

Code

Here's an example:

<googlemap lat="32.82422" lon="48.481141">
32.81134, 48.498341, One of many [[gas stations]] in town
32.82448, 48.504848, The [[town hall]]
</googlemap>

And in action:

<googlemap lat="32.82422" lon="48.481141"> 32.81134, 48.498341, One of many gas stations in town 32.82448, 48.504848, The town hall </googlemap>

Help:Extensions Google Maps