Select to view content in your preferred language

setting web mercator !?

1610
6
09-03-2014 04:38 AM
MohammedKhamis
Emerging Contributor

Dear ,

My web is coordinate system by web mercator , but I am surprise to give me 7 number in Easting before decimal ( Easting: 6413536.708911874  Northing: 2391766.8369753896 ) , must be 6 number in easting

how can setting coordinate in WGS_1984_UTM_Zone_40N to be 6 number in easting ?

any one know about that

thanks for helping ..

regards,

Mohammed

Tags (1)
0 Kudos
6 Replies
ArnoldKuilman
Deactivated User

You probably projected coordinates outside the valid range of UTM40N. The 'Valid' range of UTM 40 N is approx.from 54 to 60 degrees east.

If the projected coordinate is much below 54 degrees, then you can get a negative value. If it is way above 60 degrees you can easily get a 7 digit easting.

0 Kudos
MohammedKhamis
Emerging Contributor

Thanks Arnold for your helping,

Actually UTM40N is 6 digit easting not 7 digit , but I don't know why I get 7 digit  !!!???

Regards,

Mohammed

0 Kudos
ArnoldKuilman
Deactivated User

If you project a lat/long coordinate which is greater than 60 degrees east in the UTM40N zone, it is possible to get a 7 digit Easting. Project to the correct UTM zone to get proper 6 digit coordinates.

0 Kudos
RhettZufelt
MVP Notable Contributor

From your original post

"

Dear ,

My web is coordinate system by web mercator , but I am surprise to give me 7 number in Easting before decimal ( Easting: 6413536.708911874  Northing: 2391766.8369753896 ) , must be 6 number in easting

how can setting coordinate in WGS_1984_UTM_Zone_40N to be 6 number in easting ?

any one know about that

".

"My web is coordinate system by web Mercator".  If that means that your coordinate system "is" web Mercator, you should not expect to see UTM coordinates, yet web Mercator which can have 7 digits also.

R_

0 Kudos
MohammedKhamis
Emerging Contributor

Thanks Arnold & Rhett ,

I was confused between Mercator and UTM ...

As you Know , in Flex , it give me three option :
1- Geographic (decimal degrees )

2- Geographic (degrees,minutes,seconds )

3-Web mercator

Projection or coordinate system of my web must be    WGS_1984_UTM_Zone_40N ,
so my question how can get this coordinate system on the Flex ????


Many thanks & regards,
Mohammed

0 Kudos
AnthonyGiles
Honored Contributor

Mohammed,

It all depends where you are getting your base data from. If you are using the online basemaps then your are going to be stuck with using the options you have mentioned above. By default the viewer will take on the projection of your first basemap that you add to the application, so to have the projection of your application in UTM Zone 40 you will need to serve your own base maps that have also been created in the same projection.

You can override the default projection of the first basemap using the wkid attribute in the map tag:

http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Map_content/01m30000005p000000/

The wkid for UTM zone 40 will be 32640. But as I say i dont think you can just change this if you are using cached maps in a different projection.

Regards

Anthony

0 Kudos