Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
6079 Widoki

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" ?

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć

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

Powiązane posty Odpowiedzi Widoki Czynność
11
kwi 15
9863
1
kwi 25
777
2
kwi 23
7740
1
kwi 21
5927
1
wrz 20
5868