@@ -228,7 +228,7 @@ |
||
| 228 | 228 | 'style' => Validator::parsedBody($request)->isInArrayKeys($this->styles())->integer('style'), |
| 229 | 229 | 'width' => Validator::parsedBody($request)->isBetween(self::MINIMUM_WIDTH, self::MAXIMUM_WIDTH)->integer('width'), |
| 230 | 230 | 'xref' => Validator::parsedBody($request)->isXref()->string('xref'), |
| 231 | - ])); |
|
| 231 | + ])); |
|
| 232 | 232 | } |
| 233 | 233 | |
| 234 | 234 | Auth::checkComponentAccess($this, ModuleChartInterface::class, $tree, $user); |
@@ -1,20 +1,20 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | 3 | return array ( |
| 4 | - ' but the details are unknown' => ' but the details are unknown', |
|
| 5 | - '%H:%i:%s' => '%g:%i:%s %a', |
|
| 6 | - '%j %F %Y' => '%F %j, %Y', |
|
| 7 | - 'Asunción, Paraguay' => 'Asuncion, Paraguay', |
|
| 8 | - 'Bogotá, Colombia' => 'Bogota, Colombia', |
|
| 9 | - 'Ciudad Juárez, Mexico' => 'Ciudad Juarez, Mexico', |
|
| 10 | - 'Colonia Juárez, Mexico' => 'Colonia Juarez, Mexico', |
|
| 11 | - 'Curaçao' => 'Curacao', |
|
| 12 | - 'Córdoba, Argentina' => 'Cordoba, Argentina', |
|
| 13 | - 'Côte d’Ivoire' => 'Cote d’Ivoire', |
|
| 14 | - 'Réunion' => 'Reunion', |
|
| 15 | - 'Saint Barthélemy' => 'Saint Barthelemy', |
|
| 16 | - 'San José, Costa Rica' => 'San Jose, Costa Rica', |
|
| 17 | - 'São Paulo, Brazil' => 'Sao Paulo, Brazil', |
|
| 18 | - 'Tuxtla Gutiérrez, Mexico' => 'Tuxtla Gutierrez, Mexico', |
|
| 19 | - 'Åland Islands' => 'Aland Islands', |
|
| 4 | + ' but the details are unknown' => ' but the details are unknown', |
|
| 5 | + '%H:%i:%s' => '%g:%i:%s %a', |
|
| 6 | + '%j %F %Y' => '%F %j, %Y', |
|
| 7 | + 'Asunción, Paraguay' => 'Asuncion, Paraguay', |
|
| 8 | + 'Bogotá, Colombia' => 'Bogota, Colombia', |
|
| 9 | + 'Ciudad Juárez, Mexico' => 'Ciudad Juarez, Mexico', |
|
| 10 | + 'Colonia Juárez, Mexico' => 'Colonia Juarez, Mexico', |
|
| 11 | + 'Curaçao' => 'Curacao', |
|
| 12 | + 'Córdoba, Argentina' => 'Cordoba, Argentina', |
|
| 13 | + 'Côte d’Ivoire' => 'Cote d’Ivoire', |
|
| 14 | + 'Réunion' => 'Reunion', |
|
| 15 | + 'Saint Barthélemy' => 'Saint Barthelemy', |
|
| 16 | + 'San José, Costa Rica' => 'San Jose, Costa Rica', |
|
| 17 | + 'São Paulo, Brazil' => 'Sao Paulo, Brazil', |
|
| 18 | + 'Tuxtla Gutiérrez, Mexico' => 'Tuxtla Gutierrez, Mexico', |
|
| 19 | + 'Åland Islands' => 'Aland Islands', |
|
| 20 | 20 | ); |
@@ -157,7 +157,7 @@ |
||
| 157 | 157 | 'label' => 'Night', |
| 158 | 158 | 'maxZoom' => 18, |
| 159 | 159 | 'minZoom' => 2, |
| 160 | - 'lang2' => $lang2, |
|
| 160 | + 'lang2' => $lang2, |
|
| 161 | 161 | 'url' => "https://maps.hereapi.com/v3/base/mc/{z}/{x}/{y}/jpeg?size=256&style={variant}&lang2={lang2}&apiKey={apiKey}", |
| 162 | 162 | 'variant' => 'explore.night', |
| 163 | 163 | 'localName' => 'HERENight', |