google/bing maps using django

2016-04-09 Thread Xristos Xristoou
hello i want some toturial or examble to easy way ping and show one place in google maps/bing maps with lat/log and can be dynamic because i have more places to show in my web site ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscr

Re: google/bing maps using django

2016-04-09 Thread Xristos Xristoou
if i have two fields in my model with coordinates lon = models.FloatField() lat = models.FloatField() how to show this place in google maps in my html template ? Τη Σάββατο, 9 Απριλίου 2016 - 10:50:08 μ.μ. UTC+3, ο χρήστης Xristos Xristoou έγραψε: > > h

Re: google/bing maps using django

2016-04-09 Thread Sergiy Khohlov
Check django-leaflet. Also best way for storing lon lat use geodjango with postgis 9 квіт. 2016 23:26 "Xristos Xristoou" пише: > if i have two fields in my model with coordinates lon = models.FloatField > () > >lat = models.FloatField() > > how to show this

Re: google/bing maps using django

2016-04-10 Thread Xristos Xristoou
@sergiy khohlov i try to follow this toturial http://fle.github.io/easy-webmapping-with-django-leaflet-and-django-geojson.html but in my admin(administrator page) i cant to add points because dont show me the map,can you help me ? Τη Σάββατο, 9 Απριλίου 2016 - 10:50:08 μ.μ. UTC+3, ο χρήστης Xr