Hassan Basri
Hassan Basri
> I'm trying to use the [Geoserver with WMS 1.3.0](https://maps.dwd.de/geoserver/ows?service=wms&version=1.3.0&request=GetCapabilities) of the german weather service "DWD". Getting the layer itself with > > ``` > var wmsLayer = L.Geoserver.wms('https://maps.dwd.de/geoserver/ows?', {...
this code for fix company_id ``` if (! function_exists('request_is_signed')) { function request_is_signed(int $company_id, Request $request = null): bool { $r = $request ?: request(); return $r->is($company_id . '/signed/*'); } }...