After 2.5+ years, Terra Draw v1 is finally released 😌
✏️ Draw on web maps with the 10 built in modes (Point, Line, Polygon, Rectangle etc!)
🗺️ Supports Leaflet, @maplibre.org, @openlayers.org, Google Maps, Mapbox
Check it out: https://t.co/2g2bcvy20J
I've added a way to understand graphs a bit better in Terra Route (a GeoJSON path finding library). You can use it to see if graphs are disjointed, the number of nodes, edges, lengths etc. You can check it out here: https://t.co/jv0tEdl3Rx
A minor milestone for a lot of projects, but Terra Draw hit 10k downloads a week on npm this week 🎉 If you're interested in finding out more check out the repo https://t.co/o3ebmOflrD
My talk on Terra Draw from FOSDEM is now live 📹. It covers what the library does and some of the more recent changes and updates. You can watch it here:
https://t.co/gDSxNzzvGr
After 2.5+ years, Terra Draw v1 is finally released 😌
✏️ Draw on web maps with the 10 built in modes (Point, Line, Polygon, Rectangle etc!)
🗺️ Supports Leaflet, @maplibre.org, @openlayers.org, Google Maps, Mapbox
Check it out: https://t.co/2g2bcvy20J
maplibre-gl-terradraw v0.6.1 was just released with new MeasureControl to add measure distance and area to maplibre-gl easily!
You can add it like below!
map.addControl(new MaplibreMeasureControl(), 'top-left');
Demo
https://t.co/i9y4XrGJXR
#maplibre#terradraw
I added example of how to calculate distance of line and area of polygon by using maplibre-gl-terradraw plugin with turfjs.
Also, new examples page is available in the plugin website!
Example page
https://t.co/cH8NRNSudL
#maplibre#terradraw#turfjs
I just published a rough first release of my GeoJSON polygon/line matching library Terra Match on npm! Package is terra-match. You can play with the demo here: https://t.co/mric53gyFv #maplibre#leafletjs#openlayers
Been experimenting with a way to compare the similarity of GeoJSON polygons. I will probably release a library soon, but at the moment here's a little demo you can play with: https://t.co/mric53gyFv