MoonE
MoonE
Midpoint icon seems to be slightly off when the line is angled like that: Is this because of `useGeographic`?
@danielbeardsley That's a different issue: #9098
This should do what you want. It only uses tiles from one source zoom level. ```js import {get} from 'ol/proj.js'; import TileGrid from 'ol/tilegrid/TileGrid.js'; import {getForProjection} from 'ol/tilegrid.js'; const fixedSourceZoom...
The `existing` property is set on the vertex Feature when it is snapped to a an existing vertex of the calculated segments, i. e. cases 1, 2, and 3, assuming...
This only seems to work correctly when you are zoomed out, so exactly one world width is visible. If e. g. the canvas size 10 x 10 pixel, then the...