Answer the question
In order to leave comments, you need to log in
How to display geodata using Python/etc?
Tell me how and by what means you can display a set of points on the map (ideally, draw circles around these points with a given radius)?
For a very simple output of a single point, I used:
url = "http://maps.google.com/maps?q=%s,%s"% (latitude, longitude)
webbrowser.open(url)
Answer the question
In order to leave comments, you need to log in
Leaflet
is very popular . A very handy item.
You can pass data to the map from a Python program via JSON using the LayerJSON plugin .
You can draw geodesic circles around a point using Leaflet.Geodesic .
Well, to effectively store geodata in the program itself, use GeoDjango on PostgreSQL.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question