arcgis-js-api

Minified version of the ArcGIS API for JavaScript
授权协议 View license
开发语言 JavaScript
所属分类 Web应用开发、 常用JavaScript包
软件类型 开源软件
地区 不详
投 递 者 颜新
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

arcgis-js-api

A minified, unbuilt version of the ArcGIS API for JavaScript AMD modules.

Features

You can install these modules via npm and create your own custom builds, for example, with Webpack, RequireJS or the Dojo Toolkit.

Instructions

Additional instructions and examples are available in the SDK's Build with AMD modules Guide page.

npm install arcgis-js-api

TypeScript Typings

You can use the typings included with arcgis-js-api two ways. The first way is to include a /// directive in your main TypeScript file:

main.ts

/// <reference types="arcgis-js-api" />

Or, add a reference to the declaration file in the include of your tsconfig.json:

tsconfig.json

{
  "include": [
    "node_modules/arcgis-js-api/index.d.ts",
    "src/**/*.ts",
    "src/**/*.tsx"
  ]
}

Requirements

Use of the ArcGIS API for JavaScript is subject to the terms described in the product-specific terms of use. Learn more about licensing here.

Resources

Issues

Licensing

COPYRIGHT © 2021 Esri

All rights reserved under the copyright laws of the United Statesand applicable international laws, treaties, and conventions.

This material is licensed for use under the Esri Master LicenseAgreement (MLA), and is bound by the terms of that agreement.You may redistribute and use this code without modification,provided you adhere to the terms of the MLA and include thiscopyright notice.

For additional information, contact:Environmental Systems Research Institute, Inc.Attn: Contracts and Legal Services Department380 New York StreetRedlands, California, USA 92373USA

email: contracts@esri.com

  • 开发环境: arcgis jsapi版本4.9 由于我们这套代码是基于vue,webpack开发的,会有少数vue代码,但总体不影响 里面还有些我们公司的js库和html css,给出的代码不能百分百直接运行,主要还是接口的总体介绍   代码中常见且不知来源的变量说明: this.map和this.mapView:就是地图的map和mapView this.apiInstance:这是公司框架封装

  • 众所周知, arcgis都是ts开发出来的, 打包出来的东西, 却是一言难尽. 必须得用esri-loader加载. 那么. 有没有办法优雅一点呢? 刚学了3天ts, 和arcgis的我放肆的想到! 策略类 enum FactoryStrategy { IntegratedMeshLayer = 'esri/layers/IntegratedMeshLayer', Map = 'e

  • 1.引用资源 1.1引用ArcGIS API for JavaScript 首先引用ArcGIS API for JavaScript,采用script标签,注:里面的数字为版本号,可以等到版本更新时,更换对应的版本号即可。代码如下: 1.2引用样式 标签引用main.css样式表,其中包含特定于Esri窗口小部件和组件的样式。代码如下: 2.加载模块 2.1require()函数 在创建地图对象

  • 1. 前言 ArcGISDynamicMapServiceLayer 类代表动态图层,因此就有很大的属性与方法来操作视图服务。 2. 添加图层到地图 我们使用 addLayer() 方法将图层加载到地图中,代码如下: require(["esri/map","esri/layers/ArcGISDynamicMapServiceLayer", "do

  • 1. 前言 对于简单的参考系统的转换,例如从地理坐标系统到 Web 墨卡托投影坐标系统,可以直接使用 "esri/geometry/webMercatorUtils" 模块中的功能函数即可,对于复杂的参考系统的转换,可以调用服务器的几何对象服务(esri/tasks/GeometryService),几何对象服务的 project 方法可用于实现投影或者投影转换。 下面通过代码来展示如何使用上面的

  • 1、安装依赖 npm install @arcgis/core 2、按需引入(根据需要引入) import Map from "@arcgis/core/Map"; import MapView from '@arcgis/core/views/MapView'; import Basemap from '@arcgis/core/Basemap'; import Extent from '@ar

 相关资料
  • ArcGIS产品线为用户提供一个可伸缩的,全面的GIS平台。ArcObjects包含了大量的可编程组件,从细粒度的对象(例如,单个的几何对象)到粗粒度的对象(例如与现有ArcMap文档交互的地图对象)涉及面极广,这些对象为开发者集成了全面的GIS功能。每一个使用ArcObjects建成的ArcGIS产品都为开发者提供了一个应用开发的容器,包括桌面GIS(ArcGIS Desktop),嵌入式GIS

  • 本文向大家介绍arcgis for js 修改infowindow样式的方法,包括了arcgis for js 修改infowindow样式的方法的使用技巧和注意事项,需要的朋友参考一下 方法一: 方法二: 以上就是小编为大家带来的arcgis for js 修改infowindow样式的方法全部内容了,希望大家多多支持呐喊教程~

  • 本文向大家介绍arcgis for js栅格图层叠加(Raster Layer)问题,包括了arcgis for js栅格图层叠加(Raster Layer)问题的使用技巧和注意事项,需要的朋友参考一下 其实呢,这个问题或许与栅格图层(Raster Layer)关系并不十分大,也可能所有类型的图层都有这个问题,我对arcgis尚不十分了解,目前只在栅格图层遇到问题,所以先记下来,存疑。 栅格图层啥

  • Overview ArcGIS Runtime API for Android v100.12.0 samples. The main branch of this repository contains sample app modules for the latest available version of the ArcGIS Runtime API for Android. Sample

  • 本文向大家介绍arcgis android之地图图层切换,包括了arcgis android之地图图层切换的使用技巧和注意事项,需要的朋友参考一下 图层切换是arcgis for android 开发必常见的功能,我的实现方法很简单。 首先初始化多个图层服务对象,如下: 在onCreate()方法里创建一个默认图层: 最后当点击相应的图层按钮时做判断即可: 好了,今天就写到这里,以后我再介绍其他a

  • 本文向大家介绍python创建ArcGIS shape文件的实现,包括了python创建ArcGIS shape文件的实现的使用技巧和注意事项,需要的朋友参考一下 工作中遇到了一个需求,需要把一段json文本转化成ArcGIS shape文件,想来想去,还是考虑用python来实现。 直接上代码 以上这篇python创建ArcGIS shape文件的实现就是小编分享给大家的全部内容了,希望能给大家