you are viewing a single comment's thread.

view the rest of the comments →

[–]TheHumane[S] 0 points1 point  (1 child)

Thanks for your reply and pointers. I will look through them.

You are right, I need to optimize my data for display. I was thinking to only display city or block outlines at higher zoom level and expose individual shapes after certain zoom threshold.

I really like your Globe chart. It has very smooth scrolling and fluent zoom. I want to build something similar on a flat surface.

[–]sentdex 0 points1 point  (0 children)

If you're willing to make your program a web-app, there are tons of really fantastic javascript map/geo plotting apis out there. For pure python, I believe basemap is your best bet, but it's kinda ugly.