Drawing Library is deprecated and and starting from May 2026 it will no longer be available #825
Replies: 3 comments 13 replies
|
I moved this to the discussions / Q&A section, as it's neither a bug-report nor a feature request We are aware of this, and I personally appreciate the move. I'm not yet sure if this includes removing the "editable" property for the polygon/polyline/circle/... classes, but from reading it, I'd think that they might stay around. The least we will do is to migrate our editor-example to use an external library like the excellent terradraw instead of the now deprecated library. We have to see if there are other ways to make integrating an editor like that easier for users of this library. |
|
Hi @usefulthink , |
|
I wonder what the fate of editable-layers is given the strong support and sponsor backing terradraw has. If a Google is deprecating their drawing tools, and visgl package already uses TerraDraw in examples out of the box, should we have a conversation of having TerraDraw create a deck.gl adapter and archive the editable-layers module? Or is there not feature parity between these packages? This works around the scary idea I have expressed for porting editable-layers into deck.gl - just passing it along to a better scoped maintainer. Could this open a conversation to invite TerraDraw into OpenJS Open Visualization? visgl? Just throwing ideas on the wall. |
Uh oh!
There was an error while loading. Please reload this page.
Description
https://developers.google.com/maps/deprecations?utm_source=devtools&utm_campaign=stable#drawing_library_deprecated_as_of_aug_8_2025
Google Maps has deprecated the Drawing Library, and starting from May 2026 it will no longer be available. How will this affect this library?
Steps to Reproduce
a warning is displayed on console when using drawing-manager that says:
Drawing library functionality in the Maps JavaScript API is deprecated. This API was deprecated in August 2025 and will be made unavailable in a later version of the Maps JavaScript API, releasing in May 2026. For more info, see https://developers.google.com/maps/deprecations.Environment
Logs
All reactions