Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.97 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.97 KB

Hosted Hosted

Description

With this tool you can easily find OSM relations and create simplified GeoJSON polygons. This is a Laravel application.

Hosted-Version

screenshot

Development

Requirements

Starting the application

Install the dependencies with composer and start the dev server.

docker run --rm \
    -u "$(id -u):$(id -g)" \
    -v $(pwd):/var/www/html \
    -w /var/www/html \
    laravelsail/php81-composer:latest \
    composer install --ignore-platform-reqs

./vendor/bin/sail up -d

./vendor/bin/sail yarn install

./vendor/bin/sail yarn dev

Configure NOMINATIM_EMAIL in .env to use the Nominatim API.

Open it in your browser and start using the tool http://localhost

Other commands

./vendor/bin/sail yarn format will run Prettier and Pint for code formatting.

Used software

Security Vulnerabilities

If you discover a security vulnerability within this software, please send an e-mail to HolgerHatGarKeineNode via fsociety.mkv@pm.me. All security vulnerabilities will be promptly addressed.

License

This software is open-sourced software licensed under the MIT license.