ThinkGeo.com    |     Documentation    |     Premium Support

Projection javascript

Is it possible to change projection in javascript (as it is possible in serverside using Proj4Projection). When i look for a solution i came accross an API called Proj4js (an open source project). Does MapSuite uses this API and can I use it through MapSuite.


What i mean by "using a javascript API through MapSuite" is similar of how we use google api in MapSuite, we dont have to include a javascript file to make the work done, just use the API and dont worry about the new versions..


thanks for your reply.


Sebastien



Hi Sebastien,



It’s possible to use projection on the client-size; but there are some disadvantage using client projection; for it supports less projection count than server projection (Proj4Projection) and low accurate in result. We can’t use client projection for rendering map images.



If you still want to use client projection, you need download proj4.js and projection defination library. Here we attached the library and a test sample; please replace it to our installed sample at “samples\gettingstarted\displayasimplemap.aspx”, and copy the rest two folders (proj4 and defs) to the root of CSharp Samples directory, you’ll see the result.



If you have any questions please let me know.



Thanks,

Howard



742-UseClientProjection.zip (44.3 KB)