[Pkg-javascript-commits] [node-mapnik] branch upstream updated (ec7ec80 -> 7fdfb53)

Jérémy Lal kapouer at moszumanska.debian.org
Sun Feb 9 18:57:27 UTC 2014


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

kapouer pushed a change to branch upstream
in repository node-mapnik.

      from  ec7ec80   Imported Upstream version 1.2.0
      adds  7fdfb53   Imported Upstream version 1.2.3

No new revisions were added by this update.

Summary of changes:
 .gitignore                                     |      5 +
 .travis.yml                                    |     21 +-
 CHANGELOG.md                                   |     34 +-
 Makefile                                       |      2 +-
 README.md                                      |      5 +-
 binding.gyp                                    |     34 +-
 configure                                      |      3 +-
 package.json                                   |      8 +-
 src/ds_emitter.hpp                             |     67 +-
 src/mapnik_datasource.cpp                      |      1 +
 src/mapnik_feature.cpp                         |     56 +-
 src/mapnik_feature.hpp                         |      2 +
 src/mapnik_image.cpp                           |    121 +-
 src/mapnik_image.hpp                           |      3 +
 src/mapnik_image_view.cpp                      |      7 +-
 src/mapnik_vector_tile.cpp                     |    223 +-
 src/mapnik_vector_tile.hpp                     |      1 +
 src/node_mapnik.cpp                            |     84 +-
 test/compositing.test.js                       |      4 +-
 test/data/vector_tile/6.20.34.pbf              |    Bin 0 -> 2009 bytes
 test/data/vector_tile/tile0-c.expected.png     |    Bin 0 -> 14137 bytes
 test/data/vector_tile/tile0.expected.grid.json |    200 +-
 test/data/world_merc.converted.geojson         | 119953 ++++++++++++++++++++++
 test/datasource.test.js                        |     13 +-
 test/feature.test.js                           |     76 +-
 test/image.test.js                             |     31 +-
 test/image_view.test.js                        |     18 +
 test/{stylesheet.xml => markers.xml}           |      7 +
 test/shp2geojson.test.js                       |     29 +
 test/support/helper.js                         |      2 +-
 test/unicode-loading.test.js                   |     10 +-
 test/vector-tile.test.js                       |    304 +-
 vcbuild-old.bat                                |     16 -
 vcbuild.bat                                    |      4 +-
 wscript                                        |    209 -
 35 files changed, 121072 insertions(+), 481 deletions(-)
 create mode 100644 test/data/vector_tile/6.20.34.pbf
 create mode 100644 test/data/vector_tile/tile0-c.expected.png
 create mode 100644 test/data/world_merc.converted.geojson
 copy test/{stylesheet.xml => markers.xml} (82%)
 create mode 100644 test/shp2geojson.test.js
 delete mode 100644 vcbuild-old.bat
 delete mode 100644 wscript

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-mapnik.git



More information about the Pkg-javascript-commits mailing list