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 v
[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
http
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 I
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
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?
https://developers.google.com/maps/documentation/javascript/ex
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
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 Groups
> "Django users"
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
.
>
> If you need other functionality, you can code it yourself. These packages
> 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 wrote:
> I'm wo
26, 2015 at 2:41 PM, Victor wrote:
>
>> 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,
>>
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
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
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
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 not
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/d
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
-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
> re
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
y being developed.
>
> --
> Michael
>
> 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 which i will
>> embed a google map of a part
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
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 ne
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 D
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" group.
To po
geodjango.org/
>
>
>
> On Thu, Jun 3, 2010 at 11:35 AM, Stodge 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
>
> &
http://geodjango.org/
On Thu, Jun 3, 2010 at 11:35 AM, Stodge 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
>
> --
> You received this m
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
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 PostGIS using this
> htt
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 -o
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
> >
> > > Hi there,
> > > I am new here by
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 the way.
> > I have only simple question, how
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 directions from the
client with
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 into geodb as multipoin
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 unsubscribe
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, sen
>
> > view
> >
> > def generateKml(request):
> >
> > locations = Location.objects.all().values('name','lat','longt')
> >
> > result= render_to_response('locations.kml',{
> > 'locations': locations
> > })
> >
> > return HttpResponse(result,mimetype='Content-Type:appl
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
>
>
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
---
http://ea
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 d
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 po
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 ar
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!
--~--~-
> 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 cor
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{});
map.ad
>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 stu
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
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.washingtonp
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
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
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:
>
>
&g
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/
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.
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
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 that
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 ea
53 matches
Mail list logo