Skip to content

Commit

Permalink
Merge pull request #2426 from telefonicaid/fix/check_object_id_not_fo…
Browse files Browse the repository at this point in the history
…und_by_get_object

use gid instead of GLOBALID
  • Loading branch information
mapedraza authored Oct 14, 2024
2 parents 5f534da + 92cda81 commit ba329b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class Feature {

private static final String DATE_PATTERN = "MM/dd/yyyy hh:mm:ss";
private static final String OBJECTID_FIELDNAME = "OBJECTID";
private static final String GLOBALID_FIELDNAME = "GLOBALID";
private static final String GLOBALID_FIELDNAME = "gid";

private Geometry geometry;
private Map<String, Object> attributes;
Expand Down

0 comments on commit ba329b5

Please sign in to comment.