EncodedPolyline: Added geometryType attribute

This makes it possible to read polygons or multipoints too. Since the
encoded format is just a list of points the reader needs to be told what
Feature to create from the encoded list.

The example code is edited to reflect that API extension.
This commit is contained in:
Tobias Bieniek
2012-12-27 21:36:30 +01:00
parent 88a3091a90
commit aedafc0336
3 changed files with 61 additions and 8 deletions

File diff suppressed because one or more lines are too long