Django and google maps

2022-01-21 Thread Oumar Thiombane
how to integrate and add locality data in a map??? HELP ME PLEASE -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To

google maps image not found in django

2020-04-29 Thread Sarthak Tiwari
[image: Untitled.png] -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit

How to search product in the integrated Google maps in the web applicaiton

2019-12-11 Thread Wasim Rana
Hi, how are you doing today? I am trying to build a web application where there will be buyer and seller. Buyer needs to create an account after that if he/she search for a service then it'll bring the seller information with location in the map. Also it'll show the distance and route. How can

Re: Working google maps widget

2018-04-05 Thread Cictani
Yes something like this but as a django-package so I can use it as a form field in admin and in my custom forms. django-geoposition requires jquery2, django-google-maps-widget requires complete GIS package (which I don't need) and django-location-field did not worked for some reason I still

Re: Working google maps widget

2018-04-04 Thread Siim Märtmaa
2018-04-04 23:14 GMT+03:00 Cictani : > Hi, > > All I need is a text field in > which you enter an adress, then it should geocode this address via google > geocoding and display it on the map. > > Best regards > > Andreas You mean this?

Working google maps widget

2018-04-04 Thread Cictani
Hi, I am looking for a working google maps widget. All I need is a text field in which you enter an adress, then it should geocode this address via google geocoding and display it on the map. The widget should work without geodjango dependencies and with a recent version of jquery > 3.0 si

Re: GeoDjango and Google Maps

2016-07-02 Thread Sergiy Khohlov
oldline.de...@gmail.com> wrote: > Hello, friends! > Please, help with the issue - > http://stackoverflow.com/questions/38140407/how-to-hook-up-google-maps-to-geodjango > Thanks A LOT !! > > -- > You received this message because you are subscribed to the Google Group

GeoDjango and Google Maps

2016-07-01 Thread Dennis
Hello, friends! Please, help with the issue - http://stackoverflow.com/questions/38140407/how-to-hook-up-google-maps-to-geodjango Thanks A LOT !! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

Re: Disorientated by too many google-maps django packages

2015-01-29 Thread Victor
kages > have limited functions, so if you ever need anything else, you'll end up > hacking the package or letting it go all the way. > > On Mon, Jan 26, 2015 at 2:41 PM, Victor <vdem...@gmail.com> wrote: > I'm working for a medical non-profit company for domiciliary assistance of &

Re: Disorientated by too many google-maps django packages

2015-01-26 Thread Mario Gudelj
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

Re: Disorientated by too many google-maps django packages

2015-01-26 Thread George Silva
ny other pieces of info, > their addresses scattered all over Rome. I would like to use a google-maps > django package able to put all the flags of patients' addresses on the map > of Rome in one shot. Googling around I found many of them and frankly feel > somewhat disorientated. As a matte

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

Re: Google Maps with Routes

2013-11-10 Thread Nick Apostolakis
here in India). Also apart from google maps I have not really come across any mapping service which has a good coverage of roads and cities in India. vibhu Vibhu I understand, what you are looking for seems like an application of geodjango and a classic gis application. Still using openstreet map

Re: Google Maps with Routes

2013-11-10 Thread Vibhu Rishi
Hi Nick, I am not sure if openstreet will solve my purpose. What I have in mind is that when someone is planning a trip , he can enter the route details in the trip info. This should give the approximate distance etc. ( btw bike = motorcycle here in India). Also apart from google maps I have

Re: Google Maps with Routes

2013-11-09 Thread Nick Apostolakis
Hello there, why don't you use openstreetmap service instead of google maps. I am not an expert but it seems that there are a few references relating django and openstreet map a couple from a google search are: http://wiki.openstreetmap.org/wiki/Editors/Django https://github.com/etnalubma/django

Google Maps with Routes

