I need to create a google maps web application, where I can import a GPX file to show the route visually as an overlay on the map. After the import I want the result to look like this!
How do I do this. I’am using python django
Hope someone can help
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I can’t help with the GPX/python/django side of things. However if you can presumably get a set of data with latitude and longitudes for all the points along your route, this code will create the route for you.