]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/assets/iD/iD/mapillary-js/mapillary.module.js
Update to iD v2.28.0
[rails.git] / vendor / assets / iD / iD / mapillary-js / mapillary.module.js
index 8122149ca04102b3ebc8da6b81f382e23fc668b1..9134d8123b2576f97542264003579d480641125d 100644 (file)
@@ -79288,7 +79288,7 @@ class GraphConverter {
         };
     }
     spatialImage(source) {
-        var _a, _b, _c, _d;
+        var _a, _b, _c, _d, _e;
         source.camera_type = convertCameraType(source.camera_type);
         source.merge_id = source.merge_cc ? source.merge_cc.toString() : null;
         source.private = null;
@@ -79296,9 +79296,9 @@ class GraphConverter {
             source.thumb_2048_url : source.thumb_1024_url;
         source.thumb = (_a = source.thumb) !== null && _a !== void 0 ? _a : { id: null, url: thumbUrl };
         source.cluster = (_b = source.sfm_cluster) !== null && _b !== void 0 ? _b : { id: null, url: null };
-        source.creator = { id: null, username: null };
-        source.owner = (_c = source.organization) !== null && _c !== void 0 ? _c : { id: null };
-        source.mesh = (_d = source.mesh) !== null && _d !== void 0 ? _d : { id: null, url: null };
+        source.creator = (_c = source.creator) !== null && _c !== void 0 ? _c : { id: null, username: null };
+        source.owner = (_d = source.organization) !== null && _d !== void 0 ? _d : { id: null };
+        source.mesh = (_e = source.mesh) !== null && _e !== void 0 ? _e : { id: null, url: null };
         return source;
     }
     _geometry(geometry) {
@@ -79329,6 +79329,7 @@ class GraphQueryCreator {
             'computed_altitude',
             'computed_compass_angle',
             'computed_rotation',
+            'creator',
             'exif_orientation',
             'height',
             'merge_cc',