Skip to content

Instantly share code, notes, and snippets.

@waynegraham
Last active February 19, 2020 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waynegraham/c7d9ae298e0fe977f0ea to your computer and use it in GitHub Desktop.
Save waynegraham/c7d9ae298e0fe977f0ea to your computer and use it in GitHub Desktop.
Pelagios digital map of the Roman Empire for Neatline
{
"Pelagios": [
{
"title": "Pelagios Digital Map of the Roman Empire",
"id": "pelagios",
"type": "XYZ",
"properties": {
"urls": [
"http://pelagios.dme.ait.ac.at/tilesets/imperium/${z}/${x}/${y}.png"
]
}
}
]
}
@Kent-Gerber
Copy link

For anyone interested in using the Digital Atlas of the Roman Empire for their projects, the tiles have moved to a new location, the Centre for Digital Humanities at the University of Gothenberg, Sweden.

Thanks to Simon Rainer, who pointed me to the Centre run by Johan Ahlfeldt, the new url for the tiles is - http://dh.gu.se/tiles/imperium/{z}/{x}/{y}.png

I changed the resulting json snippet to:

{
“Dare”: [
{
“title”: “Digital Atlas of the Roman Empire”,
“id”: “Dare”,
“type”: “XYZ”,
“properties”: {
“urls”: [
“https://dh.gu.se/tiles/imperium/${z}/${x}/${y}.png”
]
}
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment