PDA

View Full Version : [Django]Load gmaps according to user choice on a Django site.



Dhiraj Thakur(Invincible)
July 8th, 2012, 02:56 PM
Hi everybody
I am doing a project in Django and i want to have some google maps displayed in my site. So, i installed django-easy-maps (http://pypi.python.org/pypi/django-easy-maps) and successfully used it in a sample template. So, i am ready with my maps.
The interface i want to implement is attached as a pic in the attachments ..

I want to display the maps where the Hellow World! container is and with different links on the sidebar i want to refresh the map being displayed on user click without reloading the page.
I did some researching and it seems Ajax is the solution...
Can anybody tell me how i might achieve this (with or without Ajax ) ?
Sorry for sounding like a noob but i am fairly new to this. :(