I have a static geojson file that I add to my map in ArcGIS Online. Everything displays fine. The issue is: AGOL is not honoring the type of attributes specified in the geojson file. I'm attaching what the data looks like in the geojson file and what it looks like in the the table or 'identify' in AGOL. Take a look at the 'SiteNumber' or 'ParameterCode' attributes. AGOL is treating them like numbers instead of strings. Cutting off the leading zeros in the 'ParameterCode' is not good
. The data type in the geojson file are honored when I add the same dataset to a QGIS session or consume it with other apps.
Anyone else seen this and have a solution?
I eventually want to turn the geojson into a URL service and add it to a map that way. Will the same issue happen if I do this?