2amigos / yii2-leaflet-extension

Yii 2 Extension library to display interactive maps with Leaflet .
http://yiiwheels.com
Other
30 stars 26 forks source link

Example not working #8

Closed speixoto closed 9 years ago

speixoto commented 9 years ago

The example posted on https://github.com/2amigos/yii2-leaflet-extension dont work.

I sugest you change line 24 of dosamigos\leaflet\layers\Layer to public $map = 'map';

This way it will work out of the box since dosamigos\leaflet\widgets\Map $name var is also defaulted to 'map'.

If you dont want to make this change, you need to at least change your example to a working one, adding 'map' => 'map' to the when creating the tileLayer.

tonydspaniard commented 9 years ago

@speixoto you are right. Will update asap.

tonydspaniard commented 9 years ago

@speixoto the new version update should've fixed this