phpvms/config/map.php
2018-08-26 16:40:04 +00:00

17 lines
318 B
PHP

<?php
/**
* Configuration for mapping URLs and stuff
*/
return [
/*
* This can really be any METAR service, as long as it returns GeoJSON
*/
'metar_wms' => [
'url' => 'https://ogcie.iblsoft.com/observations?',
'params' => [
'layers' => 'metar',
],
],
];