Development tools used in style development.
The highway shield color palette can be imported into Inkscape using the following steps:
- Open the Preferences dialog and go to the System section.
- Click the Open button next to the User Palettes field to open the Palettes folder.
- Import americana.gpl.
- Restart Inkscape.
- Click the ◀ button to the right of the color palette strip at the bottom of the window (or in the top-right corner of the Color Palette panel), then choose americana.gpl from the menu.
Map sample images can be generated with a script. See sample_locations.json for the format.
- Create a JSON file with the map location and clipping rectangles
- Start the server in the background with
npm start &
- Configure playwright: either
npx playwright install chromium
orexport CHROME_BIN=/usr/bin/chromium
- Run the generate_samples script and pass the JSON file location: `npm run generate_samples -- chrome test/sample_locations.json``. You may also use "firefox" or "safari".