Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whubsch/tigerking

A simple web UI to fix 🐅 imported road data in OpenStreetMap
https://github.com/whubsch/tigerking

mapping openstreetmap osm

Last synced: 5 days ago
JSON representation

A simple web UI to fix 🐅 imported road data in OpenStreetMap

Awesome Lists containing this project

README

        

# TIGER King

> I went to work every day prepared to die in a [TIGER cage](https://youtu.be/LeWcZ6WDZP4?si=9tZN0w9JqoHxUWCF).

![TIGER King with Joe Exotic](./public/img/tiger_king_joe.jpg)

This repository provides mappers a web application to quickly fix outdated TIGER road data in OpenStreetMap. It is not meant as a general-purpose editor, but rather to add `surface` and `lanes` tags to roadways and remove the various legacy TIGER import tags.

## Overview

TIGER King is a web application that helps OpenStreetMap contributors improve road data quality by fixing issues from the original TIGER import. The tool provides a simple interface to:

- View and edit road properties
- Compare with current aerial imagery
- Submit improvements directly to OSM

View the changesets that have used TIGER King [here](https://resultmaps.neis-one.org/osm-changesets?comment=TIGER%20King).

## Usage

1. Enter an OSM relation ID
2. Review and update road properties (surface, lanes, etc.)
3. Verify changes on the map
4. Submit updates to OpenStreetMap

## URL Parameters

The application supports various URL parameters to configure data loading and enable links from other applications. See [PARAMETERS.md](PARAMETERS.md) for more information.

## Requirements

- OpenStreetMap account for submitting changes

## Tech Stack

- React + TypeScript
- MapLibre GL JS
- NextUI Components
- Tailwind CSS

## Contributing

Issues and pull requests are welcome.

## License

MIT. See [LICENSE.md](LICENSE.md) for details.