I imported flex viewer based application in flex that used some local map service. In this application the latitude and longitude are accessed using mappoint.y and mappoint.x, but when i imported this application in some other system and used following map service
http://sampleserver3.arcgisonline.co...cels/MapServer
here mappoint.y and mappoint.x donot displays latitude and longitude values, instead it displays a large number.
In existing application map point are accessed using MapMouseClick event as
var mapPoint:MapPoint=map.toMapFromStage(event.stageX, event.stageY);
where mapPoint.y should display longitude and mapPoint.x should display latitude. Should I change map service in flex viewer or what else without any change in my application. Is it problem of map service? if yes, then what map service should I use without any change in application code.

Reply With Quote



Bookmarks