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.
- Open chrome://extensions
- Enable 'Developer Mode' checkbox
- Click 'Load unpacked extensions...'
- Select the
dist
folder
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.
See the Development Guide in the Wiki for details.
If you encounter any issues, please report them on our issue tracker.