Changes between Initial Version and Version 1 of GoogleMapMacro


Ignore:
Timestamp:
Oct 26, 2008, 3:54:41 PM (16 years ago)
Author:
Martin Scharrer
Comment:

New hack GoogleMapMacro, created by martin_s

Legend:

Unmodified
Added
Removed
Modified
  • GoogleMapMacro

    v1 v1  
     1= Inserts a dynamic Google Map into wiki pages =
     2
     3== Description ==
     4
     5This macro lets the user insert a full dynamic Google Map. Because a lot of javascript is used (by Google) a [http://local.google.com/support/bin/answer.py?answer=16532&topic=1499 Google Map compatible browser] is needed. Newer version of Firefox and MS Internet Explorer are compatible.
     6
     7For javascript-less static maps use the similar GoogleStaticMapMacro.
     8
     9'''Please note that this is an alpha version which still lacks a lot of functionality.''' Especially the geocoding, i.e. address-to-coordinates conversion, is not implemented yet, so longitude and latitude coordinates must be given. These can be taken from the [http://maps.google.com/ Google Maps website].
     10
     11== Bugs/Feature Requests ==
     12
     13Existing bugs and feature requests for GoogleMapMacro are
     14[report:9?COMPONENT=GoogleMapMacro here].
     15
     16If you have any issues, create a
     17[http://trac-hacks.org/newticket?component=GoogleMapMacro&owner=martin_s new ticket].
     18
     19== Download ==
     20
     21Download the zipped source from [download:googlemapmacro here].
     22
     23== Source ==
     24
     25You can check out GoogleMapMacro from [http://trac-hacks.org/svn/googlemapmacro here] using Subversion, or [source:googlemapmacro browse the source] with Trac.
     26
     27== Example ==
     28
     29{{{
     30[[GoogleMap(center=50.0:10.0,zoom=10,size=400x400)]]
     31}}}
     32
     33
     34
     35== Recent Changes ==
     36
     37[[ChangeLog(googlemapmacro, 3)]]
     38
     39== Author/Contributors ==
     40
     41'''Author:''' [wiki:martin_s] [[BR]]
     42'''Contributors:'''