You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2021. It is now read-only.
Reporter: jonasdn [Submitted to the original trac issue database at 7.43pm, Wednesday, 26th February 2014]
When I was searching for san francisco using GNOME Maps I got a crash in the geocode-glib library. It could be traced back to one item in the search result had the boundingbox array elements formated as double and not as strings.
You get two results, one with quoted strings for the bounding box coordinate values and the other without.
It seems nodes gets no quotes and ways gets quotes.
Activity
openstreetmap-trac commentedon Jul 23, 2021
Author: jonasdn
[Added to the original trac issue at 12.29pm, Sunday, 2nd March 2014]
Sorry, I mean the first place of that query, not the second.
openstreetmap-trac commentedon Jul 23, 2021
Author: lonvia
[Added to the original trac issue at 4.55pm, Sunday, 2nd March 2014]
Fixed in [changeset:236750e/nominatim].
openstreetmap-trac commentedon Jul 23, 2021
Author: Marcus Lundblad
[Added to the original trac issue at 11.27am, Tuesday, 26th May 2015]
This bug seems to have returned (in a modified form).
Using the following search quary:
http://nominatim.openstreetmap.org/search.php?q=Lundagatan%2016%20Solna&format=json&addressdetails=1&limit=11
You get two results, one with quoted strings for the bounding box coordinate values and the other without.
It seems nodes gets no quotes and ways gets quotes.
openstreetmap-trac commentedon Jul 23, 2021
Author: lonvia
[Added to the original trac issue at 10.14pm, Friday, 12th June 2015]
Fixed again in [changeset:1fcb712/nominatim].