postgis - An error occurred when transforming the geometry to the SRID of the geometry form field -
i working on geodjango , postgis , found problem while saving location osmgeoadmin open street map .the map showing accordingly when want save location shows red error "an error occurred when transforming geometry srid of geometry form field.".... please assist me .
thanks in advance
geodjango can not reproject geometry, because forgot install proj.4 library. read geodjango dependencies in the geodjango install docs.
Comments
Post a Comment