3

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.

David Nehme
  • 21,379
  • 8
  • 78
  • 117

1 Answers1

3

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.

Anthony
  • 25,466
  • 3
  • 28
  • 57