const getId = function()

in scripts/layerdiff.js [78:80]


const getId = function (f) {
  return FIELD_ID ? f.properties[FIELD_ID] : f.id;
};