Fixed track_players mod.

This commit is contained in:
Sascha L. Teichmann
2015-03-10 12:57:00 +01:00
parent 524fe451b1
commit 65caefaf85
2 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,7 @@ var geoJSONTmpl = template.Must(template.New("geojson").Parse(
"coordinates": [{{.Z}}, {{.X}}]
},
"properties": {
"name": "{{.Name | html }}"
"name": "{{.Name | html }}"
}
}`))