Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AV committed Jul 8, 2023
1 parent 913d86b commit 6c85360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superscraper/scrapers/maps/import-geojson.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// First you must download your Google Maps data from here: https://takeout.google.com/settings/takeout
// The Takeout data is then converted to GeoJSON using this tool: https://geoprocessing.online/tool/google-location-history/
// TODO: Write a new script to convert the Takeout data to GeoJSON, instead of using the online tool.
// TODO: Only import the data that is not already in the database

const fs = require('fs');
const path = require('path');
Expand Down

0 comments on commit 6c85360

Please sign in to comment.