Map and graphic on different spatial references

841
0
11-16-2012 06:32 PM
MostafaAsadi
New Contributor
Hi,

My map is on spatial ref 1234 and my graphics are on 5678. How do I plot the graphics correctly on the map? They show on a different plane right now. Does esri automatically convert?

Here's my pseudo-code:

create map(spacial ref 1234);
create graphic(spatial ref 5678);
add graphic to map;
😞

Thanks!
0 Kudos
0 Replies