https://github.com/doneill/electron-map
electron map sandbox
https://github.com/doneill/electron-map
arcgis arcgis-javascript-api arcgis-js-api electron node
Last synced: about 2 months ago
JSON representation
electron map sandbox
- Host: GitHub
- URL: https://github.com/doneill/electron-map
- Owner: doneill
- License: apache-2.0
- Created: 2018-05-30T03:14:38.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-01-03T15:17:16.000Z (over 2 years ago)
- Last Synced: 2025-03-25T21:22:21.710Z (3 months ago)
- Topics: arcgis, arcgis-javascript-api, arcgis-js-api, electron, node
- Language: JavaScript
- Size: 816 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Electron Map
Cross platform desktop Maps App built with Javascript/HTML/CSS using [Electron](https://electronjs.org/) framework and [ArcGIS JavaScript API](https://developers.arcgis.com/javascript/).
## Features
- Change Basemaps
- Place Search
- Measure (3D)
- Coordinate Conversion## Requirements
- [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com))```bash
# mac homebrew
brew install node
```## Install Dependencies
```bash
# Install dependencies
npm install
```## Run the App
```bash
# Run the app
npm start
```## Licensing
Apache license is available in the repository's [LICENSE](LICENSE) file.