Changes between Version 30 and Version 31 of GoogleMapMacro


Ignore:
Timestamp:
Nov 4, 2008, 11:39:20 PM (15 years ago)
Author:
Martin Scharrer
Comment:

Added description for driving directions.

Legend:

Unmodified
Added
Removed
Modified
  • GoogleMapMacro

    v30 v31  
    11= Insert a dynamic Google Map into wiki pages =
    22[[html(<div id="newsflash">)]]
     3 '''Nov. 4th 2008''':: [source:googlemapmacro/dev/0.11 The develop version] now ([4744]) supports marginal support for '''driving directions'''. Use like this: {{{[[GoogleMapMacro(from="here",to="there",size=400x400)]]}}}. The map will automatically be zoomed to make the driving directions full visible. Please be warned that there isn't yet any error handling implemented, so wrong addresses etc. will just get you a normal map.
    34 '''Nov. 3rd 2008''':: GoogleMapMacro is now implementing `IEnvironmentSetupParticipant` to create and update the needed DB table. Use `trac-admin `''<trac path>''` upgrade` to update the Trac DB after installing GoogleMapMacro >[4732].
    45[[html(</div>)]]
     
    910
    1011For javascript-less static maps use the similar GoogleStaticMapMacro.
    11 [[TOC()]]
     12
    1213Multiple Google Maps on the same wiki page are actively supported.
    1314
     
    1819
    1920== Bugs/Feature Requests ==
    20 
     21[[TOC()]]
    2122Existing bugs and feature requests for GoogleMapMacro are
    2223[report:9?COMPONENT=GoogleMapMacro here].
     
    114115    Trailing semicolons can be skipped. Addresses, links and titles which include either '`,`', '`;`' or '`|`' must be enclosed in double quotes (`" "`).
    115116 `target`:: If set to '`new`' or '`newwindow`' all hyperlinks of the map markers will be opened in a new window (or tab, depending on the browser settings) or in the same window otherwise.
     117 `from`,`to`:: ([source:googlemapmacro/dev/0.11 develop version] only, alpha status!) Request driving directions '`from`'->'`to`'. No `address` or `center` need to be given.
    116118
    117119
     
    191193== Recent Changes in the Develop Branch ==
    192194
    193 [[ChangeLog(googlemapmacro/dev/0.11, 3)]]
     195[[ChangeLog(googlemapmacro/dev/, 3)]]
    194196
    195197