Ed

Results 2 comments of Ed

you must use **Custom layer** example from README.md and add next code ``` this.setData = function (data) { this.markers = data; this.needRedraw(); }; this.boundsToQuery = function(bounds) { return { lat:...

remove `http://` from `$out.= "Host: http://$host:$port\r\n";` must be `$out .= "Host: $host:$port\r\n";` and send to ssl `$socketio->send('ssl://...`