Skip to content

Latest commit

 

History

History

openlayers-amplify

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

OpenLayers AWS Amplify x Amazon Location Service

This example demonstrates how to use OpenLayers with Amazon Location Service and AWS Amplify.

Execution environment

  • node v18.x
  • npm v8.x
  • Amplify CLI v9.2.x

Getting started

  1. Install the Amplify CLI: npm install -g @aws-amplify/cli
  2. Install project dependencies: npm install
  3. Create a new Amplify project environment: amplify init
  4. Create Auth and Geo resources: amplify push

Compiles and hot-reloads for development

npm run start

Compiles and minifies for production

npm run build

Cleaning up

To clean up all resources created for this application, run the following:

amplify delete

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.