#418 closed enhancement (fixed)
Digitizing: add one-click clone button
Reported by: | christoph | Owned by: | christoph |
---|---|---|---|
Priority: | major | Milestone: | 2.7 release |
Component: | digitizing | Version: | |
Keywords: | Cc: |
Description ¶
add a button next to each geometry, that allows to clone this geometry. This button is optional and shall be configurable via the digitize configuration file.
Change History (5)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Type: | defect → enhancement |
comment:2 by , 16 years ago
Status: | new → assigned |
---|
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 16 years ago
there has been a problem with cloning the feature properties. The properties are private attributes and the cloneObject function cannot copy these. I changed the properties to public attributes for now. I have also replace the clone function by a more concise one.
trunk
comment:5 by , 16 years ago
I have made these changes also in 2.5 and 2.6. I could add the clone button as well if there was demand for it. it's not a new feature, just a minor enhancement
2.5
http://trac.osgeo.org/mapbender/changeset/3902
2.6
trunk
http://trac.osgeo.org/mapbender/changeset/3806