-
Improvement
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
Place's coordinates are returned as float by the MusicBrainz API but for search results. Coordinates should be returned as float instead of string.
For example:
The search query https://musicbrainz.org/ws/2/place/?query=Paradiso&limit=5&fmt=json
coordinates | currently returns | should return |
latitude | "52.362177" | 52.362177 |
longitude | "4.883831" | 4.883831 |
- is a dependency of
-
MBS-10411 Inconsistent type for place coordinate
- Reopened