
- 347 pages
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Introduction to Web Mapping
About this book
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.
The book:
-
- Gives an introduction to fundamental web technologies: HTML, CSS and JavaScript
-
- Covers Leaflet, the popular open-source JavaScript library for building web maps
-
- Describes the GeoJSON vector layer format and the Ajax technique for loading data
-
- Shows how spatial database APIs, such as the CARTO platform, can be combined with a web map to query and display large amounts of data
-
- Introduces client-side geoprocessing with the Turf.js JavaScript library, for applying spatial operators in the browser
-
- Demonstrates a complex web mapping application for collecting crowdsourced data, combining Leaflet, CARTO and the Leaflet.draw plugin
-
- Goes over 69 complete code examples and includes 9 solved exercises for building web maps and web pages (downloadable code is provided in the online supplement)
The book is intended for beginners with no background in web technologies or programming. Nevertheless, some prior experience with computers and programming is beneficial. The book can be used for self-study, or as a textbook in a standard undergraduate "Web mapping" course in a Geography department, intended for students specializing in Geographic Information Systems (GIS).
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
.html file extension. Every time one accesses a web page, using a web browser, the respective HTML file for that web page is transferred and decoded into the visual image that we see on screen. Simple web pages, such as the ones we build in this chapter, are composed of nothing but HTML code contained in a single .html file.
example-01-01.htmlBrowser | URL |
Chrome | https://www.google.com/chrome/ |
Firefox | https://www.mozilla.org/en-US/firefox/ |
Edge | https://www.microsoft.com/en-us/windows/microsoft-edge |
Internet Explorer | https://www.microsoft.com/en-us/download/internet-explorer.aspx |
Safari | https://www.apple.com/lae/safari/ |
- Type a URL into the address bar of the browser
- Follow a link from another site
- Use a bookmark
https://www.google.com in the address bar, the request is sent across the internet to a special computer known as a web server which hosts the website. Web servers are special computers that are constantly connected to the internet, and are optimized to send web pages out to people who request them. Your computer, the client, receives the file and renders the web page you ultimately see on screen. We will discuss web servers and server-client communication in Chapter 5.Table of contents
- Cover
- Half Title
- Title Page
- Copyright Page
- Dedication
- Contents
- Preface
- Author
- Part I: Introduction to Web Technologies
- Part II: Web Mapping with Leaflet
- Part III: Databases
- Part IV: Advanced Topics
- Part V: Appendices
- Bibliography
- Index