Try to display lat/log value in table instead of popup
i am trying to display lat/log value in table on button click now am using arcgis javascript function and c# .
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Anuj ShuklaPosted Dec 5, 2016, 7:21 AM
" + "DMS" + "
" + "Lat:" + point.getLatDeg() + "," + "Lon:" + point.getLonDeg()
Anuj ShuklaPosted Dec 5, 2016, 7:20 AM
" + "DMS" + "
" + "Lat:" + point.getLatDeg() + "," + "Lon:" + point.getLonDeg()
Anuj ShuklaPosted Dec 5, 2016, 7:19 AM
" + "DMS" + "
" + "Lat:" + point.getLatDeg() + "," + "Lon:" + point.getLonDeg()
Anuj ShuklaPosted Dec 5, 2016, 7:17 AM
" + "DMS" + "
" + "Lat:" + point.getLatDeg() + "," + "Lon:" + point.getLonDeg()
Suvendu Shekhar GiriPosted Dec 5, 2016, 7:12 AM