Genau da sind die Orte verschwunden, da gelöscht.
Jetzt weiss ich auch, dass es durchaus eine Sicherungsmöglichkeit gibt/gäbe/gehabt hätte. Unter "Mein Konto" / "Persönliche Daten, Privatsphäre" / "Ihre Inhalte gehören Ihnen" lässt sich ein Archiv der gespeicherten Daten als Download erstellen. Die Daten sind in dem Ordner "Maps (meine Orte)" zu finden. Auslesen lässt sich die JSON-Datei z.B. mit dem Windows Editor.
Zumindest könnte man mit den darin enthaltenen GPS-Daten die Orte händisch nachtragen. Könnte....
JSON-Datei hat geschrieben:
{
"type" : "Feature"
}, {
"geometry" : {
"coordinates" : [ 13.086920, 46.348903 ],
"type" : "Point"
},
"properties" : {
"Google Maps URL" : "http://maps.google.com/?q=46.34890312767006,13.086919896304607",
"Location" : {
"Latitude" : "46.348903",
"Longitude" : "13.086920"
},
"Published" : "2016-10-31T09:30:53Z",
"Title" : "46.34890312767006,13.086919896304607",
"Updated" : "2016-10-31T09:30:53Z"
},
"type" : "Feature"
}, {
"geometry" : {
"coordinates" : [ 13.102348, 46.329619 ],
"type" : "Point"
},
"properties" : {
"Google Maps URL" : "http://maps.google.com/?q=46.32961864879543,13.10234796255827",
"Location" : {
"Latitude" : "46.329619",
"Longitude" : "13.102348"
},
"Published" : "2016-10-31T09:30:16Z",
"Title" : "46.32961864879543,13.10234796255827",
"Updated" : "2016-10-31T09:30:16Z"
},
"type" : "Feature"
}, {
"geometry" : {
"coordinates" : [ 13.255648, 46.234731 ],
"type" : "Point"
},
"properties" : {
"Google Maps URL" : "http://maps.google.com/?q=46.234730856330174,13.255648277699947",
"Location" : {
"Latitude" : "46.234731",
"Longitude" : "13.255648"
},
"Published" : "2016-10-31T09:29:32Z",
"Title" : "46.234730856330174,13.255648277699947",
"Updated" : "2016-10-31T09:29:32Z"
},
}