Skip to content

Commit

Permalink
add appId (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
KatKatKateryna authored Nov 6, 2024
1 parent 5d97614 commit b06cf0a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ public IGisFeature Convert((Row, string) target)
return new SGIS.GisPointFeature()
{
geometry = new() { specklePoint },
attributes = attributes
attributes = attributes,
applicationId = appId
};

case ACG.Multipoint multipoint:
Expand Down

0 comments on commit b06cf0a

Please sign in to comment.