PSTDev

Results 2 issues of PSTDev

Maki set contains only photo camera icon. It would be great to have one for video camera (to show on map surveillance/webcams).

icon request

I think WebSocket's url getter isn't safe enough. It calls InnerWebSocket.url getter: ``` var url : String { return request.url!.description } ``` where request.url in some circumstances can be nil...