Re: Can i be able to plot a points on maps with geodjango? i figured i can plot polygons on a map but struggling to plot points is it possible? if it is how do i do it or help with a link to informati

2012-09-13 Thread Coulson Thabo Kgathi
ok thanks let me try it now -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/TTB8Mc1WSQoJ. To post to this group, send email to

Re: Can i be able to plot a points on maps with geodjango? i figured i can plot polygons on a map but struggling to plot points is it possible? if it is how do i do it or help with a link to informati

2012-09-13 Thread Jani Tiainen
13.9.2012 11:04, Coulson Thabo Kgathi kirjoitti: how i plot a point atleast manually is what i cant find how to do. If atleast i could know how, which i think is done in the models.py then i would be good to go afterwards -- You received this message because you are subscribed to the Google

Re: Can i be able to plot a points on maps with geodjango? i figured i can plot polygons on a map but struggling to plot points is it possible? if it is how do i do it or help with a link to informati

2012-09-13 Thread Coulson Thabo Kgathi
how i plot a point atleast manually is what i cant find how to do. If atleast i could know how, which i think is done in the models.py then i would be good to go afterwards -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this

Re: Can i be able to plot a points on maps with geodjango? i figured i can plot polygons on a map but struggling to plot points is it possible? if it is how do i do it or help with a link to informati

2012-09-13 Thread Jani Tiainen
13.9.2012 10:51, Coulson Thabo Kgathi kirjoitti: What i did so far is create a GeoDjango project, the define models as shown below #models.py looks like thi from django.db import models # Create your models here. # This is an auto-generated Django model module created by ogrinspect. from

Re: Can i be able to plot a points on maps with geodjango? i figured i can plot polygons on a map but struggling to plot points is it possible? if it is how do i do it or help with a link to informati

2012-09-13 Thread Coulson Thabo Kgathi
What i did so far is create a GeoDjango project, the define models as shown below #models.py looks like thi from django.db import models # Create your models here. # This is an auto-generated Django model module created by ogrinspect. from django.contrib.gis.db import models class

Re: Can i be able to plot a points on maps with geodjango? i figured i can plot polygons on a map but struggling to plot points is it possible? if it is how do i do it or help with a link to informati

2012-09-13 Thread Jani Tiainen
13.9.2012 10:29, Coulson Thabo Kgathi kirjoitti: Can i be able to plot a points on maps with geodjango? i figured i can plot polygons on a map but struggling to plot points is it possible? if it is how do i do it or help with a link to information where i can find how to do that. i have been