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 is using different projection (Meter, DecimalDegren), rotation projection, and custom projection, you can view projection’s information and render your data under these projection. In this sample we create client-side with Leaflet and Openlayers.

Meter Projection


EPSG3857

In this sample, the map is using EPSG3857. We are pulling in 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.

DecimalDegree Projection


EPSG4326.

In the sample, map is using EPSG4326. We are pulling in 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, map is using EPSG3857, we are overlaying all the countries, and US highway and Major cities with the custom overlay that’s coming from the server-side. On the server-side we are using 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, map is using EPSG2163, we are overlaying all the countries with the custom overlay that’s coming from the server-side.

map_suite_projection.1448955792.txt.gz · Last modified: 2015/12/01 07:43 by tgwikiupdate