Skip to content Skip to sidebar Skip to footer
Showing posts with the label Geodjango

Geodjango: How To Buffer From Point

I want to have a radius based distance search. To do this, I want to create a buffer around a point… Read more Geodjango: How To Buffer From Point

Geodjango: Postgresql Not Running Migrations, Object Has No Attribute 'geo_db_type

Django v1.11.5 I'm trying to install GeoDjango to play around with GoogleMaps. I installed Post… Read more Geodjango: Postgresql Not Running Migrations, Object Has No Attribute 'geo_db_type

Geodjango Distance Filter With Distance Value Stored Within Model - Query

I have an Order model, that has an origin PointField and a range IntegerField. Furthermore, there i… Read more Geodjango Distance Filter With Distance Value Stored Within Model - Query

Extract The Coordinates From The Linestringfield

I've this simple model from GeoDjango for a line vector: from django.contrib.gis.db import … Read more Extract The Coordinates From The Linestringfield

'nonetype' Object Has No Attribute 'encode'

I'm trying to use GeoAdmin in GeoDjango. I have a table planet_osm_point and I would like to se… Read more 'nonetype' Object Has No Attribute 'encode'