├── .gitattributes ├── .gitignore ├── .npmignore ├── .travis.yml ├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── backend.js ├── cloudformation └── travis.template ├── fonts └── SourceSansPro-Regular.ttf ├── index.js ├── package.json ├── scripts ├── build-appveyor.bat └── build-local.bat ├── templates ├── layer.xml ├── map.xml └── params.xml ├── test ├── backend.js ├── expected │ ├── a.0.0.0-cairo.svg │ ├── a.0.0.0-svg.svg │ ├── a.0.0.0.jpeg │ ├── a.0.0.0.json │ ├── a.0.0.0.png │ ├── a.0.0.0.utf │ ├── a.1.0.0.png │ ├── a.1.0.1.png │ ├── a.1.1.0.png │ ├── a.1.1.1.png │ ├── a.2.0.0.png │ ├── a.2.0.1.png │ ├── a.vt2.0.0.0.png │ ├── a.vt2.1.0.0.png │ ├── a.vt2.1.0.1.png │ ├── a.vt2.1.1.0.png │ ├── a.vt2.1.1.1.png │ ├── a.vt2.2.0.0.png │ ├── a.vt2.2.0.1.png │ ├── a@vt.0.0.0-cairo.svg │ ├── a@vt.0.0.0.jpeg │ ├── a@vt.0.0.0.json │ ├── a@vt.0.0.0.png │ ├── a@vt.0.0.0.utf │ ├── a@vt.1.0.0.png │ ├── a@vt.1.0.1.png │ ├── a@vt.1.1.0.png │ ├── a@vt.1.1.1.png │ ├── a@vt.1.1.2.png │ ├── a@vt.1.1.3.png │ ├── a@vt.2.0.0.png │ ├── a@vt.2.0.1.png │ ├── b.0.0.0.png │ ├── b.1.0.0.png │ ├── b.1.0.1.png │ ├── b.1.1.0.png │ ├── b.1.1.1.png │ ├── b.2.1.1.png │ ├── b.2.1.2.png │ ├── b@2x.0.0.0.png │ ├── b@2x.1.0.0.png │ ├── b@2x.1.0.1.png │ ├── b@2x.1.1.0.png │ ├── b@2x.1.1.1.png │ ├── b@2x.2.1.1.png │ ├── b@2x.2.1.2.png │ ├── b@2x.3.2.2.png │ ├── b@2x.3.2.3.png │ ├── b@2x.3.2.4.png │ ├── backend-a.0.0.0-raw.json │ ├── backend-a.0.0.0.json │ ├── backend-a.0.0.1.json │ ├── backend-a.1.0.0-raw.json │ ├── backend-a.1.0.0.json │ ├── backend-a.1.0.1-raw.json │ ├── backend-a.1.0.1.json │ ├── backend-a.1.1.0-raw.json │ ├── backend-a.1.1.0.json │ ├── backend-a.1.1.1-raw.json │ ├── backend-a.1.1.1.json │ ├── backend-a.2.0.0-raw.json │ ├── backend-a.2.0.0.json │ ├── backend-a.2.0.1-raw.json │ ├── backend-a.2.0.1.json │ ├── backend-b.0.0.0-raw.json │ ├── backend-b.0.0.0.json │ ├── backend-b.1.0.0-raw.json │ ├── backend-b.1.0.0.json │ ├── backend-b.1.0.1-raw.json │ ├── backend-b.1.0.1.json │ ├── backend-b.1.1.0-raw.json │ ├── backend-b.1.1.0.json │ ├── backend-b.1.1.1-raw.json │ ├── backend-b.1.1.1.json │ ├── backend-b.2.1.1-raw.json │ ├── backend-b.2.1.1.json │ ├── backend-b.2.1.2-raw.json │ ├── backend-b.2.1.2.json │ ├── backend-c.0.0.0.json │ ├── backend-c.1.0.0.json │ ├── backend-c.1.0.1.json │ ├── backend-c.1.1.0.json │ ├── backend-c.1.1.1.json │ ├── backend-c.2.1.1-raw.json │ ├── backend-c.2.1.1.json │ ├── backend-c.2.1.2-raw.json │ ├── backend-c.2.1.2.json │ ├── backend-c.3.2.2-raw.json │ ├── backend-c.3.2.2.json │ ├── backend-c.3.2.3-raw.json │ ├── backend-c.3.2.3.json │ ├── backend-c.3.2.4-raw.json │ ├── backend-c.3.2.4.json │ ├── backend-d.0.0.0-raw.json │ ├── backend-d.0.0.0.json │ ├── backend-d.1.0.0-raw.json │ ├── backend-d.1.0.0.json │ ├── backend-d.1.0.1-raw.json │ ├── backend-d.1.0.1.json │ ├── backend-d.1.1.0-raw.json │ ├── backend-d.1.1.0.json │ ├── backend-d.1.1.1-raw.json │ ├── backend-d.1.1.1.json │ ├── backend-d.1.1.2.json │ ├── backend-d.1.1.3.json │ ├── backend-d.2.0.0-raw.json │ ├── backend-d.2.0.0.json │ ├── backend-d.2.0.1-raw.json │ ├── backend-d.2.0.1.json │ ├── backend-gz.0.0.0-raw.json │ ├── backend-gz.0.0.0.json │ ├── backend-h.0.0.0-raw.json │ ├── backend-h.0.0.0.json │ ├── backend-h.1.0.0-raw.json │ ├── backend-h.1.0.0.json │ ├── backend-h.1.0.1-raw.json │ ├── backend-h.1.0.1.json │ ├── backend-h.1.1.0-raw.json │ ├── backend-h.1.1.0.json │ ├── backend-h.1.1.1-raw.json │ ├── backend-h.1.1.1.json │ ├── backend-h.2.1.1-raw.json │ ├── backend-h.2.1.1.json │ ├── backend-h.2.1.2-raw.json │ ├── backend-h.2.1.2.json │ ├── backend-h.3.2.2-raw.json │ ├── backend-h.3.2.2.json │ ├── backend-h.3.2.3-raw.json │ ├── backend-h.3.2.3.json │ ├── backend-h.3.2.4-raw.json │ ├── backend-h.3.2.4.json │ ├── backend-i.0.0.0-raw.json │ ├── backend-i.0.0.0.json │ ├── backend-i.1.0.0-raw.json │ ├── backend-i.1.0.0.json │ ├── backend-i.1.0.1-raw.json │ ├── backend-i.1.0.1.json │ ├── backend-i.1.1.0-raw.json │ ├── backend-i.1.1.0.json │ ├── backend-i.1.1.1-raw.json │ ├── backend-i.1.1.1.json │ ├── backend-i.2.0.0-raw.json │ ├── backend-i.2.0.0.json │ ├── backend-i.2.0.1-raw.json │ ├── backend-i.2.0.1.json │ ├── backend-invalid.1.1.0-raw.json │ ├── backend-invalid.1.1.0.json │ ├── backend-invalid.1.1.1-raw.json │ ├── backend-invalid.1.1.1.json │ ├── backend-iv.0.0.0-raw.json │ ├── backend-iv.0.0.0.json │ ├── c.0.0.0.png │ ├── c.1.0.0.png │ ├── c.1.0.1.png │ ├── c.1.1.0.png │ ├── c.1.1.1.png │ ├── c.2.1.1.png │ ├── c.2.1.2.png │ ├── c.3.2.2.png │ ├── c.3.2.3.png │ ├── c.3.2.4.png │ ├── d.0.0.0.png │ ├── d.1.0.0.png │ ├── d.1.0.1.png │ ├── d.1.1.0.png │ ├── e.0.0.0.png │ ├── f.0.0.0.png │ ├── g.0.0.0.png │ ├── h.0.0.0.png │ ├── h.1.0.0.png │ ├── h.1.0.1.png │ ├── h.1.1.0.png │ ├── h.1.1.1.png │ ├── h.2.1.1.png │ ├── h.2.1.2.png │ ├── h.3.2.2.png │ ├── h.3.2.3.png │ ├── h.3.2.4.png │ ├── i.0.0.0.png │ ├── i.1.0.0.png │ ├── i@2x.0.0.0.png │ ├── i@2x.1.0.0.png │ ├── invalid.1.1.0.png │ ├── invalid.1.1.1.png │ ├── query--77.0131,38.8829.json │ ├── xray-a-0-0-0-transparent.png │ ├── xray-a-0-0-0.png │ ├── xray-i-0-0-0.png │ ├── xray-multi.xml │ └── xray-single.xml ├── file.js ├── fixtures │ ├── a.xml │ ├── a │ │ ├── 0.0.0.vector.pbf │ │ ├── 1.0.0.vector.pbf │ │ ├── 1.0.1.vector.pbf │ │ ├── 1.1.0.vector.pbf │ │ └── 1.1.1.vector.pbf │ ├── b.xml │ ├── b │ │ ├── 0.0.0.vector.pbf │ │ ├── 1.0.0.vector.pbf │ │ ├── 1.0.1.vector.pbf │ │ ├── 1.1.0.vector.pbf │ │ ├── 1.1.1.vector.pbf │ │ └── 2.1.1.vector.pbf │ ├── c.xml │ ├── expires.xml │ ├── gz │ │ └── 0.0.0.vector.pbfz │ ├── i.xml │ ├── i │ │ ├── 0.0.0.jpg │ │ ├── 1.0.0.jpg │ │ ├── 1.0.1.jpg │ │ ├── 1.1.0.jpg │ │ └── 1.1.1.jpg │ ├── invalid.xml │ ├── s p a c e │ │ └── i.xml │ └── tm2z │ │ ├── doublecall.tm2z │ │ ├── doublezip.tm2z │ │ ├── empty.tm2z │ │ ├── filesize.tm2z │ │ ├── gunzipsize.tm2z │ │ ├── invalid.tm2z │ │ ├── invalid_parsecolor.tm2z │ │ ├── malformed.tm2z │ │ ├── missing_font.tm2z │ │ ├── missing_image.tm2z │ │ ├── nodirectory.tm2z │ │ ├── patternstyle.tm2z │ │ ├── project-v6.tm2z │ │ ├── project-v6 │ │ └── project.xml │ │ ├── project.tar │ │ ├── project.tar.gz │ │ ├── project.tm2z │ │ ├── project │ │ └── project.xml │ │ ├── regenerate-project.sh │ │ └── xmlsize.tm2z ├── fonts │ └── source-sans-pro │ │ ├── LICENSE.txt │ │ ├── SourceSansPro-Bold.ttf │ │ ├── SourceSansPro-It.ttf │ │ ├── SourceSansPro-Regular.ttf │ │ └── SourceSansPro-Semibold.ttf ├── image.js ├── test.js ├── testsource.js ├── tile-profiler.js ├── tm2z.js └── xray.js └── tile-profiler.js /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | node_modules -------------------------------------------------------------------------------- /.npmignore: -------------------------------------------------------------------------------- 1 | test 2 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/.travis.yml -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/README.md -------------------------------------------------------------------------------- /backend.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/backend.js -------------------------------------------------------------------------------- /cloudformation/travis.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/cloudformation/travis.template -------------------------------------------------------------------------------- /fonts/SourceSansPro-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/fonts/SourceSansPro-Regular.ttf -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/package.json -------------------------------------------------------------------------------- /scripts/build-appveyor.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/scripts/build-appveyor.bat -------------------------------------------------------------------------------- /scripts/build-local.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/scripts/build-local.bat -------------------------------------------------------------------------------- /templates/layer.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/templates/layer.xml -------------------------------------------------------------------------------- /templates/map.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/templates/map.xml -------------------------------------------------------------------------------- /templates/params.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/templates/params.xml -------------------------------------------------------------------------------- /test/backend.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/backend.js -------------------------------------------------------------------------------- /test/expected/a.0.0.0-cairo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.0.0.0-cairo.svg -------------------------------------------------------------------------------- /test/expected/a.0.0.0-svg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.0.0.0-svg.svg -------------------------------------------------------------------------------- /test/expected/a.0.0.0.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.0.0.0.jpeg -------------------------------------------------------------------------------- /test/expected/a.0.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.0.0.0.json -------------------------------------------------------------------------------- /test/expected/a.0.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.0.0.0.png -------------------------------------------------------------------------------- /test/expected/a.0.0.0.utf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.0.0.0.utf -------------------------------------------------------------------------------- /test/expected/a.1.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.1.0.0.png -------------------------------------------------------------------------------- /test/expected/a.1.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.1.0.1.png -------------------------------------------------------------------------------- /test/expected/a.1.1.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.1.1.0.png -------------------------------------------------------------------------------- /test/expected/a.1.1.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.1.1.1.png -------------------------------------------------------------------------------- /test/expected/a.2.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.2.0.0.png -------------------------------------------------------------------------------- /test/expected/a.2.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.2.0.1.png -------------------------------------------------------------------------------- /test/expected/a.vt2.0.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.vt2.0.0.0.png -------------------------------------------------------------------------------- /test/expected/a.vt2.1.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.vt2.1.0.0.png -------------------------------------------------------------------------------- /test/expected/a.vt2.1.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.vt2.1.0.1.png -------------------------------------------------------------------------------- /test/expected/a.vt2.1.1.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.vt2.1.1.0.png -------------------------------------------------------------------------------- /test/expected/a.vt2.1.1.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.vt2.1.1.1.png -------------------------------------------------------------------------------- /test/expected/a.vt2.2.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.vt2.2.0.0.png -------------------------------------------------------------------------------- /test/expected/a.vt2.2.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a.vt2.2.0.1.png -------------------------------------------------------------------------------- /test/expected/a@vt.0.0.0-cairo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a@vt.0.0.0-cairo.svg -------------------------------------------------------------------------------- /test/expected/a@vt.0.0.0.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a@vt.0.0.0.jpeg -------------------------------------------------------------------------------- /test/expected/a@vt.0.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a@vt.0.0.0.json -------------------------------------------------------------------------------- /test/expected/a@vt.0.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a@vt.0.0.0.png -------------------------------------------------------------------------------- /test/expected/a@vt.0.0.0.utf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a@vt.0.0.0.utf -------------------------------------------------------------------------------- /test/expected/a@vt.1.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a@vt.1.0.0.png -------------------------------------------------------------------------------- /test/expected/a@vt.1.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a@vt.1.0.1.png -------------------------------------------------------------------------------- /test/expected/a@vt.1.1.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a@vt.1.1.0.png -------------------------------------------------------------------------------- /test/expected/a@vt.1.1.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a@vt.1.1.1.png -------------------------------------------------------------------------------- /test/expected/a@vt.1.1.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a@vt.1.1.2.png -------------------------------------------------------------------------------- /test/expected/a@vt.1.1.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a@vt.1.1.3.png -------------------------------------------------------------------------------- /test/expected/a@vt.2.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a@vt.2.0.0.png -------------------------------------------------------------------------------- /test/expected/a@vt.2.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/a@vt.2.0.1.png -------------------------------------------------------------------------------- /test/expected/b.0.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/b.0.0.0.png -------------------------------------------------------------------------------- /test/expected/b.1.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/b.1.0.0.png -------------------------------------------------------------------------------- /test/expected/b.1.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/b.1.0.1.png -------------------------------------------------------------------------------- /test/expected/b.1.1.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/b.1.1.0.png -------------------------------------------------------------------------------- /test/expected/b.1.1.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/b.1.1.1.png -------------------------------------------------------------------------------- /test/expected/b.2.1.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/b.2.1.1.png -------------------------------------------------------------------------------- /test/expected/b.2.1.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/b.2.1.2.png -------------------------------------------------------------------------------- /test/expected/b@2x.0.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/b@2x.0.0.0.png -------------------------------------------------------------------------------- /test/expected/b@2x.1.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/b@2x.1.0.0.png -------------------------------------------------------------------------------- /test/expected/b@2x.1.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/b@2x.1.0.1.png -------------------------------------------------------------------------------- /test/expected/b@2x.1.1.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/b@2x.1.1.0.png -------------------------------------------------------------------------------- /test/expected/b@2x.1.1.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/b@2x.1.1.1.png -------------------------------------------------------------------------------- /test/expected/b@2x.2.1.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/b@2x.2.1.1.png -------------------------------------------------------------------------------- /test/expected/b@2x.2.1.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/b@2x.2.1.2.png -------------------------------------------------------------------------------- /test/expected/b@2x.3.2.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/b@2x.3.2.2.png -------------------------------------------------------------------------------- /test/expected/b@2x.3.2.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/b@2x.3.2.3.png -------------------------------------------------------------------------------- /test/expected/b@2x.3.2.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/b@2x.3.2.4.png -------------------------------------------------------------------------------- /test/expected/backend-a.0.0.0-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-a.0.0.0-raw.json -------------------------------------------------------------------------------- /test/expected/backend-a.0.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-a.0.0.0.json -------------------------------------------------------------------------------- /test/expected/backend-a.0.0.1.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/expected/backend-a.1.0.0-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-a.1.0.0-raw.json -------------------------------------------------------------------------------- /test/expected/backend-a.1.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-a.1.0.0.json -------------------------------------------------------------------------------- /test/expected/backend-a.1.0.1-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-a.1.0.1-raw.json -------------------------------------------------------------------------------- /test/expected/backend-a.1.0.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-a.1.0.1.json -------------------------------------------------------------------------------- /test/expected/backend-a.1.1.0-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-a.1.1.0-raw.json -------------------------------------------------------------------------------- /test/expected/backend-a.1.1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-a.1.1.0.json -------------------------------------------------------------------------------- /test/expected/backend-a.1.1.1-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-a.1.1.1-raw.json -------------------------------------------------------------------------------- /test/expected/backend-a.1.1.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-a.1.1.1.json -------------------------------------------------------------------------------- /test/expected/backend-a.2.0.0-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-a.2.0.0-raw.json -------------------------------------------------------------------------------- /test/expected/backend-a.2.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-a.2.0.0.json -------------------------------------------------------------------------------- /test/expected/backend-a.2.0.1-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-a.2.0.1-raw.json -------------------------------------------------------------------------------- /test/expected/backend-a.2.0.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-a.2.0.1.json -------------------------------------------------------------------------------- /test/expected/backend-b.0.0.0-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-b.0.0.0-raw.json -------------------------------------------------------------------------------- /test/expected/backend-b.0.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-b.0.0.0.json -------------------------------------------------------------------------------- /test/expected/backend-b.1.0.0-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-b.1.0.0-raw.json -------------------------------------------------------------------------------- /test/expected/backend-b.1.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-b.1.0.0.json -------------------------------------------------------------------------------- /test/expected/backend-b.1.0.1-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-b.1.0.1-raw.json -------------------------------------------------------------------------------- /test/expected/backend-b.1.0.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-b.1.0.1.json -------------------------------------------------------------------------------- /test/expected/backend-b.1.1.0-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-b.1.1.0-raw.json -------------------------------------------------------------------------------- /test/expected/backend-b.1.1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-b.1.1.0.json -------------------------------------------------------------------------------- /test/expected/backend-b.1.1.1-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-b.1.1.1-raw.json -------------------------------------------------------------------------------- /test/expected/backend-b.1.1.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-b.1.1.1.json -------------------------------------------------------------------------------- /test/expected/backend-b.2.1.1-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-b.2.1.1-raw.json -------------------------------------------------------------------------------- /test/expected/backend-b.2.1.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-b.2.1.1.json -------------------------------------------------------------------------------- /test/expected/backend-b.2.1.2-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-b.2.1.2-raw.json -------------------------------------------------------------------------------- /test/expected/backend-b.2.1.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-b.2.1.2.json -------------------------------------------------------------------------------- /test/expected/backend-c.0.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-c.0.0.0.json -------------------------------------------------------------------------------- /test/expected/backend-c.1.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-c.1.0.0.json -------------------------------------------------------------------------------- /test/expected/backend-c.1.0.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-c.1.0.1.json -------------------------------------------------------------------------------- /test/expected/backend-c.1.1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-c.1.1.0.json -------------------------------------------------------------------------------- /test/expected/backend-c.1.1.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-c.1.1.1.json -------------------------------------------------------------------------------- /test/expected/backend-c.2.1.1-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-c.2.1.1-raw.json -------------------------------------------------------------------------------- /test/expected/backend-c.2.1.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-c.2.1.1.json -------------------------------------------------------------------------------- /test/expected/backend-c.2.1.2-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-c.2.1.2-raw.json -------------------------------------------------------------------------------- /test/expected/backend-c.2.1.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-c.2.1.2.json -------------------------------------------------------------------------------- /test/expected/backend-c.3.2.2-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-c.3.2.2-raw.json -------------------------------------------------------------------------------- /test/expected/backend-c.3.2.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-c.3.2.2.json -------------------------------------------------------------------------------- /test/expected/backend-c.3.2.3-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-c.3.2.3-raw.json -------------------------------------------------------------------------------- /test/expected/backend-c.3.2.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-c.3.2.3.json -------------------------------------------------------------------------------- /test/expected/backend-c.3.2.4-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-c.3.2.4-raw.json -------------------------------------------------------------------------------- /test/expected/backend-c.3.2.4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-c.3.2.4.json -------------------------------------------------------------------------------- /test/expected/backend-d.0.0.0-raw.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/expected/backend-d.0.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-d.0.0.0.json -------------------------------------------------------------------------------- /test/expected/backend-d.1.0.0-raw.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/expected/backend-d.1.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-d.1.0.0.json -------------------------------------------------------------------------------- /test/expected/backend-d.1.0.1-raw.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/expected/backend-d.1.0.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-d.1.0.1.json -------------------------------------------------------------------------------- /test/expected/backend-d.1.1.0-raw.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/expected/backend-d.1.1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-d.1.1.0.json -------------------------------------------------------------------------------- /test/expected/backend-d.1.1.1-raw.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/expected/backend-d.1.1.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-d.1.1.1.json -------------------------------------------------------------------------------- /test/expected/backend-d.1.1.2.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/expected/backend-d.1.1.3.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/expected/backend-d.2.0.0-raw.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/expected/backend-d.2.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-d.2.0.0.json -------------------------------------------------------------------------------- /test/expected/backend-d.2.0.1-raw.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/expected/backend-d.2.0.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-d.2.0.1.json -------------------------------------------------------------------------------- /test/expected/backend-gz.0.0.0-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-gz.0.0.0-raw.json -------------------------------------------------------------------------------- /test/expected/backend-gz.0.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-gz.0.0.0.json -------------------------------------------------------------------------------- /test/expected/backend-h.0.0.0-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.0.0.0-raw.json -------------------------------------------------------------------------------- /test/expected/backend-h.0.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.0.0.0.json -------------------------------------------------------------------------------- /test/expected/backend-h.1.0.0-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.1.0.0-raw.json -------------------------------------------------------------------------------- /test/expected/backend-h.1.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.1.0.0.json -------------------------------------------------------------------------------- /test/expected/backend-h.1.0.1-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.1.0.1-raw.json -------------------------------------------------------------------------------- /test/expected/backend-h.1.0.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.1.0.1.json -------------------------------------------------------------------------------- /test/expected/backend-h.1.1.0-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.1.1.0-raw.json -------------------------------------------------------------------------------- /test/expected/backend-h.1.1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.1.1.0.json -------------------------------------------------------------------------------- /test/expected/backend-h.1.1.1-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.1.1.1-raw.json -------------------------------------------------------------------------------- /test/expected/backend-h.1.1.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.1.1.1.json -------------------------------------------------------------------------------- /test/expected/backend-h.2.1.1-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.2.1.1-raw.json -------------------------------------------------------------------------------- /test/expected/backend-h.2.1.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.2.1.1.json -------------------------------------------------------------------------------- /test/expected/backend-h.2.1.2-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.2.1.2-raw.json -------------------------------------------------------------------------------- /test/expected/backend-h.2.1.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.2.1.2.json -------------------------------------------------------------------------------- /test/expected/backend-h.3.2.2-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.3.2.2-raw.json -------------------------------------------------------------------------------- /test/expected/backend-h.3.2.2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.3.2.2.json -------------------------------------------------------------------------------- /test/expected/backend-h.3.2.3-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.3.2.3-raw.json -------------------------------------------------------------------------------- /test/expected/backend-h.3.2.3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.3.2.3.json -------------------------------------------------------------------------------- /test/expected/backend-h.3.2.4-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.3.2.4-raw.json -------------------------------------------------------------------------------- /test/expected/backend-h.3.2.4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-h.3.2.4.json -------------------------------------------------------------------------------- /test/expected/backend-i.0.0.0-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-i.0.0.0-raw.json -------------------------------------------------------------------------------- /test/expected/backend-i.0.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-i.0.0.0.json -------------------------------------------------------------------------------- /test/expected/backend-i.1.0.0-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-i.1.0.0-raw.json -------------------------------------------------------------------------------- /test/expected/backend-i.1.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-i.1.0.0.json -------------------------------------------------------------------------------- /test/expected/backend-i.1.0.1-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-i.1.0.1-raw.json -------------------------------------------------------------------------------- /test/expected/backend-i.1.0.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-i.1.0.1.json -------------------------------------------------------------------------------- /test/expected/backend-i.1.1.0-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-i.1.1.0-raw.json -------------------------------------------------------------------------------- /test/expected/backend-i.1.1.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-i.1.1.0.json -------------------------------------------------------------------------------- /test/expected/backend-i.1.1.1-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-i.1.1.1-raw.json -------------------------------------------------------------------------------- /test/expected/backend-i.1.1.1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-i.1.1.1.json -------------------------------------------------------------------------------- /test/expected/backend-i.2.0.0-raw.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/expected/backend-i.2.0.0.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/expected/backend-i.2.0.1-raw.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/expected/backend-i.2.0.1.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/expected/backend-invalid.1.1.0-raw.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/expected/backend-invalid.1.1.0.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/expected/backend-invalid.1.1.1-raw.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/expected/backend-invalid.1.1.1.json: -------------------------------------------------------------------------------- 1 | [] -------------------------------------------------------------------------------- /test/expected/backend-iv.0.0.0-raw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-iv.0.0.0-raw.json -------------------------------------------------------------------------------- /test/expected/backend-iv.0.0.0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/backend-iv.0.0.0.json -------------------------------------------------------------------------------- /test/expected/c.0.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/c.0.0.0.png -------------------------------------------------------------------------------- /test/expected/c.1.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/c.1.0.0.png -------------------------------------------------------------------------------- /test/expected/c.1.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/c.1.0.1.png -------------------------------------------------------------------------------- /test/expected/c.1.1.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/c.1.1.0.png -------------------------------------------------------------------------------- /test/expected/c.1.1.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/c.1.1.1.png -------------------------------------------------------------------------------- /test/expected/c.2.1.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/c.2.1.1.png -------------------------------------------------------------------------------- /test/expected/c.2.1.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/c.2.1.2.png -------------------------------------------------------------------------------- /test/expected/c.3.2.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/c.3.2.2.png -------------------------------------------------------------------------------- /test/expected/c.3.2.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/c.3.2.3.png -------------------------------------------------------------------------------- /test/expected/c.3.2.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/c.3.2.4.png -------------------------------------------------------------------------------- /test/expected/d.0.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/d.0.0.0.png -------------------------------------------------------------------------------- /test/expected/d.1.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/d.1.0.0.png -------------------------------------------------------------------------------- /test/expected/d.1.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/d.1.0.1.png -------------------------------------------------------------------------------- /test/expected/d.1.1.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/d.1.1.0.png -------------------------------------------------------------------------------- /test/expected/e.0.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/e.0.0.0.png -------------------------------------------------------------------------------- /test/expected/f.0.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/f.0.0.0.png -------------------------------------------------------------------------------- /test/expected/g.0.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/g.0.0.0.png -------------------------------------------------------------------------------- /test/expected/h.0.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/h.0.0.0.png -------------------------------------------------------------------------------- /test/expected/h.1.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/h.1.0.0.png -------------------------------------------------------------------------------- /test/expected/h.1.0.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/h.1.0.1.png -------------------------------------------------------------------------------- /test/expected/h.1.1.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/h.1.1.0.png -------------------------------------------------------------------------------- /test/expected/h.1.1.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/h.1.1.1.png -------------------------------------------------------------------------------- /test/expected/h.2.1.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/h.2.1.1.png -------------------------------------------------------------------------------- /test/expected/h.2.1.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/h.2.1.2.png -------------------------------------------------------------------------------- /test/expected/h.3.2.2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/h.3.2.2.png -------------------------------------------------------------------------------- /test/expected/h.3.2.3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/h.3.2.3.png -------------------------------------------------------------------------------- /test/expected/h.3.2.4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/h.3.2.4.png -------------------------------------------------------------------------------- /test/expected/i.0.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/i.0.0.0.png -------------------------------------------------------------------------------- /test/expected/i.1.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/i.1.0.0.png -------------------------------------------------------------------------------- /test/expected/i@2x.0.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/i@2x.0.0.0.png -------------------------------------------------------------------------------- /test/expected/i@2x.1.0.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/i@2x.1.0.0.png -------------------------------------------------------------------------------- /test/expected/invalid.1.1.0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/invalid.1.1.0.png -------------------------------------------------------------------------------- /test/expected/invalid.1.1.1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/invalid.1.1.1.png -------------------------------------------------------------------------------- /test/expected/query--77.0131,38.8829.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/query--77.0131,38.8829.json -------------------------------------------------------------------------------- /test/expected/xray-a-0-0-0-transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/xray-a-0-0-0-transparent.png -------------------------------------------------------------------------------- /test/expected/xray-a-0-0-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/xray-a-0-0-0.png -------------------------------------------------------------------------------- /test/expected/xray-i-0-0-0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/xray-i-0-0-0.png -------------------------------------------------------------------------------- /test/expected/xray-multi.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/xray-multi.xml -------------------------------------------------------------------------------- /test/expected/xray-single.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/expected/xray-single.xml -------------------------------------------------------------------------------- /test/file.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/file.js -------------------------------------------------------------------------------- /test/fixtures/a.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/a.xml -------------------------------------------------------------------------------- /test/fixtures/a/0.0.0.vector.pbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/a/0.0.0.vector.pbf -------------------------------------------------------------------------------- /test/fixtures/a/1.0.0.vector.pbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/a/1.0.0.vector.pbf -------------------------------------------------------------------------------- /test/fixtures/a/1.0.1.vector.pbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/a/1.0.1.vector.pbf -------------------------------------------------------------------------------- /test/fixtures/a/1.1.0.vector.pbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/a/1.1.0.vector.pbf -------------------------------------------------------------------------------- /test/fixtures/a/1.1.1.vector.pbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/a/1.1.1.vector.pbf -------------------------------------------------------------------------------- /test/fixtures/b.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/b.xml -------------------------------------------------------------------------------- /test/fixtures/b/0.0.0.vector.pbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/b/0.0.0.vector.pbf -------------------------------------------------------------------------------- /test/fixtures/b/1.0.0.vector.pbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/b/1.0.0.vector.pbf -------------------------------------------------------------------------------- /test/fixtures/b/1.0.1.vector.pbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/b/1.0.1.vector.pbf -------------------------------------------------------------------------------- /test/fixtures/b/1.1.0.vector.pbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/b/1.1.0.vector.pbf -------------------------------------------------------------------------------- /test/fixtures/b/1.1.1.vector.pbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/b/1.1.1.vector.pbf -------------------------------------------------------------------------------- /test/fixtures/b/2.1.1.vector.pbf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/b/2.1.1.vector.pbf -------------------------------------------------------------------------------- /test/fixtures/c.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/c.xml -------------------------------------------------------------------------------- /test/fixtures/expires.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/expires.xml -------------------------------------------------------------------------------- /test/fixtures/gz/0.0.0.vector.pbfz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/gz/0.0.0.vector.pbfz -------------------------------------------------------------------------------- /test/fixtures/i.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/i.xml -------------------------------------------------------------------------------- /test/fixtures/i/0.0.0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/i/0.0.0.jpg -------------------------------------------------------------------------------- /test/fixtures/i/1.0.0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/i/1.0.0.jpg -------------------------------------------------------------------------------- /test/fixtures/i/1.0.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/i/1.0.1.jpg -------------------------------------------------------------------------------- /test/fixtures/i/1.1.0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/i/1.1.0.jpg -------------------------------------------------------------------------------- /test/fixtures/i/1.1.1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/i/1.1.1.jpg -------------------------------------------------------------------------------- /test/fixtures/invalid.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/invalid.xml -------------------------------------------------------------------------------- /test/fixtures/s p a c e/i.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/s p a c e/i.xml -------------------------------------------------------------------------------- /test/fixtures/tm2z/doublecall.tm2z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/doublecall.tm2z -------------------------------------------------------------------------------- /test/fixtures/tm2z/doublezip.tm2z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/doublezip.tm2z -------------------------------------------------------------------------------- /test/fixtures/tm2z/empty.tm2z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/empty.tm2z -------------------------------------------------------------------------------- /test/fixtures/tm2z/filesize.tm2z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/filesize.tm2z -------------------------------------------------------------------------------- /test/fixtures/tm2z/gunzipsize.tm2z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/gunzipsize.tm2z -------------------------------------------------------------------------------- /test/fixtures/tm2z/invalid.tm2z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/invalid.tm2z -------------------------------------------------------------------------------- /test/fixtures/tm2z/invalid_parsecolor.tm2z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/invalid_parsecolor.tm2z -------------------------------------------------------------------------------- /test/fixtures/tm2z/malformed.tm2z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/malformed.tm2z -------------------------------------------------------------------------------- /test/fixtures/tm2z/missing_font.tm2z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/missing_font.tm2z -------------------------------------------------------------------------------- /test/fixtures/tm2z/missing_image.tm2z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/missing_image.tm2z -------------------------------------------------------------------------------- /test/fixtures/tm2z/nodirectory.tm2z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/nodirectory.tm2z -------------------------------------------------------------------------------- /test/fixtures/tm2z/patternstyle.tm2z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/patternstyle.tm2z -------------------------------------------------------------------------------- /test/fixtures/tm2z/project-v6.tm2z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/project-v6.tm2z -------------------------------------------------------------------------------- /test/fixtures/tm2z/project-v6/project.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/project-v6/project.xml -------------------------------------------------------------------------------- /test/fixtures/tm2z/project.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/project.tar -------------------------------------------------------------------------------- /test/fixtures/tm2z/project.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/project.tar.gz -------------------------------------------------------------------------------- /test/fixtures/tm2z/project.tm2z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/project.tm2z -------------------------------------------------------------------------------- /test/fixtures/tm2z/project/project.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/project/project.xml -------------------------------------------------------------------------------- /test/fixtures/tm2z/regenerate-project.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/regenerate-project.sh -------------------------------------------------------------------------------- /test/fixtures/tm2z/xmlsize.tm2z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fixtures/tm2z/xmlsize.tm2z -------------------------------------------------------------------------------- /test/fonts/source-sans-pro/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fonts/source-sans-pro/LICENSE.txt -------------------------------------------------------------------------------- /test/fonts/source-sans-pro/SourceSansPro-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fonts/source-sans-pro/SourceSansPro-Bold.ttf -------------------------------------------------------------------------------- /test/fonts/source-sans-pro/SourceSansPro-It.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fonts/source-sans-pro/SourceSansPro-It.ttf -------------------------------------------------------------------------------- /test/fonts/source-sans-pro/SourceSansPro-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fonts/source-sans-pro/SourceSansPro-Regular.ttf -------------------------------------------------------------------------------- /test/fonts/source-sans-pro/SourceSansPro-Semibold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/fonts/source-sans-pro/SourceSansPro-Semibold.ttf -------------------------------------------------------------------------------- /test/image.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/image.js -------------------------------------------------------------------------------- /test/test.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/test.js -------------------------------------------------------------------------------- /test/testsource.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/testsource.js -------------------------------------------------------------------------------- /test/tile-profiler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/tile-profiler.js -------------------------------------------------------------------------------- /test/tm2z.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/tm2z.js -------------------------------------------------------------------------------- /test/xray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/test/xray.js -------------------------------------------------------------------------------- /tile-profiler.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mapbox/tilelive-vector/HEAD/tile-profiler.js --------------------------------------------------------------------------------