problems of projection : wkid

590
1
07-02-2014 11:28 PM
thomasrenaud
New Contributor
Hi,

I have some coordinates for my points which are made for the projection "lambert 2 extend" or if you prefer "Lambert II étendue" in french.

I am sure about my points.

I found on internet that iD of this system of projection is n°102582 but when I use that :

 var myLine ={geometry:{"paths":[[[412278.09,2205649.06],[451167.6,2179520.6]]],
        "spatialReference":{"wkid": 102582}},
        "symbol":{"color":[0,0,0,255],"width":1,"type":"esriSLS","style":"esriSLSSolid"}};


my line is in Africa, not realy in France as i would want to have !


Someone have an idea for my little problem of localisation ?


Please,
0 Kudos
1 Reply
JeffPace
MVP Alum
Hi,

I have some coordinates for my points which are made for the projection "lambert 2 extend" or if you prefer "Lambert II étendue" in french.

I am sure about my points.

I found on internet that iD of this system of projection is n°102582 but when I use that :

 var myLine ={geometry:{"paths":[[[412278.09,2205649.06],[451167.6,2179520.6]]],
        "spatialReference":{"wkid": 102582}},
        "symbol":{"color":[0,0,0,255],"width":1,"type":"esriSLS","style":"esriSLSSolid"}};


my line is in Africa, not realy in France as i would want to have !


Someone have an idea for my little problem of localisation ?


Please,


what is you map spatial reference?
0 Kudos