Skip to content

Demo repository for the git workshop ansol/hacktoberfest 2023

License

Notifications You must be signed in to change notification settings

emotional-cities/demo-ansol

Repository files navigation

Demo ANSOL

The purpose of this project is to show a minimal example, of how-to use Leaflet whithin React.

Leaflet is an open-source JavaScript library for building interactive maps.

This project uses the react-leaflet library, which packages Leaflet into React components.

Please take some time to get familiar with the react-leaflet library, and with Leaflet itself, by reading the documentation.

On the github repository of the project, you will find a folder with examples

To support geocoding, the open cage API client is used. OpenCage is an easy, open, worldwide, affordable API to convert coordinates to and from places. Take some time to read the OpenCage FAQ. In order to use OpenCage, you will need to sign up for an API key.

INSTALL

First sign up to get a free API key from OpenCage. Then create an environment variable with your API Key:

export REACT_APP_OCD_API_KEY=[Your-api-key]

Run this application with yarn:

yarn
yarn start

Then open it on a browser, at:

http://localhost:5000

Use

You can use this application to add points to the map. The application will read any address, city or postcode as a string, and display it as a marker on the map.

To try it out, input any address into the input box. The map bounds will be adjusted to display this point, using a flying animation. You can try it with the coordinates of any other location (in WGS84) in the earth's surface.

You can also use this application to add markers to the map, just by clicking in the map's surface.

About

Demo repository for the git workshop ansol/hacktoberfest 2023

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published