david-r-edgar / MapSwitcher

Chrome extension to switch between different mapping websites
MIT License
25 stars 7 forks source link
chrome chrome-extension mapping maps

MapSwitcher

Chrome extension to switch from one online map provider to another, maintaining (as far as possible) the map centre, zoom level, and directions of the source map.

Installation

Most users will want to use the released version, available on the Chrome Store.

To install the development version

If you're interested in contributing to its development, modifying the extension for your own use, or simply using the most recent code, you should follow these steps:

Building the release version

You can build the release version using npm:

nvm use
npm install
npm run build

This will clean and build into ./release, generating or copying all necessary files. It can be tested using the chrome://extensions 'Load unpacked extension...' option (see above), and also packed through the same page.

Mapping services supported

Input mapping services

With directions
Without directions

Output mapping services

With directions
With limited directions

(These services only support single segment directions, no 'via' points.)

Without directions

Utilities

Known issues