M393

Results 113 comments of M393

The point of this issue is that the uturn is unavoidable. In this case it makes more sense to do it at the earliest possible location, driving all the way...

Strangely enough this request does exactly that … ```json { "costing": "auto", "locations": [ { "lon": 11.03056848049164, "lat": 52.88580630695902, "type": "break" }, { "lon": 11.029243469238283, "lat": 52.88549879850431, "type": "break_through" },...

OpenLayers does not validate geometries. If you need some validation logic you have to implement it in your code.

The Modify interaction ensures that a polygon ring can't have less than 4 coordinates (first and last coordinate should be the identical), and a linestring can't have less than 2....

Please provide the response of the failing request. In the Chrome developer tools go to Network, select the failing request (has probably red font color) and go to the Response...

A `ol/source/Cluster` is just a `ol/Source/Vector` with Point features that are generated on the fly. Though the style has to be https://openlayers.org/en/latest/apidoc/module-ol_style_flat.html#~FlatStyleLike for `ol/layer/WebGLVector` and text rendering is not implemented...

https://github.com/openlayers/openlayers/pull/16693#issuecomment-3000682880

You should be able to implement it like I described in https://github.com/openlayers/openlayers/issues/16257#issuecomment-2393987647.