convert to leaflet

This commit is contained in:
2018-10-07 11:46:50 +02:00
parent 00cb4790b6
commit 2c146e6236
10 changed files with 755 additions and 100 deletions

View File

@@ -9,10 +9,10 @@ class Settings
const DB_ENC = 'utf8mb4';
const TEXT_ENC = 'UTF-8';
const TIMEZONE = 'Europe/Paris';
const API_KEY = '';
const MAPBOX_KEY = '';
const MODE = Spot::MODE_BLOG; //Spot::MODE_HISTO/MODE_BLOG
const HISTO_SPAN = array('from'=>'2015-12-29 00:00:00', 'to'=>'2016-02-23 23:59:59');
const GOOGLE_MAPS_API_KEY = '';
const FEED_ID = ''; //Spot Feed ID
const DEBUG = true;
}