2013-11-09 Thread Vibhu Rishi
Hi Guys, As a hobby project I am working on a website for my motorycle touring group ( A very early alpha is on http://www.bikenomads.co.in ) I am working on the trip module and one of the things I want to work on is a graphical trip route. I checked a few google map modules for django and they

Re: Saving google maps values to db

2013-08-29 Thread Kelvin Wong
-coordinates K On Thursday, August 29, 2013 8:02:31 PM UTC-7, Nkansah Rexford wrote: > > I came across this app for displaying Google maps to pages in django. > https://bitbucket.org/dbinit/django-gmapi/src > > Is there a way I can save Google maps values via a form to db for &g

Saving google maps values to db

2013-08-29 Thread Nkansah Rexford
I came across this app for displaying Google maps to pages in django. https://bitbucket.org/dbinit/django-gmapi/src Is there a way I can save Google maps values via a form to db for retrieval later in a page? -- You received this message because you are subscribed to the Google Groups

Re: Google maps

2011-01-29 Thread Sam Walters
t, but is actively being developed. > > -- > Michael <mhall...@gmail.com> > > On Thu, 2011-01-27 at 21:23 -0800, roy mukasa wrote: >> Hey guys does anyone know how i can embed google maps into django? i >> am new to django but i am trying to develop an app in whic

Re: Google maps

2011-01-28 Thread Michael
You might take a look at https://launchpad.net/ubuntu-django-foundations/map It's a fairly new project, but is actively being developed. -- Michael <mhall...@gmail.com> On Thu, 2011-01-27 at 21:23 -0800, roy mukasa wrote: > Hey guys does anyone know how i can embed google maps into

Re: Google maps

2011-01-28 Thread Shawn Milochik
Just do a Google search for the Google Maps API. It's the same regardless of whether you're using Django or something else to generate the HTML pages. You mainly have to write JavaScript. Also, search github and bitbucket to see if someone's created and shared some code for Django to easily

Google maps

2011-01-28 Thread roy mukasa
Hey guys does anyone know how i can embed google maps into django? i am new to django but i am trying to develop an app in which i will embed a google map of a particular area. -- You received this message because you are subscribed to the Google Groups "Django users" grou

Re: Google maps like app for Django for small area?

2010-06-03 Thread Stodge
wrote: > http://geodjango.org/ > > > > On Thu, Jun 3, 2010 at 11:35 AM, Stodge <sto...@gmail.com> wrote: > > Is there a Django app (or SDK/API/technology/etc) that can recreate > > Google maps for a small area (say 60 square miles) with all maps > > stored l

Re: Google maps like app for Django for small area?

2010-06-02 Thread Sam Walters
http://geodjango.org/ On Thu, Jun 3, 2010 at 11:35 AM, Stodge <sto...@gmail.com> wrote: > Is there a Django app (or SDK/API/technology/etc) that can recreate > Google maps for a small area (say 60 square miles) with all maps > stored locally on the server? Thanks > &

Google maps like app for Django for small area?

2010-06-02 Thread Stodge
Is there a Django app (or SDK/API/technology/etc) that can recreate Google maps for a small area (say 60 square miles) with all maps stored locally on the server? Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to

Re: Google maps routes in geodjango

2010-01-27 Thread Peter Landry
Ubuntu has fairly up-to-date Postgis packages available, I believe. That might be an easier route to start from if you're unfamiliar with building from source. On 1/27/10 12:04 PM, "Alexis Selves" wrote: > Hello again, > I have another problem... > When I want to install

Re: Google maps routes in geodjango

2010-01-27 Thread Alexis Selves
Hello again, I have another problem... When I want to install PostGIS using this http://geodjango.org/docs/install.html#postgis I receive this: make -C liblwgeom make[1]: Entering directory `/home/petr/Skola/postgis-1.4.0/liblwgeom' gcc -g -O2 -fno-common -DPIC -Wall -Wmissing-prototypes -c

Re: Google maps routes in geodjango

2010-01-26 Thread Alessandro Pasotti
2010/1/26 Alexis Selves > Thanks for hints. > > But here is another problem, how can I store my data do geodb with > javascript? > I was searching several hours, but nothing... > > On 25 led, 15:40, Alessandro Pasotti wrote: > > 2010/1/25 Alexis Selves

Re: Google maps routes in geodjango

2010-01-26 Thread Alexis Selves
Thanks for hints. But here is another problem, how can I store my data do geodb with javascript? I was searching several hours, but nothing... On 25 led, 15:40, Alessandro Pasotti wrote: > 2010/1/25 Alexis Selves > > > Hi there, > > I am new here by

Re: Google maps routes in geodjango

2010-01-25 Thread Alessandro Pasotti
2010/1/25 Alexis Selves > Hi there, > I am new here by the way. > I have only simple question, how can I extract route from google map > and save it into geodb as multipoint or etc.. > Thanks for answers. > > According to the GMap api docs, you can request driving

Re: Google maps routes in geodjango

2010-01-25 Thread Jorge Bastida
Probably you can download the route as KML. Parse that XML, and use the data in your app Hope this help you Best Regards 2010/1/25, Alexis Selves : > Hi there, > I am new here by the way. > I have only simple question, how can I extract route from google map > and save it

Re: Google maps routes in geodjango

2010-01-25 Thread Shawn Milochik
When you use the Google Maps API and request a driving route, what comes back in the data? Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubs

Google maps routes in geodjango

2010-01-25 Thread Alexis Selves
Hi there, I am new here by the way. I have only simple question, how can I extract route from google map and save it into geodb as multipoint or etc.. Thanks for answers. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: Creating KML files for use in Google Maps

2009-03-15 Thread Ariel Mauricio Nunez Gomez
> > > view > > > > def generateKml(request): > > > > locations = Location.objects.all().values('name','lat','longt') > > > > result= render_to_response('locations.kml',{ > > 'locations': locations > > }) > > > > return

Re: Creating KML files for use in Google Maps

2009-03-15 Thread Malcolm Tredinnick
On Fri, 2009-02-27 at 05:06 -0800, phoebebright wrote: > Took me a long long time to work out why the .kml file I created in > django would parse as valid in Feedburner but googlemaps said it was > an invalid kml file. Need to be sending as correct content-type of > course. [...] > view >

Creating KML files for use in Google Maps

2009-02-27 Thread phoebebright
Took me a long long time to work out why the .kml file I created in django would parse as valid in Feedburner but googlemaps said it was an invalid kml file. Need to be sending as correct content-type of course. In case anyone else is stuck, here is how I did it: template ---

Re: Help with GeoDjango and Google Maps, please...

2008-11-21 Thread Ariel Mauricio Nunez Gomez
ChrisK, I use: * from django.contrib.gis.geos import fromstr gpoly=GPolygon(fromstr(poly.wkt, srid=4326))* --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to

Re: Help with GeoDjango and Google Maps, please...

2008-11-21 Thread ChrisK
Well, this is interesting. The problem seems to be that GPolygon calls self.latlng_from_coords(poly.shell.coords) to unpack the coordinates. I handed in 2D points for the shell coordinates, but somewhere along the line, a third coordinate of "almost zero" in floating point was added to every

Help with GeoDjango and Google Maps, please...

2008-11-20 Thread ChrisK
I'm struggling to get django.contrib.gis.maps.google.gmap to do something interesting. I have looked at the embedded examples, and as far as they go, they're great. I would really like to display a polygon using GPolygon, and for the life of me can't figure out the right syntax to get the first

Re: How do I pass a value to a javascript function? (ie. lat and lng values to Google Maps)

2008-05-23 Thread jeffself
Peter & Baxter, I did not realize how easy this was. I work primarily in ColdFusion and you cannot pass a ColdFusion variable into Javascript directly. I never even tried to just put a template variable in for the latitude and longitude. Wow, this is awesome! Thanks for you help guys!

Re: How do I pass a value to a javascript function? (ie. lat and lng values to Google Maps)

2008-05-23 Thread Peter Rowell
> I think you just want something like: > {% for p in precinct_list %} > point = new GLatLng({{p.precinct_lat}}, p.precinct_lng{}); > map.addOverlay(createMarker(point, "{{p}}")); > {% endfor %} Oops, brain fade on my part -- I didn't read your question carefully enough. Baxter is

Re: How do I pass a value to a javascript function? (ie. lat and lng values to Google Maps)

2008-05-23 Thread [EMAIL PROTECTED]
On May 23, 12:31 pm, jeffself <[EMAIL PROTECTED]> wrote:  What > do I need to do to pass the values that are stored in my table to the > javascript? > I think you just want something like: {% for p in precinct_list %} point = new GLatLng({{p.precinct_lat}}, p.precinct_lng{});

Re: How do I pass a value to a javascript function? (ie. lat and lng values to Google Maps)

2008-05-23 Thread Peter Rowell
>What > do I need to do to pass the values that are stored in my table to the > javascript? I see this as app-logic so I would create the URL in the view and then use simple variable substitution in the template. Look at urllib and urllib2 (standard Python modules) for functions that do nice

How do I pass a value to a javascript function? (ie. lat and lng values to Google Maps)

2008-05-23 Thread jeffself
I'm trying to get an understanding of using maps with Django. I've installed Geopy and totally understand how it works. I also can produce a Google map with data I provide in the javascript. My question is how do I get the data from Django into the Google Maps javascript? Example: I have

Re: Google Maps API

2008-05-22 Thread Gremmie
On Mar 30, 8:08 pm, [EMAIL PROTECTED] wrote: > I have a field I'm using that shows where events are around our area > for sports collectors, what I'd like to do is implement Google Maps, > kind of like the Washington Post does here: > > http://projects.washingtonpost.com/20

Re: Google Maps API

2008-05-22 Thread jeffself
t has worked without an issues on my server. > > Hope that helps, > > Michael Michael, I assume you want to use geopy to grab the latitude and longitude from Google when you submit the form, correct? Then how do you pass the latitude an

Re: Google Maps API

2008-03-30 Thread Michael
I would search for "google maps API." Really though the integration with google maps is mostly a front end application. So you would create it all with front end javascript. The only real django knowledge to pass here would be to make store the longitude and latitude values that google

Re: Google Maps API

2008-03-30 Thread Ramiro Morales
On Sun, Mar 30, 2008 at 10:08 PM, <[EMAIL PROTECTED]> wrote: > > I have a field I'm using that shows where events are around our area > for sports collectors, what I'd like to do is implement Google Maps, > kind of like the Washington Post does here: > > > http://

Google Maps API

2008-03-30 Thread cmccomas80
I have a field I'm using that shows where events are around our area for sports collectors, what I'd like to do is implement Google Maps, kind of like the Washington Post does here: http://projects.washingtonpost.com/2008-presidential-candidates/tracker/dates/2008/apr/09/6741/ Where/what would

Re: URLField to short for google maps

2007-04-02 Thread TaMeR
On Apr 2, 10:02 am, Atilla <[EMAIL PROTECTED]> wrote: > On 01/04/07, TaMeR <[EMAIL PROTECTED]> wrote: > > > > > The standard URLField is to short for the google maps. > > I have a basic route that is almost 300 char long and they will get > > longer.

Re: URLField to short for google maps

2007-04-02 Thread Atilla
On 01/04/07, TaMeR <[EMAIL PROTECTED]> wrote: > > The standard URLField is to short for the google maps. > I have a basic route that is almost 300 char long and they will get > longer. > I am developing on sqlite3 but I think it has something to do with > Django. > Does

URLField to short for google maps

2007-03-31 Thread TaMeR
The standard URLField is to short for the google maps. I have a basic route that is almost 300 char long and they will get longer. I am developing on sqlite3 but I think it has something to do with Django. Does anybody know how I can fix

google maps - python

2007-01-01 Thread ashwoods
I was searching for a google maps wrapper for the google API but didn't find any. I started writing it myself but my python is very poor so I would appreciate any tips, as I guess this is something more than myself might like :) this makes adding google maps with django as easy