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
There are some times I want to prevent terra draw from receive certain event. One of the uses of this is when i display a property editor in the map(basically...
This ticket covers updating the GETTING_STARTED guide with code for the missing examples for OpenLayers, MapboxGL, MapLibreGL and also if you are up to it adding in the ArcGIS Maps...
At the moment it is not clear that certain modes do not work on mobile/touch devices - we should look to document this. I would have to double check which...
This was originally raised in #38 but raising as a separate issue to more easily track it. The purposed of this issue is to explore how viable it would be...
Adapters are the way in which we allow Terra Draw to work across different mapping libraries. An Adapter provides the code to map the library specific code to our more...
Adapters are the way in which we allow Terra Draw to work across different mapping libraries. An Adapter provides the code to map the library specific code to our more...
At the moment the cursor changing logic is arguably a bit brittle and probably not great for performance as we insert and remove a stylesheet from the `head` element every...
There have been reports (#44) that selection mode in MapLibreGL Adapter could be better. I don't have any intimidate ideas of how to improve this as most of the performance...
[maptalks](https://maptalks.com) is a light JavaScript library to create integrated 2D/3D maps. Although it has a set of built-in drawing tools, some functions may be missing, so it is a good...
If you add layers to the map while you are using terra draw in maplibre or mapbox then those layers could be added above terra draw ones. It would be...