I have geodjango with Mysql. I use this model
class A(models.Model):
geometry = models.GeometryField(db_index=False, spatial_index=False)
How can I retrieve only 'Points' from db?
|
I have geodjango with Mysql. I use this model
How can I retrieve only 'Points' from db? |
|||
|
|