Rapid DevTools
August 13, 2024 ยท View on GitHub
Rapid DevTools is a Chrome DevTools extension designed to enhance the development and debugging experience for Meta's Rapid, an AI-enhanced editor for OpenStreetMap.
It currently features the following:
- A sidebar showing the list of objects in Rapid's editor history. This would otherwise need to be logged in the console using
rapidContext.systems.editor.history

- A panel showing real-time updates to the Rapid history context and difference between each update.

Extension Installation
- Open chrome://extensions
- Enable 'Developer Mode' checkbox
- Click 'Load unpacked extensions...'
- Select the
distfolder
Usage
While in a local deployment of Rapid, launch the devtools, you should see a new tab called 'Rapid'. It currently displays the current version of Rapid running.
Development
See the Development Guide in the Wiki for details.
Issues
If you encounter any issues, please report them on our issue tracker.