aboutsummaryrefslogtreecommitdiff
path: root/data/triangulation.schema.json
AgeCommit message (Collapse)Author
2021-10-21Add fallback_strategy to tinshift transformJohannes Schauer Marin Rodrigues
- this bumps format_version of tinshift JSON to 1.1 for the new field fallback_strategy - the default behaviour without that field is retained - if fallback_strategy is set to "nearest_side", then points that do not fall into any of the triangles will be transformed according to the nearest triangle - if fallback_centroid is set to "nearest_side", then points that do not fall into any of the triangles will be transformed according to the triangle with the nearest centroid
2020-10-24triangulation.schema.json: add a 'name' member in 'extent'Even Rouault
2020-10-24triangulation.schema.json: add an 'extent' memberEven Rouault
2020-09-30Add a +proj=tinshift for triangulation-based transformationsEven Rouault
Implements RFC-6