Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
6106 Представления

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

Аватар
Отменить
Лучший ответ

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

Аватар
Отменить

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

Related Posts Ответы Просмотры Активность
11
апр. 15
9894
1
апр. 25
809
2
апр. 23
7773
1
апр. 21
5962
1
сент. 20
5915