+ $("a[data-editor=remote]").click(function () {
+ return remoteEditHandler(bbox);
+ });
+
+ updatelinks(params, 16, null,
+ bbox.getWest(), bbox.getSouth(),
+ bbox.getEast(), bbox.getNorth(),
+ object);
+ } else {
+ $("#object_larger_map, #object_edit").hide();
+
+ object = {type: params.type, id: params.id};