Cargando…

Introduction to web mapping /

A web map is an interactive display of geographic information, in the form of a web page, that you can use to tell stories and answer questions. Web maps have numerous advantages over traditional mapping techniques, such as the ability to display up-to-date or even real-time information, easy distri...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Dorman, Michael, 1984- (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Boca Raton, FL : CRC Press, [2020]
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 i 4500
001 EBOOKCENTRAL_on1138672297
003 OCoLC
005 20240329122006.0
006 m o d
007 cr |||||||||||
008 200201t20202020fluab ob 001 0 eng d
040 |a EBLCP  |b eng  |e rda  |e pn  |c EBLCP  |d UKMGB  |d OCLCO  |d TYFRS  |d OCLCF  |d UKAHL  |d OCLCQ  |d GZM  |d YDXIT  |d AU@  |d N$T  |d YDX  |d OCLCQ  |d OCLCO  |d K6U  |d OCLCQ  |d SFB  |d OCLCQ  |d OCLCO  |d OCLCL 
015 |a GBB9K4707  |2 bnb 
016 7 |a 019654806  |2 Uk 
019 |a 1150149907 
020 |a 9781000768848  |q (electronic book) 
020 |a 1000768848  |q (electronic book) 
020 |a 9781000768800  |q (electronic book) 
020 |a 1000768805  |q (electronic book) 
020 |a 9780429352874  |q (electronic book) 
020 |a 0429352875  |q (electronic book) 
020 |a 9781000768824  |q (Mobipocket ebook) 
020 |a 1000768821 
020 |z 9780367371395  |q (hbk.) 
020 |z 9780367861186  |q (pbk.) 
020 |z 0367371391 
020 |z 0367861186 
024 7 |a 10.1201/9780429352874  |2 doi 
029 1 |a AU@  |b 000067003114 
029 1 |a UKMGB  |b 019654806 
035 |a (OCoLC)1138672297  |z (OCoLC)1150149907 
037 |a 9781000768848  |b Ingram Content Group 
037 |a 9780429352874  |b Taylor & Francis 
050 4 |a GA139  |b .D67 2020 
072 7 |a SCI  |x 030000  |2 bisacsh 
072 7 |a PBT  |2 bicssc 
082 0 4 |a 526.0285  |2 23 
049 |a UAMI 
100 1 |a Dorman, Michael,  |d 1984-  |e author.  |1 https://id.oclc.org/worldcat/entity/E39PBJyh8kgVcB8YYJk886Trbd 
245 1 0 |a Introduction to web mapping /  |c Michael Dorman. 
264 1 |a Boca Raton, FL :  |b CRC Press,  |c [2020] 
264 4 |c Ã2020 
300 |a 1 online resource (xix, 346 pages) :  |b illustrations (some color), maps (chiefly color) 
336 |a text  |b txt  |2 rdacontent 
336 |a still image  |b sti  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
500 |a "A Chapman & Hall book." 
588 0 |a Print version record. 
504 |a Includes bibliographical references and index. 
505 0 |a Cover -- Half Title -- Title Page -- Copyright Page -- Dedication -- Contents -- Preface -- 0.1 What is web mapping? -- 0.2 What is JavaScript? -- 0.3 Why use JavaScript for web mapping? -- 0.4 Learning objectives -- 0.5 Software -- 0.6 Background knowledge -- 0.7 Online version -- 0.8 Acknowledgments -- Author -- Part I: Introduction to Web Technologies -- 1. HTML -- 1.1 Introduction -- 1.2 How do people access the web? -- 1.3 Web pages -- 1.4 Text editors -- 1.5 What is HTML? -- 1.6 Common HTML elements -- 1.7 id, class, and style attributes -- 1.8 Code layout -- 1.9 Inspecting elements 
505 8 |a 1.10 Exercise -- 2. CSS -- 2.1 Introduction -- 2.2 What is CSS? -- 2.3 CSS rules -- 2.4 CSS selectors -- 2.5 CSS conflicts -- 2.6 CSS inheritance -- 2.7 Linking CSS to HTML -- 2.8 CSS properties -- 2.9 Hurricane scale example -- 2.10 Map description example -- 2.11 Exercise -- 3. JavaScript Basics -- 3.1 Introduction -- 3.2 What is JavaScript? -- 3.3 Client-side vs. server-side -- 3.4 The JavaScript console -- 3.5 Assignment -- 3.6 Data types -- 3.7 Functions -- 3.8 Methods -- 3.9 Scope -- 3.10 Flow control -- 3.11 JavaScript Object Notation (JSON) -- 3.12 Exercise -- 4. JavaScript Interactivity 
505 8 |a 4.1 Introduction -- 4.2 The Document Object Model (DOM) -- 4.3 Accessing and modifying elements -- 4.4 What is jQuery? -- 4.5 Including the jQuery library -- 4.6 Selecting elements -- 4.7 Operating on selection -- 4.8 Binding event listeners -- 4.9 Hello example -- 4.10 Poles example -- 4.11 The event object -- 4.12 Iteration over arrays and objects -- 4.13 Modifying page based on data -- 4.14 Working with user input -- 4.15 Exercise -- 5. Web Servers -- 5.1 Introduction -- 5.2 Web servers -- 5.3 Communicating through HTTP -- 5.4 Static vs. dynamic servers -- 5.5 URLs and file structure 
505 8 |a 5.6 Running a static server -- Part II: Web Mapping with Leaflet -- 6. Leaflet -- 6.1 Introduction -- 6.2 What is a web map? -- 6.3 What is Leaflet? -- 6.4 Alternatives to Leaflet -- 6.5 Creating a basic web map -- 6.6 Adding vector layers -- 6.7 Adding popups -- 6.8 Adding a description -- 6.9 Introducing map events -- 6.10 Exercise -- 7. GeoJSON -- 7.1 Introduction -- 7.2 What is GeoJSON? -- 7.3 GeoJSON structure -- 7.4 Editing GeoJSON -- 7.5 Adding GeoJSON to Leaflet map -- 7.6 GeoJSON viewer example -- 7.7 Ajax -- 7.8 The .getJSON function -- 7.9 Exercise -- 8. Symbology and Interactivity 
505 8 |a 8.1 Introduction -- 8.2 L.geoJSON options -- 8.3 Constant style -- 8.4 Varying style -- 8.5 Constructing popups from data -- 8.6 Adding a legend -- 8.7 Using CSS to style the legend -- 8.8 Dynamic style -- 8.9 Exercise -- Part III: Databases -- 9. Databases -- 9.1 Introduction -- 9.2 What is CARTO? -- 9.3 Databases -- 9.4 Spatial databases -- 9.5 What is PostGIS? -- 9.6 What is SQL? -- 9.7 The CARTO SQL API -- 9.8 CARTO and Leaflet -- 9.9 Exercise -- 10. Non-spatial Queries -- 10.1 Introduction -- 10.2 Subsetting with SQL -- 10.3 Creating a dropdown menu -- 10.4 Populating dropdown options 
500 |a 10.5 Updating the map 
520 |a A web map is an interactive display of geographic information, in the form of a web page, that you can use to tell stories and answer questions. Web maps have numerous advantages over traditional mapping techniques, such as the ability to display up-to-date or even real-time information, easy distribution to end users, and highly customized interactive content. Introduction to Web Mapping teaches you how to develop online interactive web maps and web mapping applications, using standard web technologies: HTML, CSS and JavaScript. The core technologies are introduced in Chapters 1-5, focusing on the specific aspects which are most relevant to web mapping. Chapters 6-13 then implement the material and demonstrate key concepts for building and publishing interactive web maps. 
545 0 |a Michael Dorman is a programmer (since 2016) and lecturer (since 2013) at the Department of Geography and Environmental Development, Ben-Gurion University of the Negev. He is working with researchers and students of the Department in developing computational workflows such as data processing, spatial analysis, geostatistics, development of web applications and web maps, etc., mostly through programming in R, JavaScript and Python. In 2018, he developed and taught a course named Intruduction to JavaScript for Web Mapping, introducing web technologies and web mapping to undergraduate Geography students specializing in Geographic Information Systems (GIS). The course materials served as a foundation for this book. Michael holds a Ph. D. in Geography and a M. Sc. in Life Sciences from the Ben-Gurion University of the Negev, and a B. Sc. in Plant Sciences in Agriculture from The Hebrew University of Jerusalem. He previously published the book Learning R for Geospatial Analysis (Packt Publishing, 2014) and authored or coauthored 24 papers in the scientific literature. 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Digital mapping. 
650 6 |a Cartographie par ordinateur. 
650 7 |a SCIENCE  |x Earth Sciences  |x Geography.  |2 bisacsh 
650 7 |a Digital mapping  |2 fast 
758 |i has work:  |a Introduction to web mapping (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCGV6Ky7ypDKXDJcXtfgbBd  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version: Dorman, Michael, 1984-  |t Introduction to web mapping.  |d Boca Raton, FL : CRC Press, Taylor & Francis Group, [2020]  |z 9780367371395  |w (OCoLC)1139197524 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=6029016  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH36659840 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL6029016 
938 |a EBSCOhost  |b EBSC  |n 2274355 
938 |a YBP Library Services  |b YANK  |n 16634347 
938 |a YBP Library Services  |b YANK  |n 16460486 
994 |a 92  |b IZTAP