A browser-based application enabling you to manage the data in an Azure Maps Data Service.
You can expose the root folder as a static website, and use the app straight away.
- Create a new folder for this project within your filesystem
- Open a terminal window and
cdto the new folder - Run
git clone https://github.com/richorama/azure-maps-admin-portal.git cdinto the newazure-maps-admin-portalfolder- Run
npx node-static - Visit
http://127.0.0.0:8080in a web browser - Enter your Azure Maps key then visit the
Uploaded Datascreen - Select a file to view it on the map!
To develop the website:
$ npm install $ npm run watch & npx node-static To build the site:
$ npm run build MIT
