]> git.sur5r.net Git - contagged/blobdiff - inc/config.php.dist
Use leafletjs + OpenStreetMap instead of google maps
[contagged] / inc / config.php.dist
index 8ace7f5114587605580200cbc61b7dbd069f8059..bb08e3c6ba993558342b5c8464aa573afbb27fad 100644 (file)
   $conf['dateformat']  = '%Y/%m/%d';
   #$conf['dateformat']  = '%d.%m.%Y';
 
-  // Google maps key, you can specify multiple when running the app through different vhosts
-  $conf['gmaps'] = array(
-    'localhost'        => 'ABQIAAAAwcgTzX14Lq48uGhuAgaC-RT2yXp_ZAY8_ufC3CFXhHIE1NvwkxSoniRWQPYZHIWuWPbij8hFqvrEuw',
-    'intranet.cosmo'   => 'ABQIAAAAwcgTzX14Lq48uGhuAgaC-RTxyuybgLnXtMVD7dljhze3zUboVhTqk9yc-rQVvv2YwFFJN20RCNbIVA',
-    'intranet'         => 'ABQIAAAAwcgTzX14Lq48uGhuAgaC-RTjlGRJ-JcA4ENdYSxSTUELqnaldxSOyZdbUNylw_BZHH1bBLrQNGtjZg',
-    'fileserver.cosmo' => 'ABQIAAAAwcgTzX14Lq48uGhuAgaC-RQ2oMD1p7-NjsUZiDyjvzpK3IuhixTXdHGQRp8jtjwAl-P4oPPEB_hGgw',
-  );
+  // Enable maps with locations
+  $conf['enablemaps'] = true;
 
   // Force recompilation of smarty templates?
   $conf['smartycompile'] = 0;