An interactive 3D web application showing the planet Mars, using the ArcGIS Maps SDK for Javascript. This is a non-commercial demo application made by the Esri R&D Center Zurich. It is intended for presentations or as a starting point for new projects.t for new projects.
The app uses multiple API features like Elevation Profile, glTF import and a custom Spatial Reference.
On the technical side the app is built using TypeScript, npm and Vite.
A live version is available here.
To run the source code locally, follow these steps:
git clone https://github.com/Esri/explore-mars.git
cd explore-mars/
npm install
npm run start # serves application at http://localhost:3000
For more details about running and deploying the application see our development and deployment instructions.
The following external libraries, APIs, open datasets and specifications were used to make this application:
- ArcGIS Maps SDK for JavaScript
- zip.js for extracting glTF models
- Calcite Web
This demo application is for illustrative purposes only and it is not maintained. There is no support available for deployment or development of the application.
Esri welcomes contributions from anyone and everyone. Please see our guidelines for contributing.
Copyright 2024 Esri
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
A copy of the license is available in the repository's license.txt file.