Changes between Version 22 and Version 23 of GoogleMapMacro


Ignore:
Timestamp:
Oct 28, 2008, 11:58:02 PM (15 years ago)
Author:
Martin Scharrer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleMapMacro

    v22 v23  
    9090   * `HierarchicalMapType`: Drop-down map type control for switching between supported map types.
    9191   * `OverviewMap`: Collapsible overview mini-map in the corner of the main map for reference location and navigation (through dragging).
    92  `markers` (to be implemented):: Allows the user to set labeled markers on given location of the map.
     92 `markers`:: Allows the user to set labeled markers on given location of the map.
    9393    The format for a marker is `{latitude}:{longitude};{Letter}` or `"{Address}";{Letter}`. If the string 'center' is used instead of an address the center of the map is marked.
    9494    The marker letter can be either A-Z or 'o', '.' or empty for a plain marker.
     
    177177== !ToDo/Planned ==
    178178From high to low priority:
    179  * Markers!
    180179 * Default values in config file for all arguments.
    181180 * Maybe merge source with GoogleStaticMapMacro to allow addresses there, too.