commit b14d90990c4d9bf1a601215e83099f312ef138e3
Author: Jonas Danielsson <
[email protected]>
Date: Tue Dec 16 20:00:26 2014 +0100
Release 3.15.3
NEWS | 12 ++++++++++++
configure.ac | 2 +-
2 files changed, 13 insertions(+), 1 deletion(-)
commit 075d0554568b88c7ce8aa3626979184ab4d36c95
Author: Jonas Danielsson <
[email protected]>
Date: Mon Dec 1 02:58:51 2014 -0500
place: Add osm-type property
The osm type specifies if the place is a node a place or a relation.
The osm id is only unique within the object type so this is needed
in order for the osm-id to have a meaning.
https://bugzilla.gnome.org/show_bug.cgi?id=740957
geocode-glib/geocode-forward.c | 14 ++++++++++++-
geocode-glib/geocode-glib.symbols | 2 ++
geocode-glib/geocode-place.c | 43 ++++++++++++++++++++++++++++++++++++++-
geocode-glib/geocode-place.h | 17 ++++++++++++++++
geocode-glib/test-gcglib.c | 33 ++++++++++++++++++++++++++++++
5 files changed, 107 insertions(+), 2 deletions(-)