User Tools

Site Tools


map_suite_projection

This is an old revision of the document!


Map Suite WebAPI Projection

Video Overview

Coming soon

Overview

This sample shows you Map Projection. It uses different projection (Meter, DecimalDegree), rotation projection and custom projection, you can get projection’s information and render your data under these projection. In this sample, we create client-side with the JavaScript mapping library, Leaflet or OpenLayers.

Meter Projection


EPSG3857

In this sample, the map uses EPSG3857. There are two layers, one is ThinkGeo WorldMapKit. as basemap created by client-side, the other one is all the countries layer created by the server-side.

DecimalDegree Projection


EPSG4326.

In this sample, the map uses EPSG4326. There are two layers, one is ThinkGeo WorldMapKit as base map created by client-side, the other one is all the countries layer created by the server-side.

Rotation Projection


Rotation Projection.

In this sample, the map uses EPSG3857. We render all the countries, US highway and Major cities with the custom overlay that’s coming from the server-side. On the server-side we use rotation projection with given angle and pivot center. We can change the angle by the button on the upper right corner, and when we move the map, the pivot center will automatically change.

Rotation Projection


Custom Projection: EPSG2163.

In this sample,The map uses EPSG2163, we are overlaying all the countries with the custom overlay that’s coming from the server-side.

map_suite_projection.1448959019.txt.gz · Last modified: 2015/12/01 08:36 by tgwikiupdate