Hello everyone,
I’m working on a project in Omeka S using the Mapping module (v2.2.0), and I’m looking for the best way to integrate data from a Google My Maps map.
The goal is not simply to embed the map in an Omeka S page. I know that this can be done.
What I would like to achieve is something different:
-
Convert every marker in a Google My Maps map into an Item in Omeka S.
-
Preserve, whenever possible:
- title;
- description;
- latitude and longitude;
- layer/group information;
- any other useful metadata available in the exported map.
-
After the import, each marker should become a normal Omeka S Item, georeferenced through the Mapping module, so that it can be searched, related to other resources, used in sites and exhibits, etc.
So far, I understand that:
- The Mapping module does not directly import Google My Maps.
- Embedding the Google map is not sufficient for this project because the markers need to become actual Omeka S Items.
Before implementing a custom importer, I’d like to ask whether there is already a solution available.
Specifically:
- Is there any Omeka S module capable of importing Google My Maps, KML, or KMZ directly?
- Has anyone implemented a workflow that converts Google My Maps markers into Omeka S Items?
- Is there an existing plugin, extension, script, or community project that accomplishes this?
- If not, what approach would you recommend for a project with a large number of markers?
Any suggestions or examples of similar projects would be greatly appreciated.
Thank you!