OpenLayers OpenLayers

Ticket #2458 (new feature)

Opened 1 month ago

we need better examples for KML styles

Reported by: pgiraud Assigned to:
Priority: trivial Milestone: 2.9 Release
Component: examples Version: 2.8
Keywords: Cc:
State:

Description

Currently we have an example (kml-layer.html) showing features from "lines.kml". In this file, we have styles with polyStyle tags but only Placemarks with lineString geometry. The polyStyle option has no effect since polyStyle specifies the drawing style for polygons. http://code.google.com/apis/kml/documentation/kmlreference.html#polystyle

It would be nice to have an example showing polygons.