terra-draw icon indicating copy to clipboard operation
terra-draw copied to clipboard

A library for drawing on maps that supports Mapbox, MapLibre, Google Maps, OpenLayers and Leaflet out the box

Results 60 terra-draw issues
Sort by recently updated
recently updated
newest added
trafficstars

> ## Description of Changes > It was not taking into account that the center was the geodesic center and not the web mercator center. This caused movement of the...

**Is your feature request related to a problem? Please describe.** We added the `validation` option to TerraDrawSelectMode, which allows users to validate a geometry before a edit is committed. I've...

enhancement

**Describe the bug** Graphic editing status, mouse over other DOM elements, click on the element, the graphic does not trigger the Finish event. Editing within the map area, everything is...

bug

Could be convient with a method to remove last point when drawing e.g. polygons. Like open layers [`draw.removeLastPoint()`](https://openlayers.org/en/latest/apidoc/module-ol_interaction_Draw-Draw.html#removeLastPoint) Example: https://openlayers.org/en/latest/examples/draw-features.html Thanks for building such a nice tool!

suggestions/ideas

**Is your feature request related to a problem? Please describe.** `opposite-planar` resize option is not working properly. - It should be able to support cross axis editing - If you...

enhancement

![1709717538939](https://github.com/JamesLMilner/terra-draw/assets/61643801/1fd200f2-440b-464e-b4de-efbd34682f69) In circular editing mode, there are too many points, can we only display points in four directions?

suggestions/ideas

![image](https://github.com/JamesLMilner/terra-draw/assets/61643801/9d0ce1ea-ee3b-414e-882c-0e7f21c7fa95) Click on the middle point, and the two newly added points can be directly dragged . This can greatly improve the efficiency of editing and drawing polygons , When...

suggestions/ideas

If the title description, click the middle point or the normal point of the house will appear extra points.

Using `addFeatures`, validation fails if features: - don't have an `id` set with a proper UUID string - don't have a `mode` set in the feature's properties. This behavior might...

documentation
suggestions/ideas

Im trying to create my own implementation of select mode (Im basically removing all mid and selection points ONLY while dragging the features, so this way those layers wont get...