ckanext-spatial icon indicating copy to clipboard operation
ckanext-spatial copied to clipboard

Bounding box wrongly displayed

Open letmaik opened this issue 10 years ago • 1 comments

The bounding box {"type": "Polygon", "coordinates": [[[1.8, 60.9], [1.8, 49.2], [-13.4, 49.2], [-13.4, 60.9], [1.8, 60.9]]]} in the spatial field is displayed like:

capture

whereas it should be:

capture2

letmaik avatar Oct 21 '15 15:10 letmaik

Same for me. I tried with other polygons such as:

{"type":"Polygon","coordinates":[[[102.919921875,11.695272733029402],[102.919921875,14.944784875088372],[107.75390625,14.944784875088372],[107.75390625,11.695272733029402],[102.919921875,11.695272733029402]]]}

Which are represented correctly.

screenshot from 2016-06-02 15-37-03

Could it be a precision thing?

acorbi avatar Jun 02 '16 13:06 acorbi