Generating Topologically Correct Schematic Maps 1 Introduction

Total Page:16

File Type:pdf, Size:1020Kb

Generating Topologically Correct Schematic Maps 1 Introduction Generating Top ologically Correct Schematic Maps Silvania Avelar Matthias Muller Department of Computer Science Swiss Federal Institute of Technology Zurich Switzerland favelarmuellermginfethzch Abstract This pap er studies the creation of schematic maps from traditional vectorbased carto graphic information An algorithm is prop osed to mo dify p ositions of lines in the original input map with the goal of pro ducing as output a schematic map that meets certain geomet ric and aesthetic criteria Sp ecial emphasis is placed here on preserving top ological structure of features during this transformation The known existing metho ds for preserving top ol ogy during map transformation generally involve computing several constrained Delaunay triangulations MolGol JBW Rua The algorithm prop osed here computes a transformation which preserves top ological relations among linear features using simple ge ometric op erations and tests Keywords Schematic maps digital cartography top ology computational geometry Intro duction Schematic maps are linear cartograms designed to convey only essential features of network routes Mon They indicate imp ortant top ological information on transp ortation or utility maps such as connectivity and stops while preserving only a general sense of the original geom etry Dor As long as essential top ological information is preserved the length and shap e of routes in schematic maps need not b e faithful to reality This cartographic exibility is p ossible b ecause geometric accuracy is considered to b e less imp ortant than linkages adjacency and rel ative p osition Mon Bra Because schematic maps do not have the mass of details usually presented in conventional top ographic maps they present the essential information more clearly Figures and illustrate the top ological nature of schematic maps Generating schematic maps on demand can b e seen as a geometric constraint problem that should b e solved algorithmicallyininteractive time In general to create schematic maps automatically rst geometric line detail should b e removed via smo othing or ltering Then the new straightened line network should b e adjusted to improve legibili ty of imp ortant information This line displacementfollows a set of constraints dened by some common sense geometric and aesthetic criteria for the schematic map Direction and distance are only approximately preserved for recognition purp oses while top ological information of the road network is kept The dicult asp ect of generating schematic maps automatically is to rep osition the network routes of the input map to lo cations which b esides fulllin g the set of constraints also preserve the map top ology Elr By preservation of map top ology we mean the following three prop erties i no absence of line crossings that were present in the input map ii no line crossings that were not present in the input map iii cyclic order of outgoing connections around any no de agrees with the ordering of con nections in the input map In this pap er we prop ose a technique to preserve the map top ology during the transforma tion pro cess The technique is based on simple geometric op erations and tests To the b est of our knowledge there do es not seem to b e such a public generally acknowledged solution for preserving top ological relations while moving p oints Figure Example of a public transp ortation map of Zurich Switzerland Figure Example of a bus map of Porto Portugal Some suggestions and theory concerning the automation of schematic maps can b e found in the literature Morrison Mor studies public transp ort maps of various cities and prop oses rules to govern the mapping metho d based on characteristics of transp ort services Elroi de scrib es his exp erience in generating schematic maps using GIS Elr Our contribution here is to pro duce schematic maps on demand while taking into account geometric and aesthetic constraints in suchaway that map top ology is preserved Characteristics of schematic maps Routes on schematic maps are usually drawn as straight lines with cartographic micro crenu lations removed Direction of lines usually varies only via xed stylized angles and degrees or and degrees are common though some schematic maps have only simplied lines with arbitrary but few directions Network lines with overlapping routes are separated by a minimum legibili ty distance This distance can either b e zero or a constantchosen for the map Sometimes adjacentschematized lines have smo oth artistic circular arcs around b ends these preserve the graphic proximity for the greatest length p ossible see for example Figure top left corner where the lines curvebetween the two white line connectors We also observe that the straightnetwork lines are generally not to o long A small number of breaks or changes in the line direction can b e incorp orated to add a sense of the original geometry and to provide a b etter visualization of all routes together In some schematic maps all lines are presented in one color and the route of a particular network is traced bynumber only In other maps contrasting colors dierentiate the various transp ortation lines Diering geometric and aesthetic criteria can b e used to design a schematic map Although it is easy to nd dierences in style eg compare Figure and common goals are graphic simplicity the retention of network information content and presentation legibility Generating schematic maps The purp oseful deformation of a geographic map is a common op eration in cartographyTwo typ es of map deformations can b e considered one for bringing two maps together suchas combining a satellite image and a geographic map via rubb ersheeting or minor geometric ad justmen t and the other to highlight quantities other than geographic distance and area such as in cartograms DEG Our schematic maps can b e thought of as the rst typ e of defor mation but we use techniques for transforming lines similar to HK Dor for constructing continuous area cartograms We assume the network lines to b e schematized are provided as input to our algorithm to b egin the automatic generation of schematic maps Wechose to create straight lines whichcan b e horizontal vertical or at angles of degrees For readability and aesthetic considerations wehave set a userdened maximum length for a straight line and a minimum distance b etween the lines The cartographic data structure contains p oints and p olylines As a prepro cessing step to remove line crenulations we p erform p oint and line ltering simplication to reduce the numb er of visualization p oints that constitute the detailed map The DouglasPeucker algorithm DPwas used for this study this algorithm is quickto implement and exible with a user denable threshold that controls the amount of simplication After the simplication long straight lines are cut according to the userdened maximum length The next step is to nd a new lo cation for eachpointofeach presimplied line according to the other constraints of the schematic map We used a dynamic iterative algorithm driven by the map constraints Mue HK The network conformation is improved iteratively in order to satisfy all map constraints The user decides when the schematic network reaches an acceptable app earance to stop the pro cess Tochange the actual conformation the algorithm visits all p oints p p of the simplied map in turn If the current p oint p violates one or more n i m constraints a b etter lo cation p for p is computed For each constraint c fc c g that i i aects p p is the lo cation nearest to p that satises c The new lo cation p is chosen to b e the i arithmetic mean of all p s Instead of computing a simple mean of the displacementvectors it would also b e feasible to evaluate a weighted average of the vectors if certain roads are more imp ortant than others j j For the constraintofstylized angles say c the new lo cation p is chosen among the lo cations that t the line segment in one of the allowed schematic directions The nearest distance p determines the new lo cation for p see pq in Figure a The constraints evaluation is carried out for all line segments in which p exists The nal lo cation p for p will b e obtained by the arithmetic mean of all required displacementvectors for all of its lines segments in Figure b three constraints are considered j p (2) p p p (1) p p p f q (3) p p (a) (b) pq to the nearest schematic direction and b nding the Figure a Fitting a line segment new lo cation p for p We then check the minimum distance constraint The nal found lo cation p should keep the sp ecied minimum distance to the other linear features of the map Adjustments in the arithmetic mean of the nal displacementp vector are p erformed when necessary The f line segments may b e stretched or shortened to reach the new lo cations whichwe refer to as schematic lo cations However the top ology of the map has to b e preserved during this mo dication pro cess Preserving the map top ology The previous section describ ed how to compute a b etter lo cation p b etter according to the aesthetic and geometric constraints for a given p oint p Before displacing the p oint from its original p osition p to the new lo cation p a test must b e p erformed to detect situations that can lead to a change in the map top ology that is to detect if one of the prop erties of Section might b e violated We recall them i no absence of line crossings that were present in the input map ii no line crossings that were not present in the input map iii cyclic order of outgoing connections around any
Recommended publications
  • What's Your Theory of Effective Schematic Map Design?
    What’s Your Theory of Effective Schematic Map Design? Maxwell. J. Roberts Department of Psychology University of Essex Colchester, UK [email protected] Abstract—Amongst designers, researchers, and the general general public accept or reject radical new creations. public, there exists a diverse array of opinion about good practice Furthermore, the lay-theories held by designers will affect the in schematic map design, and a lack of awareness that such products that they create and the recommendations that they opinions are not necessarily universally held nor supported by make. Similarly, the lay-theories of transport managers will evidence. This paper gives an overview of the range of opinion determine design specifications and the acceptance or rejection that can be encountered, the consequences that this has for of end-products. With so many different theories in circulation, published designs, and a framework for organising the various conflicts will be inevitable, hence the polarised response to the views. controversial Madrid Metro map of 2007, which generated a huge adverse reaction amongst residents: presumably, the Keywords—schematic mapping; lay-theories, expectations and transport authority believed that this was a sound design. prejudices; effective design; cognition; intelligence. Likewise, the adverse public response to the removal of the I. LAY-THEORIES OF DESIGN River Thames from the London Underground map in 2009. The lay-theory held by officials, presumably, was that the river Whenever I create a controversial new schematic map and was irrelevant to usability. The public disagreed, and the river publish it on the internet, the diversity of opinion that it evokes returned a few months later.
    [Show full text]
  • Module 4 Electronic Diagrams and Schematics
    ENGINEERING SYMBOLOGY, PRINTS, AND DRAWINGS Module 4 Electronic Diagrams and Schematics Engineering Symbology, Prints, & Drawings Electronic Diagrams & Schematics TABLE OF CONTENTS Table of Co nte nts TABLE OF CONTENTS ................................................................................................... i LIST OF FIGURES ...........................................................................................................ii LIST OF TABLES ............................................................................................................ iii REFERENCES ................................................................................................................iv OBJECTIVES .................................................................................................................. 1 ELECTRONIC DIAGRAMS, PRINTS, AND SCHEMATICS ............................................ 2 Introduction .................................................................................................................. 2 Electronic Schematic Drawing Symbology .................................................................. 3 Examples of Electronic Schematic Diagrams .............................................................. 6 Reading Electronic Prints, Diagrams and Schematics ................................................. 8 Block Drawing Symbology ......................................................................................... 13 Examples of Block Diagrams ....................................................................................
    [Show full text]
  • Vision & Implementation Plan
    Buffalo River Greenway Vision & Implementation Plan Implementation Guidelines for the Buffalo River, Cayuga Creek, Buffalo Creek and Cazenovia Creek within the City of Buffalo and Towns of Cheektowaga and West Seneca. Prepared For: Buffalo Niagara RIVERKEEPER® Prepared By: Lynn Mason, ASLA With Assistance From: Julie Barrett O’Neill Jill Spisiak Jedlicka Lynda Schneekloth May 2006 II TABLE OF CONTENTS FIGURE LIST pg. IV INVOLVED AGENCIES pg. VI EXECUTIVE SUMMARY pg. VII I. GREENWAY VISION pg. 1 1. Greenway Benefits pg. 3 2. Buffalo River Greenway Project Area pg. 8 II. GREENWAY PLANNING HISTORY pg. 15 1. Recent Projects pg. 17 2. Recent Planning Projects pg. 28 III. EXISTING GREENWAY RESOURCES pg. 29 1. Parks & Parkways pg. 31 2. Conservation Areas pg. 37 3. Bike/Hike Trails pg. 38 4. Boat Launches and Marinas pg. 41 5. Fishing Access and Hot Spots pg. 41 6. Urban Canoe Trail and Launches pg. 42 7. Heritage Interpretation Areas pg. 44 IV. PROPOSED NEW GREENWAY ELEMENTS pg. 47 1. Introduction pg. 49 2. Buffalo River Trail Segments pg. 56 3. Site Specific Opportunities pg. 58 V. IMPLEMENTATION pg. 95 1. Introduction pg. 97 2. Implementation Strategies pg. 106 3. Leveraging Resources and Identifying Funding pg. 108 4. Legislative Action pg. 110 5. Education and Encouragement pg. 110 6. Operations and Maintenance pg. 111 7. Trail Development pg. 112 8. Design Guidelines pg. 181 APPENDIX/ BACKGROUND INFORMATION pg. 189 A. Existing Greenway Resources pg. 191 B. Prohibited Uses pg. 209 C. Phytoremediation pg. 213 D. Buffalo River Paper Streets: A Status Report pg. 215 REFERENCES pg.
    [Show full text]
  • How Neurons Exploit Fractal Geometry to Optimize Their Network Connectivity Julian H
    www.nature.com/scientificreports OPEN How neurons exploit fractal geometry to optimize their network connectivity Julian H. Smith1,5, Conor Rowland1,5, B. Harland2, S. Moslehi1, R. D. Montgomery1, K. Schobert1, W. J. Watterson1, J. Dalrymple‑Alford3,4 & R. P. Taylor1* We investigate the degree to which neurons are fractal, the origin of this fractality, and its impact on functionality. By analyzing three‑dimensional images of rat neurons, we show the way their dendrites fork and weave through space is unexpectedly important for generating fractal‑like behavior well‑ described by an ‘efective’ fractal dimension D. This discovery motivated us to create distorted neuron models by modifying the dendritic patterns, so generating neurons across wide ranges of D extending beyond their natural values. By charting the D‑dependent variations in inter‑neuron connectivity along with the associated costs, we propose that their D values refect a network cooperation that optimizes these constraints. We discuss the implications for healthy and pathological neurons, and for connecting neurons to medical implants. Our automated approach also facilitates insights relating form and function, applicable to individual neurons and their networks, providing a crucial tool for addressing massive data collection projects (e.g. connectomes). Many of nature’s fractal objects beneft from the favorable functionality that results from their pattern repeti- tion at multiple scales 1–3. Anatomical examples include cardiovascular and respiratory systems4 such as the bronchial tree5 while examples from natural scenery include coastlines 6, lightning7, rivers8, and trees9,10. Along with trees, neurons are considered to be a prevalent form of fractal branching behavior11.
    [Show full text]
  • The Convergence of Graphics and Vision
    The Convergence of Graphics Cover Feature and Vision Approaching similar problems from opposite directions, graphics and vision researchers are reaching a fertile middle ground. The goal is to find the best possible tools for the imagination. This overview describes cutting- edge work, some of which will debut at Siggraph 98. Jed Lengyel t Microsoft Research, the computer vision sampled representations. This use of captured Microsoft and graphics groups used to be on opposite scenes (enhanced by vision research) yields richer Research sides of the building. Now we have offices rendering and modeling methods (for graphics) along the same hallway, and we see each other than methods that synthesize everything from A every day. This reflects the larger trend in our scratch. field as graphics and vision close in on similar problems. • Exploiting temporal and spatial coherence (sim- Computer graphics and computer vision are inverse ilarities in images) via the use of layers and other problems. Traditional computer graphics starts with techniques is boosting runtime performance. input geometric models and produces image se- • The explosion in PC graphics performance is quences. Traditional computer vision starts with input making powerful computational techniques more image sequences and produces geometric models. practical. Lately, there has been a meeting in the middle, and the center—the prize—is to create stunning images in real VISION AND GRAPHICS CROSSOVER: time. IMAGE-BASED RENDERING AND MODELING Vision researchers now work from images back- What are vision and graphics learning from each ward, just as far backward as necessary to create mod- other? Both deal with the image streams that result els that capture a scene without going to full geometric when a real or virtual camera is exposed to the phys- models.
    [Show full text]
  • How Scientists Develop Competence in Visual Communication Marilyn Ostergren
    How scientists develop competence in visual communication Marilyn Ostergren A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy University of Washington 2013 Reading Committee: David M. Levy, Chair Andrew J. Ko Jennifer A. Turns Allyson Carlyle Program Authorized to Offer Degree: The Information School ©Copyright 2013 Marilyn Ostergren University of Washington Abstract How scientists develop competence in visual communication Marilyn Ostergren Chair of the Supervisory Committee: Dr. David M. Levy Information School Visuals (maps, charts, diagrams and illustrations) are an important tool for communication in most scientific disciplines, which means that scientists benefit from having strong visual communication skills. This dissertation examines the nature of competence in visual communication and the means by which scientists acquire this competence. This examination takes the form of an extensive multi- disciplinary integrative literature review and a series of interviews with graduate-level science students. The results are presented as a conceptual framework that lays out the components of competence in visual communication, including the communicative goals of science visuals, the characteristics of effective visuals, the skills and knowledge needed to create effective visuals and the learning experiences that promote the acquisition of these forms of skill and knowledge. This conceptual framework can be used to inform pedagogy and thus help graduate students achieve a higher level of competency in this area; it can also be used to identify aspects of acquiring competence in visual communication that need further study. ACKNOWLEDGEMENTS To the chair of my committee, David Levy: I am deeply grateful for your mentorship, support and guidance.
    [Show full text]
  • E11 Lecture 5: Design Representation
    E11 Lecture 5: Design Representation Prof. David Money Harris Fall 2014 Outline l Mechanical Design Representation l Orthographic Projections l Isometric Projections l Computer-Aided Design (CAD) l Computer-Aided Manufacturing (CAM) l Autonomous Vehicle Chassis l Electronic Design Representation l Schematic Elements l Mudduino Schematic Design Representation l How to represent a 3-dimensional object on a 2- dimensional page? l Projections l Orthographic l Isometric Orthographic Projection l Front, top, and side views l orthos “straight” + graphic “drawing” l Used by Greek and Roman astronomers and engineers Orthographic Projection Top View S i d e V i e w Front View Isometric Projection l Shows three faces all at once l Preserves distances accurately along each axis l Angles between each axis are 120 degrees l iso = “equal” + metric = “measure” Isometric Projection 120o 60o 60o Example: I-beam Datum Features l Datum features are used to align the part l Make measurements from a consistent edge l Feature labeled “A” is the primary datum l Align the part to this edge whenever possible l Keep it flat against a vice during machining l Features “B” and “C” are secondary and tertiary datum Dimensioning l Dimensions are measured from the datum features l Only a minimum necessary set are shown l If a dimension isn’t labeled, it is implied by symmetry l Often you will need to make calculations l Mark up the drawing to make your life easier in the shop l Holes are specified by their diameter (∅) l Some dimensions have tolerances shown Example: Sensor
    [Show full text]
  • VISUAL COMMUNICATION a WRITER's GUIDE Second Edition
    VISUAL COMMUNICATION A WRITER’S GUIDE Second Edition Susan Hilligoss, Clemson University Tharon Howard, Clemson University New York Boston San Francisco London Toronto Sydney Tokyo Singapore Madrid Mexico City Munich Paris Cape Town Hong Kong Montreal i This work is protected by United States copyright laws and is provided solely for the use of instructors in teaching their courses and assessing student learning. Dissemination or sale of any part of this work (includ- ing on the World Wide Web) will destroy the integrity of the work and is not permitted.The work and materials from it should never be made available to students except by instructors using the accom- panying text in their classes.All recipients of this work are expected to abide by these restrictions and to honor the intended pedagogical pur- poses and the needs of other instructors who rely on these materials. Visual Communication: A Writer’s Guide, Second Edition, by Susan Hilligoss and Tharon Howard Copyright ©2002 Pearson Education, Inc. (Publishing as Longman Publishers.) All rights reserved. Printed in the United States of America. Instructors may reproduce portions of this book for classroom use only. All other reproductions are strictly prohibited without prior permission of the publisher, except in the case of brief quotations embodied in critical articles and reviews. ISBN: 0-321-09981-8 1 2 3 4 5 6 7 8 9 10 - CRW - 04 03 02 01 i Contents Chapter 1 Why Visual Communication for Writers? 1 Chapter 2 First Impressions: Perception and Genres 7 Chapter 3 Second Impressions:
    [Show full text]
  • Table of Contents
    TABLE OF CONTENTS City Government Electric Department. 36 City Organizational Chart . 2 Fire Department . 40 Mayor’s Message . 3 Fletcher Free Library . 43 City Officials Appointed by the Mayor . 6 Human Resources Department . 46 Vermont Legislators . 7 Innovation & Technology. 48 Mayors of Burlington . 7 Parks, Re creation & Waterfront. 49 City Council . 8 Planning & Zoning Department . 55 City Council Standing Committees . 9 Police Department. 58 City Department Information . 10 Public Works Department . 61 Important Dates . 11 School District . 66 City Holidays. 11 Telecom, Burlington . 71 Board of School Commissioners . 12 Regional Organizations City Commissioners. 13 Annual Reports Neighborhood Planning Assemblies . 15 Burlington Housing Authority . 72 Regularly Scheduled Chittenden Solid Waste District . 73 Commission Meetings . 16 Green Mountain Transit . 75 Justices of the Peace . 17 Winooski Valley Park District . 77 Department Annual Reports Miscellaneous Airport, Burlington International . 18 Annual Town Meeting . 79 Arts, Burlington City . 20 Salaries. 81 Assessor, Office of the City . 23 General Obligation Debt. 100 Attorney, Office of the City . 24 Appraised Valuation. 100 Church Street Marketplace. 27 Tax Exempt Property Summary. 100 Clerk/Treasurer, Office of the City . 29 Management Letter . 101 Code Enforcement . 31 Audit Summary . 106 Community & Economic Development Office . 32 ACKNOWLEDGMENTS Design/Production: Futura Design Printing: Queen City Printers Inc. Printed on PC Recycled Paper Cover Photo: Courtesy of Andrew Krebs Project Management: Liz Amler, Mayor’s Office This report also is available online at www.burlingtonvt.gov. Thanks to the Department of Parks, Recreation & Waterfront for the use of photos throughout this report. This publication was printed on 100% PC Recycled FSC® certified paper.
    [Show full text]
  • Geotime Information Visualization
    GeoTime Information Visualization Thomas Kapler and William Wright 1. Oculus Info Inc ABSTRACT of events over the single dimension of time. A Geographic Analyzing observations over time and geography is a common Information System (GIS) product, such as MS MapPoint, or task but typically requires multiple, separate tools. The objective ESRI ArcView, shows events in the single dimension of locations of our research has been to develop a method to visualize, and on a map. There are also link analysis tools, such as Netmap work with, the spatial inter-connectedness of information over (www.netmapanalytics.com) or Visual Links (www. time and geography within a single, highly interactive 3-D view. visualanalytics.com) that display events as a network diagram, or A novel visualization technique for displaying and tracking graph, of objects and connections between objects. Several events, objects and activities within a combined temporal and systems exist for tracking highly connected information, most geospatial display has been developed. This technique has been developed for police investigative purposes [Harries, 1999]. implemented as a demonstratable prototype called GeoTime in Analyst Notebook and CrimeLink, for example, provide tools for order to determine potential utility. Initial evaluations have been organizing and arranging fragments of information into with military users. However, we believe the concept is visualizations intended to help the analyst make sense of complex applicable to a variety of government and business analysis tasks. relationships. These tend to be one dimensional representations that show either organizational structures, timelines, CR Categories: H.5.2 [User Interfaces]: Graphical User communication networks or locations. In each case, only a thin Interfaces, I.3.6 [Computer Graphics]: Interaction Techniques.
    [Show full text]
  • Schematic Storyboarding for Video Visualization and Editing
    Schematic Storyboarding for Video Visualization and Editing Dan B Goldman1 Brian Curless1 David Salesin1,2 Steven M .Seitz1 1University of Washington 2Adobe Figure 1 Left: Four still frames of a shot from the 1963 film Charade. Top: Schematic storyboard for the same shot, composed using the four frames at left. The subject appears in multiple locations, and the 3D arrow indicates a large motion toward the camera. The arrow was placed and rendered without recovering the 3D location of the subject. Bottom: Storyboard for the same shot, composed by a professional storyboard artist. (Credit: Peter Rubin.) Abstract 1 Introduction We present a method for visualizing short video clips in a sin- Video editing is a time-consuming process, in some part due to the gle static image, using the visual language of storyboards. These sheer volume of video material that must be repeatedly viewed and schematic storyboards are composed from multiple input frames recalled. Video editing software offers only token mnemonic assis- and annotated using outlines, arrows, and text describing the mo- tance, representing each video segment with only a single frame, tion in the scene. The principal advantage of this storyboard repre- typically defaulting to the segment’s first frame. But this frame is sentation over standard representations of video — generally either often unrepresentative of the video content, and in any case does a static thumbnail image or a playback of the video clip in its en- not illustrate other important aspects of the video, such as camera tirety — is that it requires only a moment to observe and compre- and subject motion.
    [Show full text]
  • Isometric Projections and Other Study and Display Methods Used in Preliminary Design of I-70 Through Glenwood Canyon
    Transportation Research Record 806 l Isometric Projections and Other Study and Display Methods Used in Preliminary Design of I-70 Through Glenwood Canyon JOSEPH R. PASSONNEAU The designers of I· 70 tl·1rough Glenwood Canyon, Colorado, were responsible rately contrived presentations but by using drawings to reviewers from many backgrounds. All wanted to find a good fit between peeled from the drafting boards at the beginning of highway and natural landscape, but their definitions of "good fit" varied. Ac· each meeting. curate graphic descriptions of the canyon and of alternative highway proposals were important to designers and reviewers. These were needed to show con· This paper first summarizes study and display ventional highway plans, profiles, and sections; to show the appearance of the techniques used in the design of I-70. It then highway in the natural landscape; and to show the precise relation between describes in detail an isometric method of drawing highway alternatives and landforms and plant communities taken or impinged upon. Canyon and highway alternatives were described by using conventional highway alternatives in a natural landscape that was artist's sketches, colored slides and black-and-white photographs, surveyed developed for this project. cross sections combined with perspective backgrounds, environmental maps, isometric drawings, composite drawings or "story boards", computer graphic TECHNIQUES USED IN DESIGN OF I-70 cross sections at close intervals, highway representations painted into photo· graphs, scale models, full-size mock-ups, and even diagrams and cartoons. An Conventional Sketches of Existing Landscape isometric projection technique developed for the project was particularly help· ful in the design of the highway in the western half of the canyon.
    [Show full text]