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
fiware-cygnus/cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends/arcgis/model/GisAttributeType.java
Lines 27 to 30 in bd11469
Defined enum GisAttributeType does not fit current Arcgis field types: https://doc.arcgis.com/en/dashboards/latest/get-started/field-types-and-coded-strings.htm
For example "string" in Arcgis is defined as "esriFieldTypeString".
This makes that strings that has to be quoted in some queries goes without quotes:
fiware-cygnus/cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends/arcgis/restutils/ArcgisFeatureTable.java
Lines 348 to 349 in bd11469
The text was updated successfully, but these errors were encountered:
It seems that is not the issue as the prefix "esriFieldType" of Arcgis it is removed in
Lines 56 to 81 in bd11469
I close the issue
Sorry, something went wrong.
No branches or pull requests
fiware-cygnus/cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends/arcgis/model/GisAttributeType.java
Lines 27 to 30 in bd11469
Defined enum GisAttributeType does not fit current Arcgis field types: https://doc.arcgis.com/en/dashboards/latest/get-started/field-types-and-coded-strings.htm
For example "string" in Arcgis is defined as "esriFieldTypeString".
This makes that strings that has to be quoted in some queries goes without quotes:
fiware-cygnus/cygnus-common/src/main/java/com/telefonica/iot/cygnus/backends/arcgis/restutils/ArcgisFeatureTable.java
Lines 348 to 349 in bd11469
The text was updated successfully, but these errors were encountered: