Format: Added EncodedPolyline class

This class is able to convert an encoded polyline string into a LineString embedded in a Vector Feature.

See https://developers.google.com/maps/documentation/utilities/polylinealgorithm for more information.
This commit is contained in:
Tobias Bieniek
2012-12-26 18:25:04 +01:00
parent 4b2e80fa36
commit 63a9567858
4 changed files with 128 additions and 0 deletions

View File

@@ -306,6 +306,7 @@
"OpenLayers/Format/GML/v2.js",
"OpenLayers/Format/GML/v3.js",
"OpenLayers/Format/Atom.js",
"OpenLayers/Format/EncodedPolyline.js",
"OpenLayers/Format/KML.js",
"OpenLayers/Format/GeoRSS.js",
"OpenLayers/Format/WFS.js",