Nearmaps API is a very popular service with ArcGIS users. They provide high quality aerial imagery via an API. Their own mapping interface allows a user to search for an address, it zooms to that location and shows the latest aerial imagery, but also allows the user to pick from a dropdown of other survey dates that imagery is available for.
Requirements
- Node js
- Browser
Install modules
npm install
# or
yarn install
Run in development mode
npm run dev
# or
yarn dev
Run in production mode
npm run build
npm run preview
# or
yarn build
yarn preview