Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 848 Bytes

File metadata and controls

27 lines (17 loc) · 848 Bytes

osu-world-maps

Map bundling system for osu! World

Features

Requirements

  • Node (probably 16+ idk node sucks anyway)

Contributing

You are welcome to help us by contributing new countries. Just keep in mind that, since we only use Nominatim IDs, they all require comments.

Testing
  1. Bundle the country with npm run bundle -- <code(s)>
    • To redownload region JSONs use npm run bundle -- --no-cache <code(s)>
  2. Start the server with npm run serve
  3. Open http://localhost:7891/?<code>

Hover over a region to check its ID. Press c to copy the lines for center and zoom.