nzjrs / osm-gps-map

A Gtk+ Widget for Displaying OpenStreetMap tiles LOOKING FOR A NEW MAINTAINER
http://nzjrs.github.com/osm-gps-map
GNU General Public License v2.0
135 stars 58 forks source link

Added 'breakable' property to polygons. Also tweaked vapi file. #54

Closed supercamel closed 8 years ago

supercamel commented 8 years ago

This is an idea that was discussed in another pull request. I've recently had a need to create polygons that can have points moved but not added or inserted. To do this, I've added a 'breakable' property to polygons. If set to true, editable polygons can have points inserted by the user clicking on 'breakers'. If false, an editable polygon can have its points dragged but no new points can be created.

nzjrs commented 8 years ago

Cool, works well! Thanks