https://github.com/mapnik/geometry-test-data
Test inputs and outputs for cutting geometries into vector tiles
https://github.com/mapnik/geometry-test-data
Last synced: 8 months ago
JSON representation
Test inputs and outputs for cutting geometries into vector tiles
- Host: GitHub
- URL: https://github.com/mapnik/geometry-test-data
- Owner: mapnik
- Created: 2015-09-30T22:33:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-05-14T22:37:26.000Z (10 months ago)
- Last Synced: 2025-05-14T23:28:26.390Z (10 months ago)
- Language: JavaScript
- Size: 22 MB
- Stars: 4
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a suite of test data used for recording proper formatting in Mapnik's handling of polygons. All `input` files are unique GeoJSON `Polygon` rings that get passed through tests related to line simplification, polygon fill types, multipolygon unions (MPU), and bounding box configurations. You can view these tests here in the [Mapnik Vector Tile test](https://github.com/mapbox/mapnik-vector-tile/blob/master/test/geometry_visual_test.cpp#L250-L293).
The `benchmark` directory is currently used for storing other test data less specific to polygon encoding.