Fork me on GitHub

polyline.edit.js by Ubilabs

Enables Google Maps API V3 Polyline Editing

This library adds an edit method to the google.maps.Polyline class. When the polyline is in edit mode it shows up draggable markers for every point. Right clicking an existing marker will remove it. By default you will see transparent "ghost" markers. Click and drag them to add new points to the polyline.

Source

http://github.com/ubilabs/google.maps.polyline.edit

Screenshot

Screenshot

Examples

Documentation

See the Wiki for more information.

License

Licensed under the MIT license.

Authors

Martin Kleppe (kleppe@ubilabs.net)

Contact

Ubilabs - Location Based Media (coding@ubilabs.net)

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/ubilabs/google.maps.polyline.edit