terra-draw
terra-draw copied to clipboard
A library for drawing on maps that supports Mapbox, MapLibre, Google Maps, OpenLayers and Leaflet out the box
**Describe the bug** In select mode (and possibly other modes too) the radius suggested by the cursor changing when nearing a midpoint or vertex does not reflect what it actually...
Dear Leaflet Plugin Maintainer, We’re excited to announce the release of the **Leaflet V2.0 alpha version**! 🎉 This marks a significant step toward modernizing Leaflet’s architecture and aligning it with...
**Is your feature request related to a problem? Please describe.** To rotate a figure the user has to check the documentation to know that they have to press `ctrl +...
## Description of Changes Draft PR to handle reordering styling so that the original layer order is respected ## Link to Issue https://github.com/JamesLMilner/terra-draw/issues/590 ## PR Checklist - [x] The PR...
**Is your feature request related to a problem? Please describe.** This feature request is related to the problem of managing layers and sources when users switch between different map styles...
## Description of Changes Following comment https://github.com/JamesLMilner/terra-draw/issues/394#issuecomment-3187333198 this PR adds to the mapbox and maplibre adapters a config param `renderAboveLayerId` similar to `renderBelowLayerId`. The underlying adapter property is named `_renderAfterLayerId`...
Addendum to #609 So far right-hand rule ensured only after a feature is drawn. Adding features from outside sources doesn't check winding, and i think it's preferable to have store...
I have a maplibre/terra draw Django/javascript application. As a part of application, I have provided user ability to draw new polygon and edit existing polygon functionality using terra draw. Code...
When using Leaflet for drawing and there are other polygons or other overlays present, the click event will be captured by the polygon and the getLngLatFromEvent function will not be...
**Describe the bug** When using both esri-leaflet and TerraDraw with Leaflet, the draw.start() method shows no response and no error. **Terra Draw npm version** [email protected] [email protected] **To Reproduce** Reproduce code...