You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.
in certain circumstances border vertices are not shared with neighbouring tiles - causing discontinuities between tiles.
tiling code can produce extra vertices with spacings much less than original terrain raster (amongst other things causing severe issues when save with quantised mesh methods). To understand the scale: in this image the grey square regions are pixels!
please note: some of these issues may be fixed now, but either way we should have a test to measure tile boundary continuity and multiple polygons per pixel problems.
also, to visualise this i had to write specialised code (export geojson meshes in correct coordinates) but we should eventually add this as a debug option to the tiling "dem2tiles" subcommand.
The text was updated successfully, but these errors were encountered:
There are some issues with tile boundaries:
in certain circumstances border vertices are not shared with neighbouring tiles - causing discontinuities between tiles.
![screen shot 2018-09-04 at 18 52 29](https://user-images.githubusercontent.com/4125023/46205093-c1f10200-c31f-11e8-9240-6e7000536757.png)
tiling code can produce extra vertices with spacings much less than original terrain raster (amongst other things causing severe issues when save with quantised mesh methods). To understand the scale: in this image the grey square regions are pixels!
![screen shot 2018-09-04 at 19 00 07](https://user-images.githubusercontent.com/4125023/46205103-cb7a6a00-c31f-11e8-87a5-870dbb7179eb.png)
please note: some of these issues may be fixed now, but either way we should have a test to measure tile boundary continuity and multiple polygons per pixel problems.
also, to visualise this i had to write specialised code (export geojson meshes in correct coordinates) but we should eventually add this as a debug option to the tiling "dem2tiles" subcommand.
The text was updated successfully, but these errors were encountered: