ExportMap/cs/TerraUtils.cs
@@ -271,7 +271,6 @@ if (!ids.Contains(m.id)) PubDBHelper.InsertMetaPub(m.id, pubid, args.userId); } string geom = GetPointZ(args); //if (!string.IsNullOrEmpty(geom)) PubDBHelper.UpdatePublishGeom(pubid, geom); PubDBHelper.UpdatePublish(pubid, args.name, args.userId, geom); return pubid;