[Pkg-javascript-commits] [node-mapnik] 03/09: Merge tag 'upstream/3.5.8+dfsg'

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Apr 8 10:16:51 UTC 2016


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

sebastic pushed a commit to branch master
in repository node-mapnik.

commit 520bb59a0be3441cac94fc2b21b1a8ef4b70a608
Merge: 5188f20 6938227
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Apr 8 10:39:31 2016 +0200

    Merge tag 'upstream/3.5.8+dfsg'
    
    Upstream version 3.5.8+dfsg

 .gitattributes                                     |     2 +
 .gitignore                                         |     8 +-
 .npmignore                                         |     5 +-
 .travis.yml                                        |    69 +-
 CHANGELOG.md                                       |   426 +
 docs/Contributing.md => CONTRIBUTING.md            |    49 +-
 README.md                                          |    46 +-
 appveyor.yml                                       |    70 +-
 bench/error/test_vt_abort.js                       |    22 +-
 bench/error/test_vt_abort2.js                      |     8 +-
 bin/mapnik-index.js                                |    29 +
 bin/mapnik-inspect.js                              |    29 +-
 bin/mapnik-render.js                               |     6 +-
 binding.gyp                                        |    53 +-
 deps/clipper/clipper.cpp                           |  5580 ++
 deps/clipper/clipper.hpp                           |   450 +
 deps/clipper/fix.sh                                |    24 +
 docs/Using-Fonts.md                                |     6 +-
 documentation/3.4/assets/bass.css                  |   850 +
 documentation/3.4/assets/github.css                |   123 +
 documentation/3.4/assets/style.css                 |    95 +
 documentation/3.4/index.html                       |  4397 ++
 documentation/3.4/index.json                       | 16508 +++++
 documentation/3.5/assets/anchor.js                 |   197 +
 documentation/3.5/assets/bass.css                  |     0
 .../3.5/assets/fonts/source-code-pro/LICENSE.txt   |    93 +
 .../3.5/assets/fonts/source-code-pro/README.md     |    20 +
 .../WOFF/OTF/SourceCodePro-Regular.otf.woff        |   Bin 0 -> 89024 bytes
 .../fonts/source-code-pro/source-code-pro.css      |    15 +
 .../3.5/assets/fonts/source-sans-pro/LICENSE.txt   |    93 +
 .../3.5/assets/fonts/source-sans-pro/README.md     |    20 +
 .../WOFF/OTF/SourceSansPro-Bold.otf.woff           |   Bin 0 -> 124508 bytes
 .../WOFF/OTF/SourceSansPro-Light.otf.woff          |   Bin 0 -> 119280 bytes
 .../WOFF/OTF/SourceSansPro-Regular.otf.woff        |   Bin 0 -> 121876 bytes
 .../WOFF/OTF/SourceSansPro-Semibold.otf.woff       |   Bin 0 -> 123400 bytes
 .../3.5/assets/fonts/source-sans-pro/bower.json    |    17 +
 .../fonts/source-sans-pro/source-sans-pro.css      |    31 +
 documentation/3.5/assets/highlight.css             |    83 +
 documentation/3.5/assets/mapnik.css                |   246 +
 documentation/3.5/assets/site.js                   |    40 +
 documentation/3.5/index.html                       | 10621 +++
 documentation/3.5/index.json                       | 16789 +++++
 documentation/config.json                          |     8 +
 documentation/index.html                           |     8 +
 index.html                                         |   104 +
 lib/index.js                                       |     2 +
 lib/mapnik.js                                      |     9 +-
 package.json                                       |   104 +-
 scripts/before-build.bat                           |    31 -
 scripts/build-appveyor.bat                         |   170 +
 scripts/build-local.bat                            |    65 +
 scripts/build_against_sdk.sh                       |    34 +-
 ...uild_against_sdk_02-copy-deps-to-bindingdir.ps1 |     3 +-
 scripts/install_node.sh                            |    22 +-
 scripts/remove_node.bat                            |     7 -
 scripts/ubuntu_ppa_tests.sh                        |     2 +-
 src/blend.cpp                                      |   326 +-
 src/blend.hpp                                      |    16 +-
 src/ds_emitter.hpp                                 |   171 +-
 src/js_grid_utils.hpp                              |    16 +-
 src/mapnik_cairo_surface.cpp                       |    89 +-
 src/mapnik_cairo_surface.hpp                       |    11 +-
 src/mapnik_color.cpp                               |   266 +-
 src/mapnik_color.hpp                               |    11 +-
 src/mapnik_datasource.cpp                          |   257 +-
 src/mapnik_datasource.hpp                          |    12 +-
 src/mapnik_expression.cpp                          |    93 +-
 src/mapnik_expression.hpp                          |     9 +-
 src/mapnik_feature.cpp                             |   200 +-
 src/mapnik_feature.hpp                             |    11 +-
 src/mapnik_featureset.cpp                          |    84 +-
 src/mapnik_featureset.hpp                          |    11 +-
 src/mapnik_fonts.hpp                               |    61 +-
 src/mapnik_geometry.cpp                            |   292 +-
 src/mapnik_geometry.hpp                            |    14 +-
 src/mapnik_grid.cpp                                |   429 +-
 src/mapnik_grid.hpp                                |    16 +-
 src/mapnik_grid_view.cpp                           |   323 +-
 src/mapnik_grid_view.hpp                           |    16 +-
 src/mapnik_image.cpp                               |  3756 +-
 src/mapnik_image.hpp                               |    52 +-
 src/mapnik_image_view.cpp                          |   427 +-
 src/mapnik_image_view.hpp                          |    13 +-
 src/mapnik_layer.cpp                               |   200 +-
 src/mapnik_layer.hpp                               |    11 +-
 src/mapnik_logger.cpp                              |    70 +-
 src/mapnik_logger.hpp                              |     8 +-
 src/mapnik_map.cpp                                 |  1764 +-
 src/mapnik_map.hpp                                 |    13 +-
 src/mapnik_memory_datasource.cpp                   |   208 +-
 src/mapnik_memory_datasource.hpp                   |    12 +-
 src/mapnik_palette.cpp                             |   102 +-
 src/mapnik_palette.hpp                             |     9 +-
 src/mapnik_plugins.hpp                             |    39 +-
 src/mapnik_projection.cpp                          |   384 +-
 src/mapnik_projection.hpp                          |    16 +-
 src/mapnik_vector_tile.cpp                         |  6898 +-
 src/mapnik_vector_tile.hpp                         |   204 +-
 src/node_mapnik.cpp                                |   303 +-
 src/object_to_container.hpp                        |     8 +-
 src/pbf.hpp                                        |   171 -
 src/tint.hpp                                       |     6 +-
 src/utils.hpp                                      |    52 +-
 test/blend-fixtures/expected-reverse.png           |   Bin 0 -> 16024 bytes
 test/blend.test.js                                 |    50 +-
 test/cairo_surface.test.js                         |     2 +
 test/compositing.test.js                           |    30 +-
 test/data/NZ_Coastline_NZMG.dbf                    |   Bin 0 -> 143 bytes
 test/data/NZ_Coastline_NZMG.prj                    |     1 +
 test/data/NZ_Coastline_NZMG.qpj                    |     1 +
 test/data/NZ_Coastline_NZMG.shp                    |   Bin 0 -> 1268 bytes
 test/data/NZ_Coastline_NZMG.shx                    |   Bin 0 -> 116 bytes
 .../images/sat_image-expected-100x100-bessel.png   |   Bin 0 -> 26366 bytes
 .../images/sat_image-expected-100x100-bicubic.png  |   Bin 0 -> 24600 bytes
 .../images/sat_image-expected-100x100-bilinear.png |   Bin 0 -> 25759 bytes
 .../images/sat_image-expected-100x100-blackman.png |   Bin 0 -> 26321 bytes
 .../images/sat_image-expected-100x100-catrom.png   |   Bin 0 -> 26702 bytes
 .../images/sat_image-expected-100x100-gaussian.png |   Bin 0 -> 25223 bytes
 .../images/sat_image-expected-100x100-hamming.png  |   Bin 0 -> 25933 bytes
 .../images/sat_image-expected-100x100-hanning.png  |   Bin 0 -> 26181 bytes
 .../images/sat_image-expected-100x100-hermite.png  |   Bin 0 -> 26132 bytes
 .../images/sat_image-expected-100x100-kaiser.png   |   Bin 0 -> 26116 bytes
 .../images/sat_image-expected-100x100-lanczos.png  |   Bin 0 -> 26720 bytes
 .../images/sat_image-expected-100x100-mitchell.png |   Bin 0 -> 26002 bytes
 .../images/sat_image-expected-100x100-near.png     |   Bin 0 -> 17225 bytes
 .../images/sat_image-expected-100x100-near.tif     |   Bin 0 -> 5144 bytes
 .../images/sat_image-expected-100x100-offset.tif   |   Bin 0 -> 4496 bytes
 .../images/sat_image-expected-100x100-quadric.png  |   Bin 0 -> 25183 bytes
 .../images/sat_image-expected-100x100-sinc.png     |   Bin 0 -> 28307 bytes
 .../images/sat_image-expected-100x100-spline16.png |   Bin 0 -> 26743 bytes
 .../images/sat_image-expected-100x100-spline36.png |   Bin 0 -> 27034 bytes
 .../images/sat_image-expected-50x50-bessel.png     |   Bin 0 -> 6996 bytes
 .../images/sat_image-expected-50x50-bicubic.png    |   Bin 0 -> 6772 bytes
 .../images/sat_image-expected-50x50-bilinear.png   |   Bin 0 -> 6851 bytes
 .../images/sat_image-expected-50x50-blackman.png   |   Bin 0 -> 6961 bytes
 .../images/sat_image-expected-50x50-catrom.png     |   Bin 0 -> 6992 bytes
 .../images/sat_image-expected-50x50-gaussian.png   |   Bin 0 -> 6811 bytes
 .../images/sat_image-expected-50x50-hamming.png    |   Bin 0 -> 6895 bytes
 .../images/sat_image-expected-50x50-hanning.png    |   Bin 0 -> 6931 bytes
 .../images/sat_image-expected-50x50-hermite.png    |   Bin 0 -> 6933 bytes
 .../images/sat_image-expected-50x50-kaiser.png     |   Bin 0 -> 6938 bytes
 .../images/sat_image-expected-50x50-lanczos.png    |   Bin 0 -> 7002 bytes
 .../images/sat_image-expected-50x50-mitchell.png   |   Bin 0 -> 6925 bytes
 test/data/images/sat_image-expected-50x50-near.png |   Bin 0 -> 7226 bytes
 test/data/images/sat_image-expected-50x50-near.tif |   Bin 0 -> 2060 bytes
 .../images/sat_image-expected-50x50-offset.tif     |   Bin 0 -> 760 bytes
 .../images/sat_image-expected-50x50-quadric.png    |   Bin 0 -> 6814 bytes
 test/data/images/sat_image-expected-50x50-sinc.png |   Bin 0 -> 7356 bytes
 .../images/sat_image-expected-50x50-spline16.png   |   Bin 0 -> 7015 bytes
 .../images/sat_image-expected-50x50-spline36.png   |   Bin 0 -> 7035 bytes
 test/data/images/sat_image.png                     |   Bin 0 -> 13033 bytes
 test/data/images/sat_image.tif                     |   Bin 0 -> 5922 bytes
 test/data/map.xml                                  |    39 +
 test/data/markers.xml                              |     4 +-
 .../{vector_tile/raster_layer.xml => sat_map.xml}  |    10 +-
 test/data/v4-10_131_242.mvt                        |   Bin 0 -> 37832 bytes
 test/data/v6-0_0_0.mvt                             |   Bin 0 -> 54777 bytes
 test/data/vector_tile/13-2411-3080.png             |   Bin 0 -> 8289 bytes
 test/data/vector_tile/3.2.3.mbs4.mvt               |   Bin 0 -> 50736 bytes
 .../compositing/expected/0-0-0-mosaic.png          |   Bin 3176 -> 3359 bytes
 .../compositing/expected/2-1-1-no-point.png        |   Bin 1242 -> 1340 bytes
 .../vector_tile/compositing/expected/2-1-1.png     |   Bin 1544 -> 148026 bytes
 .../vector_tile/compositing/expected/2-1-1b.png    |   Bin 0 -> 154578 bytes
 .../vector_tile/compositing/expected/concat.png    |   Bin 2446 -> 2448 bytes
 .../compositing/expected/image_concat.png          |   Bin 115377 -> 112692 bytes
 .../expected/world-reencode-max-extent.png         |   Bin 0 -> 7991 bytes
 .../compositing/expected/world-reencode.png        |   Bin 0 -> 7984 bytes
 test/data/vector_tile/compositing/layers/lines.xml |     2 +-
 .../data/vector_tile/compositing/layers/points.xml |     2 +-
 test/data/vector_tile/compositing/styles/all.xml   |    62 +-
 .../vector_tile/compositing/tiles/lines-0-0-0.mvt  |   Bin 0 -> 54 bytes
 .../compositing/tiles/lines-0-0-0.vector.pbf       |   Bin 48 -> 0 bytes
 .../vector_tile/compositing/tiles/lines-1-0-0.mvt  |   Bin 0 -> 55 bytes
 .../compositing/tiles/lines-1-0-0.vector.pbf       |   Bin 49 -> 0 bytes
 .../vector_tile/compositing/tiles/lines-1-0-1.mvt  |   Bin 0 -> 55 bytes
 .../compositing/tiles/lines-1-0-1.vector.pbf       |   Bin 49 -> 0 bytes
 .../vector_tile/compositing/tiles/lines-1-1-0.mvt  |     6 +
 .../compositing/tiles/lines-1-1-0.vector.pbf       |     6 -
 .../vector_tile/compositing/tiles/lines-1-1-1.mvt  |     4 +
 .../compositing/tiles/lines-1-1-1.vector.pbf       |     4 -
 .../vector_tile/compositing/tiles/lines-2-0-0.mvt  |     0
 .../compositing/tiles/lines-2-0-0.vector.pbf       |     2 -
 .../vector_tile/compositing/tiles/lines-2-0-1.mvt  |   Bin 0 -> 37 bytes
 .../compositing/tiles/lines-2-0-1.vector.pbf       |   Bin 31 -> 0 bytes
 .../vector_tile/compositing/tiles/lines-2-1-1.mvt  |     6 +
 .../compositing/tiles/lines-2-1-1.vector.pbf       |     6 -
 .../vector_tile/compositing/tiles/points-0-0-0.mvt |   Bin 0 -> 50 bytes
 .../compositing/tiles/points-0-0-0.vector.pbf      |   Bin 44 -> 0 bytes
 .../vector_tile/compositing/tiles/points-1-0-0.mvt |   Bin 0 -> 50 bytes
 .../compositing/tiles/points-1-0-0.vector.pbf      |   Bin 44 -> 0 bytes
 .../vector_tile/compositing/tiles/points-1-0-1.mvt |   Bin 0 -> 49 bytes
 .../compositing/tiles/points-1-0-1.vector.pbf      |   Bin 43 -> 0 bytes
 .../vector_tile/compositing/tiles/points-1-1-0.mvt |   Bin 0 -> 49 bytes
 .../compositing/tiles/points-1-1-0.vector.pbf      |   Bin 43 -> 0 bytes
 .../vector_tile/compositing/tiles/points-1-1-1.mvt |   Bin 0 -> 48 bytes
 .../compositing/tiles/points-1-1-1.vector.pbf      |   Bin 42 -> 0 bytes
 .../vector_tile/compositing/tiles/points-2-0-0.mvt |     0
 .../compositing/tiles/points-2-0-0.vector.pbf      |     2 -
 .../vector_tile/compositing/tiles/points-2-0-1.mvt |     0
 .../compositing/tiles/points-2-0-1.vector.pbf      |     2 -
 .../vector_tile/compositing/tiles/points-2-1-1.mvt |   Bin 0 -> 50 bytes
 .../compositing/tiles/points-2-1-1.vector.pbf      |   Bin 44 -> 0 bytes
 test/data/vector_tile/errors.svg                   |    32 +
 test/data/vector_tile/generic_map.xml              |    20 +
 test/data/vector_tile/invalid_v2_tile.mvt          |   Bin 0 -> 65901 bytes
 test/data/vector_tile/invalid_v2_tile_bad_geom.mvt |   Bin 0 -> 65686 bytes
 test/data/vector_tile/layers.xml                   |     6 +-
 test/data/vector_tile/nz-1.png                     |   Bin 0 -> 26701 bytes
 test/data/vector_tile/nz-1b.png                    |   Bin 0 -> 23785 bytes
 test/data/vector_tile/pasted/pasted1.dbf           |   Bin 0 -> 484 bytes
 test/data/vector_tile/pasted/pasted1.mvt           |   Bin 0 -> 223 bytes
 test/data/vector_tile/pasted/pasted1.prj           |     1 +
 test/data/vector_tile/pasted/pasted1.shp           |   Bin 0 -> 464 bytes
 test/data/vector_tile/pasted/pasted1.shx           |   Bin 0 -> 108 bytes
 .../vector_tile/pasted/pasted1.xml}                |     6 +-
 test/data/vector_tile/pasted/pasted10.dbf          |   Bin 0 -> 77 bytes
 test/data/vector_tile/pasted/pasted10.mvt          |   Bin 0 -> 54 bytes
 test/data/vector_tile/pasted/pasted10.prj          |     1 +
 test/data/vector_tile/pasted/pasted10.shp          |   Bin 0 -> 348 bytes
 test/data/vector_tile/pasted/pasted10.shx          |   Bin 0 -> 108 bytes
 .../vector_tile/pasted/pasted10.xml}               |     6 +-
 test/data/vector_tile/pasted/pasted11.dbf          |   Bin 0 -> 362 bytes
 test/data/vector_tile/pasted/pasted11.mvt          |   Bin 0 -> 213 bytes
 test/data/vector_tile/pasted/pasted11.prj          |     1 +
 test/data/vector_tile/pasted/pasted11.shp          |   Bin 0 -> 1216 bytes
 test/data/vector_tile/pasted/pasted11.shx          |   Bin 0 -> 108 bytes
 .../vector_tile/pasted/pasted11.xml}               |     6 +-
 test/data/vector_tile/pasted/pasted12.geojson      |     2 +
 test/data/vector_tile/pasted/pasted12.mvt          |   Bin 0 -> 105 bytes
 test/data/vector_tile/pasted/pasted12.xml          |    18 +
 test/data/vector_tile/pasted/pasted13.geojson      |  6988 ++
 test/data/vector_tile/pasted/pasted13.mvt          |   Bin 0 -> 549 bytes
 test/data/vector_tile/pasted/pasted13.xml          |    18 +
 test/data/vector_tile/pasted/pasted14.geojson      | 13629 ++++
 test/data/vector_tile/pasted/pasted14.mvt          |   Bin 0 -> 208 bytes
 test/data/vector_tile/pasted/pasted14.xml          |    18 +
 test/data/vector_tile/pasted/pasted15.dbf          |   Bin 0 -> 77 bytes
 test/data/vector_tile/pasted/pasted15.mvt          |   Bin 0 -> 82 bytes
 test/data/vector_tile/pasted/pasted15.prj          |     1 +
 test/data/vector_tile/pasted/pasted15.shp          |   Bin 0 -> 2320 bytes
 test/data/vector_tile/pasted/pasted15.shx          |   Bin 0 -> 108 bytes
 .../vector_tile/pasted/pasted15.xml}               |     6 +-
 test/data/vector_tile/pasted/pasted16.dbf          |   Bin 0 -> 77 bytes
 test/data/vector_tile/pasted/pasted16.mvt          |   Bin 0 -> 76 bytes
 test/data/vector_tile/pasted/pasted16.prj          |     1 +
 test/data/vector_tile/pasted/pasted16.shp          |   Bin 0 -> 120688 bytes
 test/data/vector_tile/pasted/pasted16.shx          |   Bin 0 -> 108 bytes
 .../vector_tile/pasted/pasted16.xml}               |     6 +-
 test/data/vector_tile/pasted/pasted17.geojson      |     1 +
 test/data/vector_tile/pasted/pasted17.mvt          |   Bin 0 -> 64 bytes
 test/data/vector_tile/pasted/pasted17.xml          |    18 +
 test/data/vector_tile/pasted/pasted18.dbf          |   Bin 0 -> 77 bytes
 test/data/vector_tile/pasted/pasted18.mvt          |   Bin 0 -> 94 bytes
 test/data/vector_tile/pasted/pasted18.prj          |     1 +
 test/data/vector_tile/pasted/pasted18.shp          |   Bin 0 -> 628 bytes
 test/data/vector_tile/pasted/pasted18.shx          |   Bin 0 -> 108 bytes
 .../vector_tile/pasted/pasted18.xml}               |     6 +-
 test/data/vector_tile/pasted/pasted19.dbf          |   Bin 0 -> 77 bytes
 test/data/vector_tile/pasted/pasted19.mvt          |   Bin 0 -> 78 bytes
 test/data/vector_tile/pasted/pasted19.prj          |     1 +
 test/data/vector_tile/pasted/pasted19.shp          |   Bin 0 -> 660 bytes
 test/data/vector_tile/pasted/pasted19.shx          |   Bin 0 -> 108 bytes
 .../vector_tile/pasted/pasted19.xml}               |     6 +-
 test/data/vector_tile/pasted/pasted2.dbf           |   Bin 0 -> 484 bytes
 test/data/vector_tile/pasted/pasted2.mvt           |   Bin 0 -> 240 bytes
 test/data/vector_tile/pasted/pasted2.prj           |     1 +
 test/data/vector_tile/pasted/pasted2.shp           |   Bin 0 -> 58868 bytes
 test/data/vector_tile/pasted/pasted2.shx           |   Bin 0 -> 108 bytes
 .../vector_tile/pasted/pasted2.xml}                |     6 +-
 test/data/vector_tile/pasted/pasted20.dbf          |   Bin 0 -> 77 bytes
 test/data/vector_tile/pasted/pasted20.mvt          |   Bin 0 -> 2201 bytes
 test/data/vector_tile/pasted/pasted20.prj          |     1 +
 test/data/vector_tile/pasted/pasted20.shp          |   Bin 0 -> 34792 bytes
 test/data/vector_tile/pasted/pasted20.shx          |   Bin 0 -> 108 bytes
 .../vector_tile/pasted/pasted20.xml}               |     6 +-
 test/data/vector_tile/pasted/pasted21.dbf          |   Bin 0 -> 77 bytes
 test/data/vector_tile/pasted/pasted21.mvt          |   Bin 0 -> 2219 bytes
 test/data/vector_tile/pasted/pasted21.prj          |     1 +
 test/data/vector_tile/pasted/pasted21.shp          |   Bin 0 -> 35972 bytes
 test/data/vector_tile/pasted/pasted21.shx          |   Bin 0 -> 108 bytes
 .../vector_tile/pasted/pasted21.xml}               |     6 +-
 test/data/vector_tile/pasted/pasted22.dbf          |   Bin 0 -> 77 bytes
 test/data/vector_tile/pasted/pasted22.mvt          |   Bin 0 -> 1226 bytes
 test/data/vector_tile/pasted/pasted22.prj          |     1 +
 test/data/vector_tile/pasted/pasted22.shp          |   Bin 0 -> 11684 bytes
 test/data/vector_tile/pasted/pasted22.shx          |   Bin 0 -> 108 bytes
 .../vector_tile/pasted/pasted22.xml}               |     6 +-
 test/data/vector_tile/pasted/pasted23.dbf          |   Bin 0 -> 74525 bytes
 test/data/vector_tile/pasted/pasted23.mvt          |   Bin 0 -> 42470 bytes
 test/data/vector_tile/pasted/pasted23.prj          |     1 +
 test/data/vector_tile/pasted/pasted23.shp          |   Bin 0 -> 1103684 bytes
 test/data/vector_tile/pasted/pasted23.shx          |   Bin 0 -> 2436 bytes
 .../vector_tile/pasted/pasted23.xml}               |     6 +-
 test/data/vector_tile/pasted/pasted3.dbf           |   Bin 0 -> 484 bytes
 test/data/vector_tile/pasted/pasted3.mvt           |   Bin 0 -> 220 bytes
 test/data/vector_tile/pasted/pasted3.prj           |     1 +
 test/data/vector_tile/pasted/pasted3.shp           |   Bin 0 -> 58868 bytes
 test/data/vector_tile/pasted/pasted3.shx           |   Bin 0 -> 108 bytes
 .../vector_tile/pasted/pasted3.xml}                |     6 +-
 test/data/vector_tile/pasted/pasted4.dbf           |   Bin 0 -> 484 bytes
 test/data/vector_tile/pasted/pasted4.mvt           |   Bin 0 -> 226 bytes
 test/data/vector_tile/pasted/pasted4.prj           |     1 +
 test/data/vector_tile/pasted/pasted4.shp           |   Bin 0 -> 58868 bytes
 test/data/vector_tile/pasted/pasted4.shx           |   Bin 0 -> 108 bytes
 .../vector_tile/pasted/pasted4.xml}                |     6 +-
 test/data/vector_tile/pasted/pasted5.dbf           |   Bin 0 -> 484 bytes
 test/data/vector_tile/pasted/pasted5.mvt           |   Bin 0 -> 235 bytes
 test/data/vector_tile/pasted/pasted5.prj           |     1 +
 test/data/vector_tile/pasted/pasted5.shp           |   Bin 0 -> 23168 bytes
 test/data/vector_tile/pasted/pasted5.shx           |   Bin 0 -> 108 bytes
 .../vector_tile/pasted/pasted5.xml}                |     6 +-
 test/data/vector_tile/pasted/pasted6.dbf           |   Bin 0 -> 484 bytes
 test/data/vector_tile/pasted/pasted6.mvt           |   Bin 0 -> 241 bytes
 test/data/vector_tile/pasted/pasted6.prj           |     1 +
 test/data/vector_tile/pasted/pasted6.shp           |   Bin 0 -> 27304 bytes
 test/data/vector_tile/pasted/pasted6.shx           |   Bin 0 -> 108 bytes
 .../vector_tile/pasted/pasted6.xml}                |     6 +-
 test/data/vector_tile/pasted/pasted7.dbf           |   Bin 0 -> 484 bytes
 test/data/vector_tile/pasted/pasted7.mvt           |   Bin 0 -> 243 bytes
 test/data/vector_tile/pasted/pasted7.prj           |     1 +
 test/data/vector_tile/pasted/pasted7.shp           |   Bin 0 -> 8624 bytes
 test/data/vector_tile/pasted/pasted7.shx           |   Bin 0 -> 108 bytes
 .../vector_tile/pasted/pasted7.xml}                |     6 +-
 test/data/vector_tile/pasted/pasted8.dbf           |   Bin 0 -> 484 bytes
 test/data/vector_tile/pasted/pasted8.mvt           |   Bin 0 -> 229 bytes
 test/data/vector_tile/pasted/pasted8.prj           |     1 +
 test/data/vector_tile/pasted/pasted8.shp           |   Bin 0 -> 11064 bytes
 test/data/vector_tile/pasted/pasted8.shx           |   Bin 0 -> 108 bytes
 .../vector_tile/pasted/pasted8.xml}                |     6 +-
 .../vector_tile/pasted/pasted9_tile0_0_0_0.mvt.mvt |   Bin 0 -> 8752 bytes
 .../vector_tile/pasted/pasted9_tile1_0_0_0.mvt.mvt |   Bin 0 -> 30179 bytes
 test/data/vector_tile/raster_layer.xml             |     4 +-
 test/data/vector_tile/raster_style.xml             |     4 +-
 test/data/vector_tile/tile-raster.expected.jpg     |   Bin 7768 -> 6635 bytes
 test/data/vector_tile/tile-raster2.expected.png    |   Bin 121986 -> 119776 bytes
 test/data/vector_tile/tile-raster3.expected.png    |   Bin 0 -> 119776 bytes
 ...ter2.expected.png => tile-raster4.expected.png} |   Bin
 ...ter2.expected.png => tile-raster5.expected.png} |   Bin
 test/data/vector_tile/tile0-area_threshold.mvt     |   Bin 0 -> 50321 bytes
 test/data/vector_tile/tile0-b.expected.png         |   Bin 15538 -> 12642 bytes
 test/data/vector_tile/tile0-c.expected.png         |   Bin 13333 -> 13422 bytes
 test/data/vector_tile/tile0-evenOdd.mvt            |   Bin 0 -> 50363 bytes
 .../vector_tile/tile0-fields.expected.grid.json    |   727 +
 test/data/vector_tile/tile0-mpu-false.mvt          |   Bin 0 -> 50321 bytes
 test/data/vector_tile/tile0-mpu-true.mvt           |   Bin 0 -> 50378 bytes
 test/data/vector_tile/tile0-nonZero.mvt            |   Bin 0 -> 50330 bytes
 .../vector_tile/tile0-process-all-mp-rings.mvt     |   Bin 0 -> 50321 bytes
 .../data/vector_tile/tile0-simple_and_distance.mvt |   Bin 0 -> 43707 bytes
 test/data/vector_tile/tile0-simplify_distance.mvt  |   Bin 0 -> 43707 bytes
 test/data/vector_tile/tile0-strictly_simple.mvt    |   Bin 0 -> 50321 bytes
 .../vector_tile/tile0-strictly_simple_false.mvt    |   Bin 0 -> 50199 bytes
 test/data/vector_tile/tile0.corrupt-svg.svg        |   201 +
 test/data/vector_tile/tile0.expected-cairo.svg     |   388 +-
 test/data/vector_tile/tile0.expected-svg.svg       |   388 +-
 test/data/vector_tile/tile0.expected.png           |   Bin 17101 -> 17116 bytes
 test/data/vector_tile/tile0.mvt                    |   Bin 0 -> 50321 bytes
 test/data/vector_tile/tile0.vector.pbf             |   Bin 50297 -> 0 bytes
 test/data/vector_tile/tile1.vector.pbf             |   Bin 213 -> 431 bytes
 test/data/vector_tile/tile1.vector.pbf.gz          |   Bin 0 -> 431 bytes
 test/data/vector_tile/tile2.mvt                    |   Bin 0 -> 431 bytes
 test/data/vector_tile/tile2.vector.pbf             |   Bin 429 -> 0 bytes
 test/data/vector_tile/tile3.expected.png           |   Bin 5535 -> 5593 bytes
 test/data/vector_tile/tile3.mvt                    |   Bin 0 -> 983 bytes
 test/data/vector_tile/tile3.vector.pbf             |   Bin 544 -> 0 bytes
 test/data/vector_tile/tile_threading_async.mvt     |   Bin 0 -> 50039 bytes
 test/data/vector_tile/tile_threading_auto.mvt      |   Bin 0 -> 50039 bytes
 test/data/world_merc.converted.geojson             | 69978 +++++++++----------
 test/data/world_merc.index                         |   Bin 9092 -> 0 bytes
 "test/data/\303\274nicode_symbols.xml"             |    48 +
 test/datasource.test.js                            |    57 +
 test/feature.test.js                               |   149 +-
 test/font_path.test.js                             |     5 +-
 test/geometry.test.js                              |    32 +-
 test/grid.test.js                                  |     4 +
 test/grid_view.test.js                             |    34 +-
 test/image.filter.test.js                          |    42 +
 test/image.svg.test.js                             |   195 +
 test/image.test.js                                 |   883 +-
 test/image_view.test.js                            |    63 +-
 test/layers.test.js                                |    18 +-
 test/logger.test.js                                |    16 +-
 test/map.test.js                                   |    31 +-
 test/map_generation.test.js                        |     2 +-
 test/mapnik-index.test.js                          |    44 +
 test/palette.test.js                               |    19 +-
 test/plugin.test.js                                |    85 +
 test/raster.xml                                    |    18 +
 test/render-async.test.js                          |    39 +-
 test/render-sync.test.js                           |    20 +-
 test/render_grid.test.js                           |     8 +-
 test/shp2geojson.test.js                           |     9 +-
 test/stylesheet.xml                                |     4 +-
 test/support/grid2.json                            |   148 +-
 test/support/grid__id__.json                       |   103 +-
 test/support/grid__id__2.json                      |   103 +-
 test/support/grid__id__3.json                      |    67 +-
 test/support/grid_view.json                        |    10 +-
 test/vector-tile.composite.test.js                 |   586 +-
 test/vector-tile.query.test.js                     |   194 +-
 test/vector-tile.queryMany.test.js                 |     8 +-
 test/vector-tile.test.js                           |  3405 +-
 401 files changed, 132021 insertions(+), 42384 deletions(-)

-- 
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