1<?php
2/**
3 * DokuWiki Plugin Googlemaps3
4 *
5 * @license		GPL 3 (https://www.gnu.org/licenses/gpl-3.0.html)
6 * @author		Bernard Condrau <bernard@condrau.com>
7 * @version		2021-05-12, for Google Maps v3 API and DokuWiki Hogfather
8 * @see			https://www.dokuwiki.org/plugin:googlemaps3
9 * @see			https://www.dokuwiki.org/plugin:googlemaps
10 *
11 * Complete rewrite of Christopher Smith's Google Maps Plugin from 2008 with additional functionality
12 * default.php	plugin default configuration
13 */
14$conf['key'] = '';
15$conf['region'] = '';
16$conf['language'] = '';
17$conf['path'] = 'lib/plugins/googlemaps3/icons/';
18$conf['delim'] = ',';
19