Adding folder "routing" and new File/App "CSV_OSRM.html"#10
Open
MueJosh wants to merge 3 commits intoryangriggs:mainfrom
Open
Adding folder "routing" and new File/App "CSV_OSRM.html"#10MueJosh wants to merge 3 commits intoryangriggs:mainfrom
MueJosh wants to merge 3 commits intoryangriggs:mainfrom
Conversation
Removing comma with dashes in the first row of all cells. new export for CSV removing quote marks so other programs can handle the data correctly CSV = Comma-separated values and not quotation-seperated values
HTML Program working with the exported CSV from GoogleTimelineMapper. Delete Contents in the CSV and route the points with OSRM (or other routing services- e.g your own OSRM Server) Export function for KML, GPX and GeoJSON The core function works but it has some issues with the export
undo my mistake :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#Enhancement Trace road in between the points #5
‘CSV_OSRM.html uses the exported CSV file from ‘GoogleTimelineMapper’ to manipulate it and create tracks.
The routes can be exported as GPX, KML and GeoJSON.
The basic function works but there are minor bugs.
Please add a licence like ‘GoogleTimelineMapper’ if this is possible.
I don't know how to host apps via Github Pages, this still needs to be added.
Currently the code is described in German.
I still don't know how to make pull requests for individual files, ‘Index.html’ has actually remained the same.