Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/richorama/azure-maps-admin-portal
:earth_africa: An app to manage GeoJSON data in an Azure Maps Data Service.
https://github.com/richorama/azure-maps-admin-portal
azure azure-maps geojson
Last synced: 2 months ago
JSON representation
:earth_africa: An app to manage GeoJSON data in an Azure Maps Data Service.
- Host: GitHub
- URL: https://github.com/richorama/azure-maps-admin-portal
- Owner: richorama
- License: mit
- Created: 2019-07-04T04:56:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T03:38:27.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T09:36:02.923Z (8 months ago)
- Topics: azure, azure-maps, geojson
- Language: CSS
- Homepage: https://richorama.github.io/azure-maps-admin-portal/
- Size: 1.96 MB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Azure Maps Admin Portal
![](screenshot.png)
### [Available Here](https://richorama.github.io/azure-maps-admin-portal)
## About
A browser-based application enabling you to manage the data in an Azure Maps Data Service.
## Self Hosting
You can expose the root folder as a static website, and use the app straight away.
1. Create a new folder for this project within your filesystem
2. Open a terminal window and `cd` to the new folder
3. Run `git clone https://github.com/richorama/azure-maps-admin-portal.git`
4. `cd` into the new `azure-maps-admin-portal` folder
5. Run `npx node-static`
6. Visit `http://127.0.0.0:8080` in a web browser
7. Enter your Azure Maps key then visit the `Uploaded Data` screen
8. Select a file to view it on the map!## Developing
To develop the website:
```
$ npm install
$ npm run watch & npx node-static
```To build the site:
```
$ npm run build
```## License
MIT