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

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-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