/ARCGIS_JS_DEMO_20220629

Sample app made for ArcGIS online tools

Primary LanguageHTMLMIT LicenseMIT

ArcGISjs-Web-Map-V1.1

ArcGIS web API with JS for front end display of map layers data

Description

This sample demonstrates the following use cases:

  • Setup a map with layers describing geodata information
  • Add a tool palette to the web viewer for ArcGIS interface

Developer Tools

thumbnail

  • Cloud-based software to create and share interactive web maps
  • ArcGIS Online gives you the ability to make maps and apps to share your insights through web apps

Web App Setup

Prerequisites

  1. ArcGIS Develoepr Account: Learn how to create a ArcGIS Account, this tutorial.
  2. Developer Key: must have your own key to add the app provision. Learn about provisioning.
  3. Documentation contains full featured code for starters: https://developers.arcgis.com/javascript/latest/display-a-map/
  4. Reference to code pen showing a sample of the functioning code withtout a developer key: https://codepen.io/thakopian/pen/ZExEZqg

Base Layer

thumbnail Custom Location in your code - example, center: [-118.805, 34.027], // Longitude, latitude

Additional Layer

thumbnail2 A basemap layer provides visual context for a map or scene - add module via:

require(["esri/config","esri/Map", "esri/widgets/BasemapToggle", "esri/widgets/BasemapGallery",]

Additional Layer

thumbnail2 Tool palette to change view and information graphically

Additional Information:

ArcGIS Develoers Documentation: https://developers.arcgis.com/documentation/