[osm-gps-map] branch upstream updated (d17d399 -> 9c08374)

Ross Gammon ross-guest at moszumanska.debian.org
Wed Nov 25 22:21:13 UTC 2015


This is an automated email from the git hooks/post-receive script.

ross-guest pushed a change to branch upstream
in repository osm-gps-map.

      from  d17d399   Imported Upstream version 1.0.2
       new  9c08374   Imported Upstream version 1.1.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am                |  18 +-
 NEWS                       |   9 +
 configure.ac               |  15 +-
 docs/reference/Makefile.am |   4 +-
 examples/Makefile.am       |  38 +++-
 examples/README            |   3 +
 examples/editable_track.c  |  42 +++++
 examples/mapviewer.c       |   9 +-
 examples/polygon.c         |  47 +++++
 m4/gtk-doc.m4              |  51 ++++--
 src/Makefile.am            |   2 +
 src/converter.c            |  28 +++
 src/converter.h            |   8 +
 src/osm-gps-map-image.c    |  37 ++++
 src/osm-gps-map-image.h    |   2 +
 src/osm-gps-map-polygon.c  | 185 +++++++++++++++++++
 src/osm-gps-map-polygon.h  |  60 +++++++
 src/osm-gps-map-source.c   |  22 ---
 src/osm-gps-map-source.h   |   3 -
 src/osm-gps-map-track.c    | 125 ++++++++++++-
 src/osm-gps-map-track.h    |  25 +++
 src/osm-gps-map-widget.c   | 434 ++++++++++++++++++++++++++++++++++++++++++---
 src/osm-gps-map-widget.h   |   7 +
 23 files changed, 1069 insertions(+), 105 deletions(-)
 create mode 100644 examples/editable_track.c
 create mode 100644 examples/polygon.c
 create mode 100644 src/osm-gps-map-polygon.c
 create mode 100644 src/osm-gps-map-polygon.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm-gps-map.git



More information about the Pkg-grass-devel mailing list