Closed Eric-Arellano closed 1 week ago
Directus expects numbers rather than strings. It also uses the format [long, lat] rather than [lat, long]. So, we align our JSON and app to Directus standards for less complex config.
[long, lat]
[lat, long]
Directus expects numbers rather than strings. It also uses the format
[long, lat]
rather than[lat, long]
. So, we align our JSON and app to Directus standards for less complex config.