What’s the best way to show a map (google maps or otherwise) with web2py. Ideally, I have a pair of lat/longs or zip codes and I’d like to show the route.
Share
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.
plugin_wiki includes a Google Maps widget (see the list of widgets for details), which can be used independent of wiki pages. Otherwise, you can use the usual methods for including maps in web pages (which don’t depend on anything special happening within web2py) — for example, see the Google Maps API.