Add airport overview page and links to it #225
This commit is contained in:
16
config/map.php
Normal file
16
config/map.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?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'
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user