Add WMTS manager

This commit is contained in:
2019-03-23 14:37:44 +01:00
parent 7695657e4f
commit 842583fcba
4 changed files with 175 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php
class GlobalSettings
{
const MAPBOX_KEY = '';
const IGN_FR_KEY = '';
const LINZ_KEY = '';
const LOC_API_KEY = '';
}