ExportMap/cs/TerraUtils.cs
@@ -261,8 +261,8 @@ { if (!ids.Contains(m.id)) PubDBHelper.InsertMetaPub(m.id, pubid, args.userId); } string json = GetPointZ(args); if (!string.IsNullOrEmpty(json)) PubDBHelper.UpdatePublishCoord(pubid, json); string geom = GetPointZ(args); if (!string.IsNullOrEmpty(geom)) PubDBHelper.UpdatePublishGeom(pubid, geom); return pubid; }