- Mastering ArcGIS Server Development with JavaScript
- Ken Doman
- 253字
- 2021-07-16 20:03:00
Our first Web Map
Now that the introductions are out of the way, we should begin working with the API. In this chapter, we're going to look at some code that will make a simple, interactive map. The example will be a single-page application, with all the styling and coding on the same page. In the real world, we would want to separate those into separate files. For this example, this is what the project is comprised of:
- Setting up an HTML5 web page
- Adding the necessary styling and the ArcGIS JavaScript library
- Framing out our HTML content
- Setting up a script to create a map
- Loading a layer file
- Adding a click event that collects data from the map service
- Displaying that data on the map
Our assignment
We've just been asked by the Y2K historical society to make an interactive map application of the United States around the year 2000. They want the application to show the U.S. demographics including gender, age, and ethnicity, during that year. After reviewing the request from the client, we determined that the 2000 census data would provide all the mapping and demographics data we were looking for.
After a bit of research, we found an ArcGIS Server map service that serves the 2000 census data. We can use the ArcGIS JavaScript API to show that data on an HTML document. The user will be able to click on the map, and the application will display census data by state, census tract, and census block group.
- Learning Python Web Penetration Testing
- C語言程序設計實踐教程(第2版)
- 深度實踐OpenStack:基于Python的OpenStack組件開發
- 摩登創客:與智能手機和平板電腦共舞
- 算法零基礎一本通(Python版)
- Photoshop智能手機APP UI設計之道
- 從0到1:HTML+CSS快速上手
- JavaScript:Moving to ES2015
- Learning Python Design Patterns
- 好好學Java:從零基礎到項目實戰
- Java 從入門到項目實踐(超值版)
- C++程序設計教程
- 跟戴銘學iOS編程:理順核心知識點
- Anaconda數據科學實戰
- 零基礎學C++(升級版)