mstahv / v-leaflet

Leaflet add-on for Vaadin
Other
43 stars 38 forks source link

Make Map#getSize available in v-leaflet #223

Closed dve closed 2 years ago

dve commented 2 years ago

To send proper "GET_FEATURE_INFO" requests the size of the map is needed. leaflet supports it: https://leafletjs.com/reference.html#map-getsize

This should be available in v-leaflet

dve commented 2 years ago

I tried to get it working but no success yet: https://github.com/dve/v-leaflet/tree/%23223_add_map_getsize https://github.com/dve/g-leaflet/tree/add_map_getsize

dve commented 2 years ago

@mstahv I've found that I have to use rpc calls - please review an merge

mstahv commented 2 years ago

Reviewed, tested, released. Great work again @dve!