Results 5 comments of Rurik Bugdanov

:+1: same here, `tms: true` works when adding the layer dynamically using the promise returned by leafletData.getMap() but not when setting $scope.layers with ``

It appears (here: https://github.com/angular-ui/ui-leaflet/blob/7d8dd2f1a5c90334f8b04790b6fe03e550aa4653/src/services/leafletLayerHelpers.js#L447) that you can specify tms:true in layerOptions, eg: ``` baselayers: { myTiles: { name: 'My Tiles', url: '//{s}.tileserver/{z}/{x}/{y}.png', type: 'xyz', layerOptions: { tms: true } }...

Hi there ! It's because internal-ip returns the last ip address instead ot the primary network interface address. I fixed it with this: https://github.com/bugdanov/internal-ip/commit/0b9a350d5cd973693a3570380293adc6011e5d92 Could not test it on Windows...

My setup looks like this: ![images 6](https://cloud.githubusercontent.com/assets/13715986/17688566/f6789bb0-63b2-11e6-990b-3f3261410ddb.jpg) The "mouseless" screen is the rightmost screen With the recent commit 00a6a164ee29ac0297024dc069b2073e826f7422 from @hamishcoleman I am now able to reach the full area...

Looks like xinput is the way to go: check `xinput test-xi2` or `ssh somehost xinput test-xi2` and move the pointer