The Light Source Metaphor Revisited—Bringing an Old Concept for Teaching Map Projections to the Modern Web

Total Page:16

File Type:pdf, Size:1020Kb

The Light Source Metaphor Revisited—Bringing an Old Concept for Teaching Map Projections to the Modern Web International Journal of Geo-Information Article The Light Source Metaphor Revisited—Bringing an Old Concept for Teaching Map Projections to the Modern Web Magnus Heitzler 1,* , Hans-Rudolf Bär 1, Roland Schenkel 2 and Lorenz Hurni 1 1 Institute of Cartography and Geoinformation, ETH Zurich, 8049 Zurich, Switzerland; [email protected] (H.-R.B.); [email protected] (L.H.) 2 ESRI Switzerland, 8005 Zurich, Switzerland; [email protected] * Correspondence: [email protected] Received: 28 February 2019; Accepted: 24 March 2019; Published: 28 March 2019 Abstract: Map projections are one of the foundations of geographic information science and cartography. An understanding of the different projection variants and properties is critical when creating maps or carrying out geospatial analyses. The common way of teaching map projections in text books makes use of the light source (or light bulb) metaphor, which draws a comparison between the construction of a map projection and the way light rays travel from the light source to the projection surface. Although conceptually plausible, such explanations were created for the static instructions in textbooks. Modern web technologies may provide a more comprehensive learning experience by allowing the student to interactively explore (in guided or unguided mode) the way map projections can be constructed following the light source metaphor. The implementation of this approach, however, is not trivial as it requires detailed knowledge of map projections and computer graphics. Therefore, this paper describes the underlying computational methods and presents a prototype as an example of how this concept can be applied in practice. The prototype will be integrated into the Geographic Information Technology Training Alliance (GITTA) platform to complement the lesson on map projections. Keywords: map projections; computer graphics; visualization; 3D; education; teaching; multimedia; open educational resources 1. Introduction Map projections are a key concept in cartography and geographic information science. Choosing an inappropriate map projection may cause severely flawed results when carrying out geospatial analyses (e.g., when buffering in an inappropriate projected coordinate system [1]) or may distort a map reader’s view on the world when exploring a thematic or topographic map. Hence, a thorough understanding of the construction process and map properties is important. Mapping software typically implements the projection process as a set of equations that can be applied to a point in geographic coordinates to obtain its projected coordinates. Examples for this approach can be found in kartograph.js [2], d3.js [3], or Flex Projector [4]. However, educational resources tend to follow a more figurative approach to explain the underlying geometrical meaning of the projection process. This construction process typically starts with a projection center that can be imagined as a light source (or light bulb) placed in the proximity of (or within) the globe and emitting light in all directions. In the simplest case, the light source has the shape of a point, but other geometries exist as well. Light rays pass through the globe, casting the colors at their intersection points on the globe’s surface onto the projection surface (usually a plane, cone or cylinder). ISPRS Int. J. Geo-Inf. 2019, 8, 162; doi:10.3390/ijgi8040162 www.mdpi.com/journal/ijgi ISPRS Int. J. Geo-Inf. 2019, 8, 162 2 of 10 ISPRS Int. J. Geo-Inf. 2019, 8, 162 2 of 10 Figure1 1 shows shows threethree examplesexamples ofof howhow mapmap projectionsprojections maymay bebe constructedconstructed thisthis way.way. FigureFigure1 A1A explains the construction of the gnomonic azimuthal projection by depicting light rays from the light source inin all directions (indicated(indicated byby arrows)arrows) toto hithit the projection plane.plane. The resulting map is depicted below, showingshowing distorteddistorted shapesshapes ofof landland areas.areas. Figure1 1BB depicts depictsthe theconstruction construction of ofthe thecentral centralconic conic projectionprojection byby indicatingindicating a projection conecone touchingtouching the globe with the resulting unrolled map shown below. Figure1 1CC intendsintends toto illustrateillustrate thethe didifferentfferent positionspositions ofof thethe parallels for the central cylindrical and the Mercator projection implying that an additionaladditional non-linear scaling is required to realize the desired projection.projection. ThereThere are are numerous numerous resources resources that that show show similar similar depictions, depictions, either either on the on web the (e.g.,web References(e.g., References [5,6]) [5,6]) or in printedor in printed textbooks textbooks (e.g., References(e.g., References [7,8]). [7,8]). Figure 1. ExamplesExamples for for educational educational resources resources following following the the light light source source metaphor metaphor when when explaining explaining map mapprojections: projections: (A) gnomonic (A) gnomonic azimuthal azimuthal projection ( projectionhttps://commons.wikimedia.org/wiki/File:Comparison (https://commons.wikimedia.org/wiki/File: Comparison_azimuthal_projections.svg_azimuthal_projections.svg, CC BY-SA 3.0,, CCaccessed BY-SA 15.02.2019); 3.0, accessed (B) central 15.02.2019); conic projection (B) central (Weisstein, conic projectionEric W. (Weisstein,“Conic EricProjection.” W. “Conic Projection.”From MathWorld—A From MathWorld—A Wolfram Wolfram Web Web Resource.Resource. http:http://mathworld.wolfram.com/ConicProjection.html,//mathworld.wolfram.com/ConicProjection.html ©, © 1999–20191999–2019 Wolfram Wolfram Research, Inc., accessedaccessed 15.03.2019);15.03.2019); ( C)) central central cylindrical cylindrical projection projection and and Mercator Mercator projection projection (https://commons.wikimedia.org/ (https://commons.wikimedia.org / wikiwiki/File:Mercator_and_central_cylindrical.p/File:Mercator_and_central_cylindrical.pngng, Public, Public Domain, Domain, accessed accessed 15.02.2019). 15.02.2019). These illustrations have several limitations. Firstl Firstly,y, each illustration shows only snapshots of the construction process. There is still considerableconsiderable mental work involved to understandunderstand thethe transitiontransition fromfrom thethe projectionprojection concept concept to to the the resulting resulting map. map. Secondly, Secondly, static static images images only only provide provide one one view view on theon constructionthe construction process. process. It is not It possibleis not possible to obtain dito ffobtainerent views different to get views a comprehensive to get a comprehensive understanding ofunderstanding the mapping of process. the mapping Thirdly, process. exploring Thirdly, diff erentexploring configurations different configurations of these objects of isthese not objects possible is asnot this possible would as require this would interactive require adjustments interactive ofadju thestments light source, of the projectionlight source, surface, projection basemap, surface, etc. Webasemap, argue thatetc. suchWe argue interactivity that such allows interactivity improving allows the understandingimproving the ofunderstanding how different of map how projections different relatemap projections to each other. relate The to each authors other. are The not authors aware of are any not interactive aware of any visualization interactive tool, visualization which allows tool, constructingwhich allows map constructing projections map following projections an implementation following an of theimplementation light source metaphor. of the light source metaphor.These limitations can be overcome if interactive visualization methods are provided. The computationalThese limitations concepts can be and overcome how they if caninteract be implementedive visualization to createmethods a fully are functionalprovided. webThe applicationcomputational are theconcepts main contributions and how they of this can paper. be im Theplemented concepts areto applicablecreate a fully for projections, functional which web canapplication be constructed are the by main simple contributions geometric means of this (i.e., pape mapr. The projections concepts that are can applicable be manually for constructedprojections, withwhich ruler can and be constructed compasses and by dosimple not requiregeometric the usemean ofs formulas) (i.e., map by projections using diff erentthat configurationscan be manually of theconstructed projection with surface ruler and and the compasses light source. and Furthermore, do not require the resultingthe use of map formulas) projections by using may bedifferent scaled inconfigurations a non-linear wayof the to approximateprojection surface variants and such th ase thelight Mercator source. projection.Furthermore, the resulting map projectionsIt is recommended may be scaled to tryin outa non-linear the prototype way showcasingto approximate the concepts variants described such as the in this Mercator paper directlyprojection. in the browser: https://gevian.github.io/GITTA-MP. Note that the prototype accessible at this URLIt may is recommended change in the futureto try asout new the versions prototype of theshowcasing prototype the are concepts released. described The prototype in this version paper describeddirectly in in the this browser: paper ishttps://gevian.github.io/GITTA available as a zip archive and as-MP. tag Note v1.0.0-light-source-metaphor that the prototype accessible at the at code this
Recommended publications
  • Understanding Map Projections
    Understanding Map Projections GIS by ESRI ™ Melita Kennedy and Steve Kopp Copyright © 19942000 Environmental Systems Research Institute, Inc. All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of Environmental Systems Research Institute, Inc. This work is protected under United States copyright law and other international copyright treaties and conventions. No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying and recording, or by any information storage or retrieval system, except as expressly permitted in writing by Environmental Systems Research Institute, Inc. All requests should be sent to Attention: Contracts Manager, Environmental Systems Research Institute, Inc., 380 New York Street, Redlands, CA 92373-8100, USA. The information contained in this document is subject to change without notice. U.S. GOVERNMENT RESTRICTED/LIMITED RIGHTS Any software, documentation, and/or data delivered hereunder is subject to the terms of the License Agreement. In no event shall the U.S. Government acquire greater than RESTRICTED/LIMITED RIGHTS. At a minimum, use, duplication, or disclosure by the U.S. Government is subject to restrictions as set forth in FAR §52.227-14 Alternates I, II, and III (JUN 1987); FAR §52.227-19 (JUN 1987) and/or FAR §12.211/12.212 (Commercial Technical Data/Computer Software); and DFARS §252.227-7015 (NOV 1995) (Technical Data) and/or DFARS §227.7202 (Computer Software), as applicable. Contractor/Manufacturer is Environmental Systems Research Institute, Inc., 380 New York Street, Redlands, CA 92373- 8100, USA.
    [Show full text]
  • An Efficient Technique for Creating a Continuum of Equal-Area Map Projections
    Cartography and Geographic Information Science ISSN: 1523-0406 (Print) 1545-0465 (Online) Journal homepage: http://www.tandfonline.com/loi/tcag20 An efficient technique for creating a continuum of equal-area map projections Daniel “daan” Strebe To cite this article: Daniel “daan” Strebe (2017): An efficient technique for creating a continuum of equal-area map projections, Cartography and Geographic Information Science, DOI: 10.1080/15230406.2017.1405285 To link to this article: https://doi.org/10.1080/15230406.2017.1405285 View supplementary material Published online: 05 Dec 2017. Submit your article to this journal View related articles View Crossmark data Full Terms & Conditions of access and use can be found at http://www.tandfonline.com/action/journalInformation?journalCode=tcag20 Download by: [4.14.242.133] Date: 05 December 2017, At: 13:13 CARTOGRAPHY AND GEOGRAPHIC INFORMATION SCIENCE, 2017 https://doi.org/10.1080/15230406.2017.1405285 ARTICLE An efficient technique for creating a continuum of equal-area map projections Daniel “daan” Strebe Mapthematics LLC, Seattle, WA, USA ABSTRACT ARTICLE HISTORY Equivalence (the equal-area property of a map projection) is important to some categories of Received 4 July 2017 maps. However, unlike for conformal projections, completely general techniques have not been Accepted 11 November developed for creating new, computationally reasonable equal-area projections. The literature 2017 describes many specific equal-area projections and a few equal-area projections that are more or KEYWORDS less configurable, but flexibility is still sparse. This work develops a tractable technique for Map projection; dynamic generating a continuum of equal-area projections between two chosen equal-area projections.
    [Show full text]
  • Comparison of Spherical Cube Map Projections Used in Planet-Sized Terrain Rendering
    FACTA UNIVERSITATIS (NIS)ˇ Ser. Math. Inform. Vol. 31, No 2 (2016), 259–297 COMPARISON OF SPHERICAL CUBE MAP PROJECTIONS USED IN PLANET-SIZED TERRAIN RENDERING Aleksandar M. Dimitrijevi´c, Martin Lambers and Dejan D. Ranˇci´c Abstract. A wide variety of projections from a planet surface to a two-dimensional map are known, and the correct choice of a particular projection for a given application area depends on many factors. In the computer graphics domain, in particular in the field of planet rendering systems, the importance of that choice has been neglected so far and inadequate criteria have been used to select a projection. In this paper, we derive evaluation criteria, based on texture distortion, suitable for this application domain, and apply them to a comprehensive list of spherical cube map projections to demonstrate their properties. Keywords: Map projection, spherical cube, distortion, texturing, graphics 1. Introduction Map projections have been used for centuries to represent the curved surface of the Earth with a two-dimensional map. A wide variety of map projections have been proposed, each with different properties. Of particular interest are scale variations and angular distortions introduced by map projections – since the spheroidal surface is not developable, a projection onto a plane cannot be both conformal (angle- preserving) and equal-area (constant-scale) at the same time. These two properties are usually analyzed using Tissot’s indicatrix. An overview of map projections and an introduction to Tissot’s indicatrix are given by Snyder [24]. In computer graphics, a map projection is a central part of systems that render planets or similar celestial bodies: the surface properties (photos, digital elevation models, radar imagery, thermal measurements, etc.) are stored in a map hierarchy in different resolutions.
    [Show full text]
  • Map Projections
    Map Projections Chapter 4 Map Projections What is map projection? Why are map projections drawn? What are the different types of projections? Which projection is most suitably used for which area? In this chapter, we will seek the answers of such essential questions. MAP PROJECTION Map projection is the method of transferring the graticule of latitude and longitude on a plane surface. It can also be defined as the transformation of spherical network of parallels and meridians on a plane surface. As you know that, the earth on which we live in is not flat. It is geoid in shape like a sphere. A globe is the best model of the earth. Due to this property of the globe, the shape and sizes of the continents and oceans are accurately shown on it. It also shows the directions and distances very accurately. The globe is divided into various segments by the lines of latitude and longitude. The horizontal lines represent the parallels of latitude and the vertical lines represent the meridians of the longitude. The network of parallels and meridians is called graticule. This network facilitates drawing of maps. Drawing of the graticule on a flat surface is called projection. But a globe has many limitations. It is expensive. It can neither be carried everywhere easily nor can a minor detail be shown on it. Besides, on the globe the meridians are semi-circles and the parallels 35 are circles. When they are transferred on a plane surface, they become intersecting straight lines or curved lines. 2021-22 Practical Work in Geography NEED FOR MAP PROJECTION The need for a map projection mainly arises to have a detailed study of a 36 region, which is not possible to do from a globe.
    [Show full text]
  • Healpix Mapping Technique and Cartographical Application Omur Esen , Vahit Tongur , Ismail Bulent Gundogdu Abstract Hierarchical
    HEALPix Mapping Technique and Cartographical Application Omur Esen1, Vahit Tongur2, Ismail Bulent Gundogdu3 1Selcuk University, Construction Offices and Infrastructure Presidency, [email protected] 2Necmettin Erbakan University, Computer Engineering Department of Engineering and Architecture Faculty, [email protected] 3Selcuk University, Geomatics Engineering Department of Engineering Faculty, [email protected] Abstract Hierarchical Equal Area isoLatitude Pixelization (HEALPix) system is defined as a layer which is used in modern astronomy for using pixelised data, which are required by developed detectors, for a fast true and proper scientific comment of calculation algoritms on spherical maps. HEALPix system is developed by experiments which are generally used in astronomy and called as Cosmic Microwave Background (CMB). HEALPix system reminds fragment of a sphere into 12 equal equilateral diamonds. In this study aims to make a litetature study for mapping of the world by mathematical equations of HEALPix celling/tesellation system in cartographical map making method and calculating and examining deformation values by Gauss Fundamental Equations. So, although HEALPix system is known as equal area until now, it is shown that this celling system do not provide equal area cartographically. Keywords: Cartography, Equal Area, HEALPix, Mapping 1. INTRODUCTION Map projection, which is classically defined as portraying of world on a plane, is effected by technological developments. Considering latest technological developments, we can offer definition of map projection as “3d and time varying space, it is the transforming techniques of space’s, earth’s and all or part of other objects photos in a described coordinate system by keeping positions proper and specific features on a plane by using mathematical relation.” Considering today’s technological developments, cartographical projections are developing on multi surfaces (polihedron) and Myriahedral projections which is used by Wijk (2008) for the first time.
    [Show full text]
  • Maps and Cartography: Map Projections a Tutorial Created by the GIS Research & Map Collection
    Maps and Cartography: Map Projections A Tutorial Created by the GIS Research & Map Collection Ball State University Libraries A destination for research, learning, and friends What is a map projection? Map makers attempt to transfer the earth—a round, spherical globe—to flat paper. Map projections are the different techniques used by cartographers for presenting a round globe on a flat surface. Angles, areas, directions, shapes, and distances can become distorted when transformed from a curved surface to a plane. Different projections have been designed where the distortion in one property is minimized, while other properties become more distorted. So map projections are chosen based on the purposes of the map. Keywords •azimuthal: projections with the property that all directions (azimuths) from a central point are accurate •conformal: projections where angles and small areas’ shapes are preserved accurately •equal area: projections where area is accurate •equidistant: projections where distance from a standard point or line is preserved; true to scale in all directions •oblique: slanting, not perpendicular or straight •rhumb lines: lines shown on a map as crossing all meridians at the same angle; paths of constant bearing •tangent: touching at a single point in relation to a curve or surface •transverse: at right angles to the earth’s axis Models of Map Projections There are two models for creating different map projections: projections by presentation of a metric property and projections created from different surfaces. • Projections by presentation of a metric property would include equidistant, conformal, gnomonic, equal area, and compromise projections. These projections account for area, shape, direction, bearing, distance, and scale.
    [Show full text]
  • Map Projections and Coordinate Systems Datums Tell Us the Latitudes and Longi- Vertex, Node, Or Grid Cell in a Data Set, Con- Tudes of Features on an Ellipsoid
    116 GIS Fundamentals Map Projections and Coordinate Systems Datums tell us the latitudes and longi- vertex, node, or grid cell in a data set, con- tudes of features on an ellipsoid. We need to verting the vector or raster data feature by transfer these from the curved ellipsoid to a feature from geographic to Mercator coordi- flat map. A map projection is a systematic nates. rendering of locations from the curved Earth Notice that there are parameters we surface onto a flat map surface. must specify for this projection, here R, the Nearly all projections are applied via Earth’s radius, and o, the longitudinal ori- exact or iterated mathematical formulas that gin. Different values for these parameters convert between geographic latitude and give different values for the coordinates, so longitude and projected X an Y (Easting and even though we may have the same kind of Northing) coordinates. Figure 3-30 shows projection (transverse Mercator), we have one of the simpler projection equations, different versions each time we specify dif- between Mercator and geographic coordi- ferent parameters. nates, assuming a spherical Earth. These Projection equations must also be speci- equations would be applied for every point, fied in the “backward” direction, from pro- jected coordinates to geographic coordinates, if they are to be useful. The pro- jection coordinates in this backward, or “inverse,” direction are often much more complicated that the forward direction, but are specified for every commonly used pro- jection. Most projection equations are much more complicated than the transverse Mer- cator, in part because most adopt an ellipsoi- dal Earth, and because the projections are onto curved surfaces rather than a plane, but thankfully, projection equations have long been standardized, documented, and made widely available through proven programing libraries and projection calculators.
    [Show full text]
  • MAP PROJECTION DESIGN Alan Vonderohe (January 2020) Background
    MAP PROJECTION DESIGN Alan Vonderohe (January 2020) Background For millennia cartographers, geodesists, and surveyors have sought and developed means for representing Earth’s surface on two-dimensional planes. These means are referred to as “map projections”. With modern BIM, CAD, and GIS technologies headed toward three- and four-dimensional representations, the need for two-dimensional depictions might seem to be diminishing. However, map projections are now used as horizontal rectangular coordinate reference systems for innumerable global, continental, national, regional, and local applications of human endeavor. With upcoming (2022) reference frame and coordinate system changes, interest in design of map projections (especially, low-distortion projections (LDPs)) has seen a reemergence. Earth’s surface being irregular and far from mathematically continuous, the first challenge has been to find an appropriate smooth surface to represent it. For hundreds of years, the best smooth surface was assumed to be a sphere. As the science of geodesy began to emerge and measurement technology advanced, it became clear that Earth is flattened at the poles and was, therefore, better represented by an oblate spheroid or ellipsoid of revolution about its minor axis. Since development of NAD 83, and into the foreseeable future, the ellipsoid used in the United States is referred to as “GRS 80”, with semi-major axis a = 6378137 m (exactly) and semi-minor axis b = 6356752.314140347 m (derived). Specifying a reference ellipsoid does not solve the problem of mathematically representing things on a two-dimensional plane. This is because an ellipsoid is not a “developable” surface. That is, no part of an ellipsoid can be laid flat without tearing or warping it.
    [Show full text]
  • Understanding Map Projections
    Understanding Map Projections GIS by ESRI ™ Copyright © 19942000 Environmental Systems Research Institute, Inc All rights reserved Printed in the United States of America The information contained in this document is the exclusive property of Environmental Systems Research Institute, Inc This work is protected under United States copyright law and other international copyright treaties and conventions No part of this work may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying and recording, or by any information storage or retrieval system, except as expressly permitted in writing by Environmental Systems Research Institute, Inc All requests should be sent to Attention: Contracts Manager, Environmental Systems Research Institute, Inc , 380 New York Street, Redlands, CA 92373-8100, USA The information contained in this document is subject to change without notice US GOVERNMENT RESTRICTED/LIMITED RIGHTS Any software, documentation, and/or data delivered hereunder is subject to the terms of the License Agreement In no event shall the U S Government acquire greater than RESTRICTED/LIMITED RIGHTS At a minimum, use, duplication, or disclosure by the U S Government is subject to restrictions as set forth in FAR §52 227-14 Alternates I, II, and III (JUN 1987); FAR §52 227-19 (JUN 1987) and/or FAR §12 211/12 212 (Commercial Technical Data/Computer Software); and DFARS §252 227-7015 (NOV 1995) (Technical Data) and/or DFARS §227 7202 (Computer Software), as applicable Contractor/Manufacturer
    [Show full text]
  • Geoide Ssii-109
    GEOIDE SSII-109 MAP DISTORTIONS MAP DISTORTION • No map projection maintains correct scale throughout • The intersection of any two lines on the Earth is represented on the map at the same or different angle • Map projections aim to either minimize scale, angular or area distortion TISSOT'S THEOREM At every point there are two orthogonal principal directions which are perpendicular on both the Earth (u) and the map (u') Figure (A) displays a point on the Earth and (B) a point on the projection TISSOT'S INDICATRIX • An infinitely small circle on the Earth will project as an infinitely small ellipse on any map projection (except conformal projections where it is a circle) • Major and minor axis of ellipse are directly related to the scale distortion and the maximum angular deformation SCALE DISTORTION • The ratio of an infinitesimal linear distance in any direction at any point on the projection and the corresponding infinitesimal linear distance on the Earth • h – scale distortion along the meridians • k – scale distortion along the parallels MAXIMUM ANGULAR DEFORMATION AND AREAL SCALE FACTOR • Maximum angular deformation, w is the biggest deviation from principle directions define on the Earth to the principle directions define on the map • Occurs in each of the four quadrants define by the principle directions of Tissot's indicatrix • Areal scale factor is the exaggeration of an infinitesimally small area at a particular point NOTES • Three tangent points are taken for a number of different azimuthal projection: (φ, λ)= (0°, 0°), (φ,
    [Show full text]
  • Types of Projections
    Types of Projections Conic Cylindrical Planar Pseudocylindrical Conic Projection In flattened form a conic projection produces a roughly semicircular map with the area below the apex of the cone at its center. When the central point is either of Earth's poles, parallels appear as concentric arcs and meridians as straight lines radiating from the center. Usually used for maps of countries or continents in the middle latitudes (30-60 degrees) Cylindrical Projection A cylindrical projection is a type of map in which a cylinder is wrapped around a sphere (the globe), and the details of the globe are projected onto the cylindrical surface. Then, the cylinder is unwrapped into a flat surface, yielding a rectangular-shaped map. Generally used for navigation, but this map is very distorted at the poles. Very Northern Hemisphere oriented. Planar (Azimuthal) Projection Planar projections are the subset of 3D graphical projections constructed by linearly mapping points in three-dimensional space to points on a two-dimensional projection plane. Generally used for polar maps. Focused on a central point. Outside edge is distorted Oval / Pseudo-cylindrical Projection Pseudo-cylindrical maps combine many cylindrical maps together. This reduces distortion. Each cylinder is focused on a particular latitude line. Generally used to show world phenomenon or movement – quite accurate because it is computer generated. Famous Map Projections Mercator Winkel-Tripel Sinusoidal Goode’s Interrupted Homolosine Robinson Mollweide Mercator The Mercator projection is a cylindrical map projection presented by the Flemish geographer and cartographer Gerardus Mercator in 1569. this map accurately shows the true distance and the shapes of landmasses, but as you move away from the equator the size and distance is distorted.
    [Show full text]
  • MAP PROJECTIONS Simple Rules for Simple Maps
    BILL’S QUICK GUIDE TO MAP PROJECTIONS Simple rules for simple maps A full catalog of all the projections available in ArcGIS is available on my website. The recommendations below are a simplification of what’s on the web. The goal here is to make quick, easy reference maps for illustrations, not to cover every special case or technicality. Keep in mind that there is no such thing as a map projection without distortion. Every map must have distortion, since the earth is curved and paper is flat. The goal is simply to minimize distortion for the particular task at hand. In general, there are two main considerations. One, how large is the area you want to show? And two, do you need an equal- area projection, or not? On an equal-area projection, every square inch of paper represents the same area of land or water, anywhere on the map. (So, for example, the area of Australia will always appear – correctly – as 3½ times that of Greenland, even if both are distorted.) You should use an equal-area projection if you’re mapping something that’s fundamentally tied to area, such as crop acreage, population density, the size of empires, and so on. Local Maps For maps of cities or small regions, the choice is easy: use the Mercator projection. Yes, that’s right – the “evil Mercator.” It has three great advantages. First, at local scales there is negligible distortion (more technically, the Mercator is a conformal projection). This is why the Mercator is used on Google Maps: it’s quite distorted at the global scale, but when you zoom in the map is always undistorted.
    [Show full text]