mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-01-25 15:40:22 +01:00
Swapped X/Y coordinates for player.
This commit is contained in:
parent
28fc4d0734
commit
9523353167
@ -18,7 +18,7 @@ var geoJSONTmpl = template.Must(template.New("geojson").Parse(
|
|||||||
`{ "type": "Feature",
|
`{ "type": "Feature",
|
||||||
"geometry": {
|
"geometry": {
|
||||||
"type": "Point",
|
"type": "Point",
|
||||||
"coordinates": [{{.X}}, {{.Z}}]
|
"coordinates": [{{.Z}}, {{.X}}]
|
||||||
},
|
},
|
||||||
"properties": {
|
"properties": {
|
||||||
"name": "{{.Name | html }}"
|
"name": "{{.Name | html }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user