Hi Alfonso,
The OSMGeoAdmin depends on a proper installation of the GDAL
libraries. I think you need to confirm that GDAL is properly installed
on your server, per the docs at: http://geodjango.org/docs/install.html#id9
Cheers,
Dane
On Oct 22, 7:19 am, Alfonso <[EMAIL PROTECTED]> wrote:
> Str
Alfonso,
You syntax looks correct.
The obvious first check is to make sure your model geometry field has
an srid specified such as:
geometry = models.MultiPolygonField(srid=4326)
and that your model has a geomanager:
objects = models.GeoManager()
If you don't specify an srid it *should* defa
Guillame,
Absolutely. GeoDjango can be used to read new or existing geographic
datasources from dozens of formats. GeoDjango provides a ctypes
interface to the foundational GDAL/OGR library, which is the open
source industry standard for format translation. Look for the utility
called `orginspect
HI Tyler,
I'm glad the admin interface has been useful to you.
Right now, based on the way the pre-built admin javascript works, you
have the ability to delete all the multipolygons (see the `delete
features`) link which should appear below each OL map in the admin,
and you should have an OL mod
Alfonso,
Yes, polygon data stored as multipolygons will play nice at the
database level. This is a common approach with shapefiles imported
into Postgres/Postgis that contain both single and multi geometries.
You therefore just assume they are all multipolygons (ie like
shp2pgsql). You just need
Make sure you are using the correct version, the documentation link
defaults to the repository code; you have to follow the 0.96 version
documentation link on the top.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
On Sun, 2007-08-05 at 22:10 +0200, János Juhász wrote:
> Dear Django Users!
>
> I would like to use Django for some intranet applications, but I
> wouldn't like to install apache, pgsql, mysql and so.
> I would like to install the minimal ingredients for a working
> environment.
WebServer: ligh
7 matches
Mail list logo