[mapnik] branch upstream updated (fd3c511 -> 32fd7aa)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Wed Oct 14 07:50:35 UTC 2015


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

sebastic pushed a change to branch upstream
in repository mapnik.

      from  fd3c511   Imported Upstream version 3.0.6+ds
       new  32fd7aa   Imported Upstream version 3.0.7+ds

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:
 .gitignore                                         |    2 +-
 CHANGELOG.md                                       |   14 +
 INSTALL.md                                         |    6 +
 SConstruct                                         | 1962 ++++++++++----------
 appveyor.yml                                       |    2 +-
 demo/viewer/mapwidget.cpp                          |   10 +-
 include/mapnik/grid/grid_util.hpp                  |  112 --
 include/mapnik/span_image_filter.hpp               |  158 --
 include/mapnik/version.hpp                         |   11 +-
 plugins/input/csv/csv_utils.hpp                    |    2 +-
 plugins/input/geojson/geojson_datasource.cpp       |    9 +-
 plugins/input/ogr/ogr_datasource.cpp               |   28 +-
 plugins/input/pgraster/pgraster_datasource.cpp     |   21 +-
 plugins/input/postgis/postgis_datasource.cpp       |   23 +-
 plugins/input/postgis/postgis_featureset.cpp       |    4 +
 plugins/input/shape/shape_datasource.cpp           |    9 +-
 plugins/input/sqlite/sqlite_datasource.cpp         |   13 +-
 scripts/build-local.bat                            |    2 +-
 src/map.cpp                                        |   15 +-
 utils/mapnik-config/build.py                       |   18 +
 utils/mapnik-index/build.py                        |    2 +
 utils/mapnik-index/mapnik-index.cpp                |  291 +--
 utils/mapnik-index/process_csv_file.cpp            |  215 +++
 .../mapnik-index/process_csv_file.hpp              |   20 +-
 utils/mapnik-index/process_geojson_file.cpp        |   90 +
 .../mapnik-index/process_geojson_file.hpp          |   16 +-
 utils/{nik2img => mapnik-render}/build.py          |   10 +-
 .../mapnik-render.cpp}                             |    0
 28 files changed, 1478 insertions(+), 1587 deletions(-)
 delete mode 100644 include/mapnik/grid/grid_util.hpp
 delete mode 100644 include/mapnik/span_image_filter.hpp
 create mode 100644 utils/mapnik-index/process_csv_file.cpp
 copy include/mapnik/json/value_converters.hpp => utils/mapnik-index/process_csv_file.hpp (76%)
 create mode 100644 utils/mapnik-index/process_geojson_file.cpp
 copy include/mapnik/geometry_envelope.hpp => utils/mapnik-index/process_geojson_file.hpp (78%)
 rename utils/{nik2img => mapnik-render}/build.py (74%)
 rename utils/{nik2img/nik2img.cpp => mapnik-render/mapnik-render.cpp} (100%)

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



More information about the Pkg-grass-devel mailing list