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
cd
to the new folder - Run
git clone https://github.com/richorama/azure-maps-admin-portal.git
cd
into the newazure-maps-admin-portal
folder- Run
npx node-static
- Visit
http://127.0.0.0:8080
in a web browser - Enter your Azure Maps key then visit the
Uploaded Data
screen - 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