Re: Disorientated by too many google-maps django packages

2015-01-29 Thread Victor
Many thanks to Mario Goodelj for the very clear example and his explanations. Ciao Vittorio Il giorno 27/gen/2015, alle ore 00:12, Mario Gudelj ha scritto: > Hey Victor, > > Here's some basic JS I've used in a project to plot client locations, and to > show their name and phone when the marker

Re: Disorientated by too many google-maps django packages

2015-01-26 Thread Mario Gudelj
Hey Victor, Here's some basic JS I've used in a project to plot client locations, and to show their name and phone when the marker is clicked: var locations = {{ locations|safe }}; var map = new google.maps.Map(document.getElementById('map-canvas'), { zoom: 11, center: new google.maps.La

Re: Disorientated by too many google-maps django packages

2015-01-26 Thread George Silva
I would suggest a new approach here. Don't use a package that is out there. Since your task is quite simple, you should create you webmapp using JavaScript, and pull all the patient data from your django server using REST or use a map server, like GeoServer, to create and render your layers on top

Disorientated by too many google-maps django packages

2015-01-26 Thread Victor
I'm working for a medical non-profit company for domiciliary assistance of ill people managed by means of a django app in production. One of the models is for patients and contains, among many other pieces of info, their addresses scattered all over Rome. I would like to use a google-maps djan