mstahv / g-leaflet

Simple javascript overlay based GWT API for Leaflet
Other
14 stars 25 forks source link

Add worldCopyJump feature to Map object #24

Closed golimarrrr closed 8 years ago

golimarrrr commented 8 years ago

It's present in Leaflet (http://leafletjs.com/reference.html#map-worldcopyjump) but missing in g-leaflet.

octavm commented 8 years ago

To enable worldCopyJump feature, use LMap method:

setCustomInitOption("worldCopyJump", true) ;

golimarrrr commented 8 years ago

Isn't this for v-leaflet?

octavm commented 8 years ago

Yes, nothing is required in g-leaflet