ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
Map Projection is a method of representing a spherical body (such as the Earth) on a two-dimensional surface (such as a computer screen). There are many different projections available, each of which represents the spherical curves of Earth in different ways. Because every projection distorts the data in some areas to a certain degree, choosing the right projection for the maps you want to view is important. For example, if you will be creating maps of a very specific local region of the United States, you might want to use a State Plane projection which focuses on that region. This will minimize distortion of the region you're working in at the expense of distorting other areas of the world. Because you will not need to display those other areas of the world, the distortion there is acceptable. For more information about the concept of projecting map data, we recommend this Wikipedia article.
Map Suite support multiple projections and this sample shows some of the more commonly used projections.
In this sample the map uses Web Mercator Projection (EPSG3857). There are two layers, ThinkGeo's WorldMapKit. as basemap rendered client-side and a countries layer rendered server-side.
This sample uses Decimal Degrees (EPSG4326) for its projection. There are two layers, ThinkGeo's WorldMapKit. as basemap rendered client-side and a countries layer rendered server-side.
This sample uses Web Mercator (EPSG3857) and we render all the countries, US highways and major cities with the custom overlay from the server-side. On the server-side we use rotation projection with given angle and pivot center. You can change the angle via the button on the upper right corner and when moving the map the pivot center will automatically change.
This sample uses US National Atlas Equal Area (EPSG2163) and overlay all the countries with the custom projection rendering server-side.