Interactive map application that demonstrates abilities of the @wsdot/arcgis-rest-lrs library.
The application is hosted at https://wsdot-gis.github.io/arcgis-rest-lrs/.
- Clone this repository to your computer
- Open the cloned repository folder in your computer's shell / console.
- Type
npm install
. This will install all dependencies and then build the application. For subsequent builds, you can usenpm run prepare
, which will just perform the build without checking the dependencies. - Run a web server to serve the directory as a website. You can use the IIS Express executer extension in Visual Studio Code to accomplish this.
The following command will update the site at https://wsdot-gis.github.io/arcgis-rest-lrs/.
npm run publish