Andrey P.

Results 18 comments of Andrey P.

The standard WMS `GetFeatureInfo` request requires an (x,y) pixel value from a previously returned image from `GetMap` request. For similar task I use workaround with positioning map to object with...

Requesting the specified layer `s57_7A100` gives `Could not find layer s57_7A100` exception in WMS server response. Using another layer identifier and map location I've got proper map image response (several...

> how i get main layers? Have a look at the service documentation or contact the service owner.. otherwise layers needs checking one-by-one. May be their names can give a...

I didn't get 'error' event fired (using Leaflet v 1.0.3) in case of 400/500 responses from server. Should I upgrade Leaflet to 1.2.0 ?

You can subscribe to `mousemove` map event, use some kind of deferred/debounce logic for limiting request rate and finally call `identify` function of `wms.Source`, passing `MouseEvent` event data. The response...

There is internal function [WebSocketFrame.CreatePongFrame](https://github.com/sta/websocket-sharp/blob/master/websocket-sharp/WebSocketFrame.cs#L727) If I understood correctly, the pong response will be sent automatically.

Adding comment with min version will be enough... not sure, how to do it better

Will investigate it in future; now I want to complete implementation for most methods with `geometry` type first of all. Your suggestion can be a last resort, if there will...