I try to create Web Map app / Field Map. I want to record the position as well. So i create columns :longx and laty. Both with data type Double. These coloumns will be calculated automatically.
I publish the Feature Class as Feature Layer.
I want the coordinate to be in the format of something like "-6.223096, 107.099671". So I define the projection of the map using Projected Coordinate System like: WG84 Web Mercator, WGS84, WGS 84 Auxilary. I try using Geographic WGS84 as well. All fail.
But When I use Geographic Coordinate UTM it works. I wonder why ? It seems that certain coordinates do not work
How can I have the coordinate to be recorded with format like "-6.223096, 107.099671" (is it Decimal Degree ?. I don't have any geographic background)
What I am using: Arcgis Enterprise 11.0, Postgresql 17.
Take a look at this...
Create new field to calculate lat/lon in decimal degrees
You may have to actually convert the UTM XY to LL's yourself.