Problem with pinpointing on map

953
0
04-17-2011 11:11 PM
YouKnow_It
New Contributor
Hi, I will be using an ESRI map API component done by Singapore developers, OneMap API (http://www.onemap.sg/API/Help/). Majority of the controls in ESRI example cant work with OneMap API.. I had used the one of the method in ArcGIS website, which is here. I need to use my converted SVY21 (WKID = 3414) values to pinpoint on OneMap API. I used the website mentioned above, Under Create a point and specify an infoTemplate, to pinpoint but it wouldn't show any points. Anyone help?

From Under Create a point and specify an infoTemplate <- to pinpoint a location

var myPoint = {"geometry":{"x":-29535.0995308659,"y":28912.1833258747,                <- 29535.0995308659,28912.1833258747 as it's wkid:3414
"spatialReference":{"wkid":3414}},"attributes":{"XCoord":-104.4140625,             <- 3414 as its singapore's wkid
"YCoord":69.2578125,"Plant":"Mesa Mint"},"symbol":{"color":[255,0,0,128],
"size":12,"angle":0,"xoffset":0,"yoffset":0,"type":"esriSMS",
"style":"esriSMSSquare","outline":{"color":[0,0,0,255],"width":1,
"type":"esriSLS","style":"esriSLSSolid"}},
"infoTemplate":{"title":"Vernal Pool Locations","content":"Latitude: ${YCoord} <br/>
  Longitude: ${XCoord} <br/> Plant Name:${Plant}"}};
var gra= new esri.Graphic(myPoint);
0 Kudos
0 Replies