{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Introduction to ArcGIS JS API\n", "\n", "The `ArcGIS JavaScript API` is a powerful tool for building **interactive web maps** and geographic information system (GIS) applications.\n", "\n", "This tutorial will guide you through the basics of using the `ArcGIS JavaScript API`, including setting up your development environment, creating a simple map, adding layers, and working with spatial data.\n", "\n", "- [Add Points, lines and Polygons](./01_point_line_polygon.htm)\n", "- [Host Web Maps](./01-webMaps.htm)\n", "- [Read after finish](https://developers.arcgis.com/javascript/latest/maps-2d/)\n", "\n", "## Setting Up Your Development Environment\n", "\n", "Create a new HTML file (e.g., `index.html`) and open it in your favorite text editor, and include the `ArcGIS JavaScript API` in your `HTML` file by adding the following lines within the `` section:\n", "\n", "```html\n", "\n", "\n", " \n", " \n", " ArcGIS JavaScript API Tutorial\n", " \n", " \n", " \n", " \n", "
\n", " \n", " \n", "\n", "```\n" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Creating a Basic Map\n", "\n", "### Initialize the Map\n", "\n", "Within the `