Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
6146 Ansichten

Im using OpenERP 6.1 with CamptoCamp GeoEngine (Without GeoEngine it get installed).

Trying to install module in 6.1 throws Error:

OpenERP Waring: Geoencoding fails transform: couldn't project point (484548 6.5942e+06 0): latitude or longitude exceeded limits (-14)

In server Error : Trying to update table UPDATE res_partner_address SET geo_point = ST_Transform(st_SetSRID(geo_point, 4326), '900913') WHERE id = 61 Traceback (most recent call last):

File "openerp/server/openerp/sql_db.py", line 212, in execute res = self._obj.execute(query, params)

InternalError: transform: couldn't project point (-9.44517e+06 5.40999e+06 0): latitude or longitude exceeded limits (-14)

How do i resolve. what is "We use postgres to do projection in order not to install GDAL dependences" ?

Avatar
Verwerfen
Beste Antwort

Hello,

This is strange, but the strace is not sufficient enough to identify the problem. But I suspect default projection of you PostGIS setup is incorrect or one of the coordinate point is Wrong.

Maybe you do not take correct branches as geo-engine is now part of community addons: https://launchpad.net/geospatial-addons

Any way it is more a bug report, so please submit a bug on https://launchpad.net/geospatial-addons

Regards

Nicolas

Avatar
Verwerfen

@Nicolas Bessi, I installed geo_engine module, i want a point based on Latitude and Longtitude, how to do this please guide me.

Verknüpfte Beiträge Antworten Ansichten Aktivität
11
Apr. 15
9926
1
Apr. 25
831
2
Apr. 23
7802
1
Apr. 21
5995
1
Sept. 20
5931