![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
arcgis-js-api
Advanced tools
ArcGIS API for JavaScript: A complete 2D and 3D mapping and data visualization API
A minified, unbuilt version of the ArcGIS API for JavaScript.
A minified, unbuilt version of the ArcGIS API for JavaScript. You can install this repo via npm and create your own custom builds with Webpack or the Dojo Toolkit.
Building an ArcGIS API for JavaScript application requires signing up for an ArcGIS account.
npm install arcgis-js-api
Please see our guide: Using npm for Custom Builds
You can use the typings included with arcgis-js-api
two ways.
///
directive in your main TypeScript file.// main.ts
/// <reference types="arcgis-js-api" />
include
of your tsconfig.json
.// tsconfig.json
{
"compilerOptions": {},
"include": [
"node_modules/arcgis-js-api/index.d.ts",
"src/**/*.ts",
"src/**/*.tsx"
]
}
Find a bug or want to request a new feature? Please refer to support.esri.com or visit GeoNet.
For assistance, please refer to support.esri.com.
COPYRIGHT © 2020 Esri
All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
This material is licensed for use under the Esri Master License Agreement (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 this copyright notice.
See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
email: contracts@esri.com
See copyright.txt for details.
FAQs
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
We found that arcgis-js-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.