This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
map_suite_projection [2015/12/01 22:45] mwolffer [Rotation Projection] |
map_suite_projection [2015/12/04 00:54] (current) admin [Video Overview] |
||
---|---|---|---|
Line 2: | Line 2: | ||
===== Video Overview ===== | ===== Video Overview ===== | ||
- | Coming soon | + | {{youtube>dAeNCJa-Y5A?large |Web API Projection Learning Sample}} |
+ | <div newline></div> | ||
+ | <div download_viewsource_buttons tryitonline> | ||
+ | {{filehistory:WebAPIEditionSample_Projection_CS_151202.zip|C# Project}} | ||
+ | [[source_code_webapieditionsample_projection.zip|View Source]] | ||
+ | [[http://samples.thinkgeo.com/WebApiEdition/SampleTemplates/Projection/leaflet/|Try It Online(Leaflet)]] | ||
+ | [[http://samples.thinkgeo.com/WebApiEdition/SampleTemplates/Projection/openlayers/|Try It Online(Openlayers)]] | ||
+ | </div> | ||
==== Overview ==== | ==== Overview ==== | ||
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 [[http://en.wikipedia.org/wiki/Map_projection|this Wikipedia article]]. | 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 [[http://en.wikipedia.org/wiki/Map_projection|this Wikipedia article]]. |