Incomplete

This package need some more work to fly with Moin 1.8+

Maps extension gives you opportunity to embed map of selected location in your wiki pages. At current state it relies on Google Maps API. To use it on your wiki you have to register for API key (http://code.google.com/apis/maps/signup.html). You can provide numerous options to control output of a map. You can also provide your own markers with descriptions (see examples below).

Installation

Download the MapsParser-0.1.zip package file and upload it to your wiki. You can install it using the install dialog going to Attachments. For further informations on packages see HelpOnPackageInstaller. After installation and configuration (see next topic) the wiki needs to be restarted except for cgi deployment.

e6724114c61fb4588066cc0e7acd5818 MapsParser-0.1.zip

/!\ MapsParser-0.1.zip requires python-json package installed

Configuration

Parser uses Google Maps API in Javascript. You have to enter the config var html_head into your wikiconfig.py and provide key (obtained from http://code.google.com/apis/maps/signup.html).

    html_head = '''
<script type="text/javascript" src="http://www.google.com/jsapi?key=%(key)s"></script>
''' % {"key": "ABQIAAAARxhDyCAgkxaRS-btAXEOmRT2yXp_ZAY8_ufC3CFXhHIE1NvwkxR5mVN6dKZCIrG6IE31pZkzd6-XfQ"}

Parameters

Usage

Examples

MoinMoin: PawelPacana/MapsParser (last edited 2009-08-12 01:45:11 by PawelPacana)