You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
use yii\helpers\Html;
use yii\widgets\DetailView;
use dosamigos\leaflet\types\LatLng;
use dosamigos\leaflet\types\Bounds;
use dosamigos\leaflet\types\Point;
use dosamigos\leaflet\types\LatLngBounds;
use dosamigos\leaflet\controls;
$bounds = new LatLngBounds(
[
'southWest' => new LatLng(['lat' => 24500, 'lng' => -12700]),
'northEast' => new LatLng(['lat' => -24500, 'lng' => 233700])
]
);
Hello there,
I want to show a non-geographical map on my page, but I couldn't do it. I would be very grateful if you could help me with an example.
The text was updated successfully, but these errors were encountered: