Adds ability to set Y Axis Positive upwards using a tms attribute on link elements #197
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allows author to set the y axis positive upwards using a tms attribute on link elements for example:
The tms attribute indicates that the row values of each tile should be subtracted from the max row value of the projection at the zoom level.
i.e. tile{col:1, row:1} is converted to tile{col:1, row:4}, given that the projection max at the given zoom level is 5.
A working example can be seen in demo/painting.html
Still needs tests.
Closes #192
Closes #205