ismop / dap

3 stars 0 forks source link

Profile with id 141 on prod has wrong coordinates #149

Closed dharezlak closed 8 years ago

dharezlak commented 8 years ago

[19.676602,49.980666],[19.676602,49.980666]: the second coordinate is repeated.

dharezlak commented 8 years ago

The same thing can be spotted on the development environment.

mkasztelnik commented 8 years ago

Do you know how coordinates should looks like? Than I should be able to correct it.

mkasztelnik commented 8 years ago

Right now it looks as follow in dap: LINESTRING (19.676602 49.980666, 19.676602 49.980666)

dharezlak commented 8 years ago

Could you try the following: [19.676550933948498,49.980666],[19.6768449865425,49.980666]?

dharezlak commented 8 years ago

After all it is the first coordinate which is wrong.

mkasztelnik commented 8 years ago

Done as requested on dev and prod