Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.8 KB

readme.md

File metadata and controls

28 lines (16 loc) · 1.8 KB

Geospatial Web Server II: MapBox

To learn Mpabox for web GIS, please review the following two comprehensive tutorials:

Here are three examples of using Mapbox to create geospatial web services:

Note: When you look at the examples of web services, please use Google Chrome inspect to look at the network traffic. You will see the requests and responses of the web services.

If you want to create your own web map with Mapbox, a convenient tool is Mapbox Cartogram, it can customize your map style very easily. Please visit the following links to learn more about it:

Once you have created your own map style, you can reuse it in your web map. Please refer to the modules/module06/uw.html in this repository, this html file can be deployed via Go Live or on the cloud through visiting the url link https://jakobzhao.github.io/geog328/modules/module06/uw.html. Please check out this html file and learn how to code a similar html file.