From a90b5bb469b78cc54d988f633865fb14c703ad98 Mon Sep 17 00:00:00 2001 From: franzz Date: Wed, 17 Oct 2018 18:26:49 +0200 Subject: [PATCH] add LINZ API key to settings --- settings-sample.php | 1 + 1 file changed, 1 insertion(+) diff --git a/settings-sample.php b/settings-sample.php index 388424f..055bd7a 100755 --- a/settings-sample.php +++ b/settings-sample.php @@ -10,6 +10,7 @@ class Settings const TEXT_ENC = 'UTF-8'; const TIMEZONE = 'Europe/Paris'; const MAPBOX_KEY = ''; + const LINZ_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 FEED_ID = ''; //Spot Feed ID