Skip to content

Commit

Permalink
Update NGSIArcgisFeatureTableSink.java
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega authored Jun 7, 2024
1 parent 6e35b7d commit a64b39a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ protected void jsonElementToFeatureAttr(String attrName, String attrType, JsonEl

} else {
LOGGER.warn("Invalid geo:json type, only points allowed: " + location.toString());
feature.setGeometry(null);
}
} catch (Exception e) {
LOGGER.error("Invalid geo:json format, (sikipped): " + attrValue.toString() + " - Error: "
Expand Down

0 comments on commit a64b39a

Please sign in to comment.