Skip to content

Commit 338c02f

Browse files
authored
build: add server-side rendering check for kml layer (#20147)
Adds the new KML layer component to the server-side rendering checks.
1 parent 6470ef3 commit 338c02f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/universal-app/kitchen-sink/kitchen-sink.html

+2
Original file line numberDiff line numberDiff line change
@@ -416,4 +416,6 @@ <h2>Google Map</h2>
416416
west: 10,
417417
south: -5
418418
}"></map-ground-overlay>
419+
<map-kml-layer
420+
url="https://developers.google.com/maps/documentation/javascript/examples/kml/westcampus.kml"></map-kml-layer>
419421
</google-map>

0 commit comments

Comments
 (0)