We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esriFieldTypeSingle is not included as one of the cases in:
fiware-cygnus/cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends/arcgis/model/GisAttributeType.java
Lines 56 to 81 in 8ab48cb
esriFieldTypeSingle could return GisAttributeType.NUMBER.
GisAttributeType.NUMBER
Moreover, esriFieldTypeNumber defined in:
esriFieldTypeNumber
Line 64 in 8ab48cb
case "Number":
case "Single":
The text was updated successfully, but these errors were encountered:
PR #2335
Sorry, something went wrong.
PR has been merged. @danielvillalbamota please close this issue if after testing the problem has been solved.
It works, the fix solves this issue
No branches or pull requests
esriFieldTypeSingle is not included as one of the cases in:
fiware-cygnus/cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends/arcgis/model/GisAttributeType.java
Lines 56 to 81 in 8ab48cb
esriFieldTypeSingle could return
GisAttributeType.NUMBER
.Moreover,
esriFieldTypeNumber
defined in:fiware-cygnus/cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends/arcgis/model/GisAttributeType.java
Line 64 in 8ab48cb
case "Number":
bycase "Single":
The text was updated successfully, but these errors were encountered: