does arcgis webtiledlayer support- EPSG:3414?

611
0
05-10-2017 06:47 PM
mightymike
New Contributor

Hi Geeks!

I have been trying to solve this issue in application for arcgis webtiledlayer to display 3rd pary tile map service (TMS) in EPSG:3414 projection [Projected Coordinate Systems]. More info >> https://sirent.inlis.gov.sg/CoordinateSystems.aspx

I have provided the tileinfo to describe the tile layers below:

var tileInfo = new esri.layers.TileInfo({
"dpi": 90.7142367,
"format": "png",
"height": 256,
"lods": lods,
"origin": {
"x": ????,
"y": ????
},
"spatialReference": {
"wkid" : 3414
},
"width": 256

});

However, I do not know what value should i feed in, in the origin constructor. Any idea?

Even when i fill it in with a EPSG:3414 x,y coordinates, it doesn't shows up the map. What could be wrong?

0 Kudos
0 Replies