Changes between Initial Version and Version 1 of Ticket #10205, comment 14
- Timestamp:
- 2020-12-03T17:09:49+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10205, comment 14
initial v1 3 3 4 4 We can still allow it but it would require a different algo to calculate the center. I would simply calculate the avg. lat and avg. lon, similar to `getNodesCenter()`in source:/josm/trunk/src/org/openstreetmap/josm/command/TransformNodesCommand.java 5 6 Edit: Problem with this simple algo is that a repeated action moves all nodes again. So, if you don't find a good use for this I'll remove the support.