Changes between Version 8 and Version 9 of AddressPlugin
- Timestamp:
- Sep 19, 2016, 6:55:58 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddressPlugin
v8 v9 6 6 7 7 This 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 9 Both 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 }}} 8 16 9 17 This 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`. … … 31 39 General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. 32 40 33 == Example34 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 43 41 == Recent Changes 44 42