You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm that. Edit geometries button works fine on all built-in layers (Standard, Satellite streets, OSM etc).
But when I click on custom layer (added via Meta / Add raster tile layer) it fails, and console logs:
instrument.js:108 Error: The layer 'gl-draw-symbol.cold' does not exist in the map's style and cannot be queried for features.
at Ia.queryRenderedFeatures (mapbox-gl.js:37:565310)
at Map.queryRenderedFeatures (mapbox-gl.js:37:665946)
at M (mapbox-gl-draw.js:1:6331)
at Object.touch (mapbox-gl-draw.js:1:6141)
at i.touchstart (mapbox-gl-draw.js:1:24067)
at Map.fire (mapbox-gl.js:31:88170)
at i.fire (mapbox-gl-draw.js:1:23024)
at ja._firePreventable (mapbox-gl.js:37:586084)
at ja.touchstart (mapbox-gl.js:37:585834)
at Sn.handleEvent (mapbox-gl.js:37:611214)
(anonymous) @ instrument.js:108
fire @ mapbox-gl.js:31
queryRenderedFeatures @ mapbox-gl.js:37
queryRenderedFeatures @ mapbox-gl.js:37
M @ mapbox-gl-draw.js:1
touch @ mapbox-gl-draw.js:1
i.touchstart @ mapbox-gl-draw.js:1
fire @ mapbox-gl.js:31
i.fire @ mapbox-gl-draw.js:1
_firePreventable @ mapbox-gl.js:37
touchstart @ mapbox-gl.js:37
handleEvent @ mapbox-gl.js:37
If I click back on any of the standard layers, it works again and I can click on the points to move/edit geometry
When using a custom raster tile layer, it's possible to draw polygons, but it's not possible to edit points of the created polygon
The text was updated successfully, but these errors were encountered: