Request for de-googling advice:
-
@NilaJones
Waypoints: a specific point (latitude, long, possibly elevation, along with name, comment etc). EG: Google calls them "Placemarks")Route: A set of waypoints between A and B (where A and B are waypoints)
Track: a set of lat/lon/elevation and time that were captured by a GPS during a trip. (linestring)
To understand the data you will be getting from Google:
https://developers.google.com/kml/documentation/kmlreferencegeojson:
https://geojson.org/
https://datatracker.ietf.org/doc/html/rfc7946The locations I have are not GPS derived, and are not routes. I guess that means they are waypoints???
I created them by clicking each spot on the map, on my phone, when I was NOT at the location
Does that make sense? It's kind of hard to describe clearly!
Google allows these spots to be labeled with categories. I have maybe seven categories
-
@NilaJones @jfmezei
I'm really grateful to see that.
Hoping that it'll work in open maps (almost certain it will) when I get onto that task later... -
Request for de-googling advice:
I have thousands, maybe 10,000, locations saved in google maps. Mostly these are informal camping sites, not things that can be found by a web search
Is there a way I can transfer these to a different, friendlier, map service?
@NilaJones put them on openstreetmap?
-
Yeah that's not the problem. The problem is what to do with the data after downloading it. But someone else had the solution!
@NilaJones oh, i'm sorry then
good to hear someone provided the solution though
-
The locations I have are not GPS derived, and are not routes. I guess that means they are waypoints???
I created them by clicking each spot on the map, on my phone, when I was NOT at the location
Does that make sense? It's kind of hard to describe clearly!
Google allows these spots to be labeled with categories. I have maybe seven categories
@NilaJones If they are individual points, they are most likely waypoints (placemarks in Google language). The categories are likely not transferable because theya re akin to folders.
If you export to kmz , unzip it to KML and edit a file you will likely see each item begins with a <placemark> tag.
(image is an example placemark wlots of options including location of "camera" (the lookAt tag) when you view it from Google Earth).
-
@NilaJones If they are individual points, they are most likely waypoints (placemarks in Google language). The categories are likely not transferable because theya re akin to folders.
If you export to kmz , unzip it to KML and edit a file you will likely see each item begins with a <placemark> tag.
(image is an example placemark wlots of options including location of "camera" (the lookAt tag) when you view it from Google Earth).
I won't mind too much if they don't have the labels anymore, as long as I don't have to go through thousands of individual items and delete the label markers in order to get the data to upload
It's late night here and I am tired and I don't even want to think about that possibility!
-
T tokeriis@helvede.net shared this topic