Changes between Version 8 and Version 9 of AddressPlugin


Ignore:
Timestamp:
Sep 19, 2016, 6:55:58 PM (8 years ago)
Author:
figaro
Comment:

Tagged with map

Legend:

Unmodified
Added
Removed
Modified
  • AddressPlugin

    v8 v9  
    66
    77This plugin is used to insert an address on a wiki page, which is rendered as a [http://maps.google.com Google map] that includes this wiki page and all other pages that have addresses and are nearby.
     8
     9Both these examples will render a Google map onto your wiki page:
     10
     11{{{
     12[[Address("123 Any Street, Anytown, NY 14450","Some Location")]]
     13
     14[[Address("123 Any Street, Anytown, NY 14450")]]
     15}}}
    816
    917This is an alpha release. You'll need to put your API key in the place indicated in `address/macro.py`, and create the wikiaddress table in `sql/wikiaddress.sql`.
     
    3139General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    3240
    33 == Example
    34 
    35 Both these examples will render a Google map onto your wiki page:
    36 
    37 {{{
    38 [[Address("123 Any Street, Anytown, NY 14450","Some Location")]]
    39 
    40 [[Address("123 Any Street, Anytown, NY 14450")]]
    41 }}}
    42 
    4341== Recent Changes
    4442