MCPcopy
hub / github.com/django/django / clearFeatures

Method clearFeatures

django/contrib/gis/static/gis/js/OLMapWidget.js:238–243  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236 }
237
238 clearFeatures() {
239 this.featureCollection.clear();
240 // Empty textarea widget
241 document.getElementById(this.options.id).value = "";
242 this.enableDrawing();
243 }
244
245 serializeFeatures() {
246 // Three use cases: GeometryCollection, multigeometries, and single geometry

Callers 2

constructorMethod · 0.80
mapwidget.test.jsFile · 0.80

Calls 2

enableDrawingMethod · 0.95
clearMethod · 0.45

Tested by

no test coverage detected