-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Двойное повторение последней точки #85
Comments
может быть rosreestr2coord/rosreestr2coord/export.py Line 112 in 59363b6
тут строчка стала лишней? предлагаю добавить if xy[-1] != xy[0]: |
Проверил предложение выше - работает в моем случае |
botanegg
added a commit
to botanegg/rosreestr2coord
that referenced
this issue
Jul 20, 2024
botanegg
added a commit
to botanegg/rosreestr2coord
that referenced
this issue
Jul 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Пример 50:33:0010409:1118
видно что последняя (замыкающая geojson) и предпоследняя точка одинаковы
изза этого софт может говорить о самопересечении
может быть стоит вырезать дублирующиеся подряд точки?
The text was updated successfully, but these errors were encountered: