An open API service indexing awesome lists of open source software.

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

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/).

![Electron map image](electron-map.png)

## 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.