Closed squio closed 7 years ago
Quick work around for now, in composer.json
:
"require": {
"2amigos/yii2-leaflet-extension": "dev-master",
...
},
"repositories": [
{
"type": "git",
"url": "https://github.com/2amigos/yii2-leaflet-extension.git"
}
]
Followed by your regular composer update
on the command line.
done @squio Thanks!
Just noticed that the option to set map bounds is not yet released. Could you please release this version?
I desperately want to be able to do this!