1
0
forked from MTSR/mapserver
This commit is contained in:
NatureFreshMilk 2019-01-23 13:14:54 +01:00
parent 2ea09f2937
commit 5691ac7560

View File

@ -27,16 +27,6 @@ func NewWS(ctx *app.App) *WS {
return &ws
}
type ParsedMapBlockEvent struct {
Eventtype string `json:"type"`
Block *mapblockparser.MapBlock `json:"block"`
}
type RenderedTileEvent struct {
Eventtype string `json:"type"`
Tc *coords.TileCoords `json:"tilepos"`
}
var upgrader = websocket.Upgrader{
ReadBufferSize: 1024,
WriteBufferSize: 1024,