Maps generated using the Native Land API. For more information about how to use the API, check the documentation page here: https://native-land.ca/resources/api-docs/.
The following code can be used to generate a web map of all the territories overlaying the latitude and longitude of the W.E.B. Du Bois Library. Currently this selects three territories: Pocumtuc, Nipmuc, and the Wabanaki Confederacy.
Embedded iframe code: <iframe src="https://native-land.ca/api/embed/embed.html?maps=territories&position=42.389760,-72.528237"></iframe>
Because the zoom level automatically adjusts to encompass all of the Wabanaki Confederacy, it could be advantageous to specify which territories to include. This code will generate a web map of just the Pocumtuc and Nipmuc territories.
Embedded iframe code: <iframe src="https://native-land.ca/api/embed/embed.html?maps=territories&name=pocumtuc,nipmuck"></iframe>