- Building Web and Mobile ArcGIS Server Applications with JavaScript(Second Edition)
- Eric Pimpler Mark Lewin
- 251字
- 2021-07-02 15:48:57
Creating Maps and Adding Layers
We all have to start somewhere when learning a new programming language or Application Programming Interface (API). The same applies to creating web mapping applications with the ArcGIS API for JavaScript. Not only do you need to understand some basic JavaScript concepts but you also need to have a grasp of HTML, CSS, and of course the ArcGIS API for JavaScript, which is actually built on top of the Dojo JavaScript framework. That's a lot to put on your plate at once, so in this chapter we'll have you create a very basic application that will serve as a foundation which you can build on in the coming chapters.
Mimicry is an excellent way to learn programming skills, so in this chapter I'm just going to have you type in the code that you see and we'll provide some explanation along the way. We'll save the detailed descriptions of the code for later chapters.
To get your feet wet with the ArcGIS API for JavaScript you're going to create a simple mapping application in this chapter that creates a map, adds a couple of data layers, and provides some basic map navigation capabilities.
Let's get started!
In this chapter we'll cover the following topics:
- The ArcGIS API for JavaScript Sandbox
- Basic steps for creating an application with the ArcGIS API for JavaScript
- More about the map
- Working with map service layers
- Tiled map service layers
- Dynamic map service layers
- Map navigation
- Working with the map extent
- Instant Testing with CasperJS
- 國際大學生程序設計競賽中山大學內部選拔真題解(二)
- Visual Basic程序開發(學習筆記)
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- Python爬蟲開發:從入門到實戰(微課版)
- Machine Learning with R Cookbook(Second Edition)
- 軟件測試工程師面試秘籍
- JavaScript從入門到精通(第3版)
- Mastering Python High Performance
- JavaScript:Moving to ES2015
- Android開發:從0到1 (清華開發者書庫)
- Selenium Testing Tools Cookbook(Second Edition)
- SQL Server與JSP動態網站開發
- Creating Stunning Dashboards with QlikView
- Python深度學習原理、算法與案例