phpvms/config/map.php

17 lines
318 B
PHP
Raw Normal View History

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