- 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
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- Django開發從入門到實踐
- PySpark Cookbook
- SQL Server與JSP動態網站開發
- Scratch3.0趣味編程動手玩:比賽訓練營
- 軟件項目管理實用教程
- Illustrator CS6設計與應用任務教程
- 金融商業數據分析:基于Python和SAS
- Docker on Windows
- Mastering Unity Scripting
- JavaScript程序設計實例教程(第2版)
- PHP從入門到精通(微視頻精編版)
- Implementing DevOps with Ansible 2
- 軟件測試