Home
last modified time | relevance | path

Searched refs:getFeatureByUid (Results 1 – 2 of 2) sorted by relevance

/plugin/ol3/
Dscript.js8getFeatureByUid=function(t){var e=this.uidIndex_[t];return void 0!==e?e:null},e.prototype.getForma… method in e
/plugin/openlayersmap/ol/
Dol.js.map1getFeatureByUid(uid) {\n const feature = this.uidIndex_[uid];\n return feature !== undefined…