diff --git a/render.go b/render.go index 157e0aa..ce71a6c 100644 --- a/render.go +++ b/render.go @@ -122,7 +122,7 @@ func renderTile(w http.ResponseWriter, r *http.Request) { ip := GetOutboundIP() - addLabel(img, 20, 30, fmt.Sprintf("%s", ip.String())) + addLabel(img, 20, 30, fmt.Sprintf("rendered by \n%s", ip.String())) //addLabel(img, 20, 30, fmt.Sprintf("%s/%s/%s.png", components[1], components[2], components[3])) w.Header().Set("Content-Type", "image/png") png.Encode(w, img)