diff --git a/examples/kml-layer.html b/examples/kml-layer.html index b7217e6a20..90f1af9418 100644 --- a/examples/kml-layer.html +++ b/examples/kml-layer.html @@ -1,45 +1,33 @@ - -
- - - - - - -- Demonstrates loading and displaying a KML file on top of a basemap. +
+ Demonstrates loading and displaying a KML file on top of a basemap.
- - ++ A vector layer can be populated with features from a KML document + by configuring the layer with an HTTP protocol that points to the + KML document and is configured with a KML format for parsing features. + The fixed strategy is used to load all features at once. +
++ View the kml-layer.js + source to see how this is done. +
+