Skip to content

Commit 08da45c

Browse files
authored
fix: Adds region tags to index.njk (#1680)
* Adds region tags to index.njk Adds region tags for the inner gmp-map and gmp-marker components for a tutorial. * Update index.njk changed _gmp_map suffix to _div. * Update index.njk changed the region tags to not use {{TAG}} since it doesn't seem to like that(?)
1 parent a35571d commit 08da45c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/web-components-markers/index.njk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
SPDX-License-Identifier: Apache-2.0
66
-->
77
{% extends '../../src/_includes/layout.njk'%} {% block html %}
8+
<!-- [START maps_web_components_markers_div] -->
89
<gmp-map center="43.4142989,-124.2301242" zoom="4" map-id="DEMO_MAP_ID">
910
<gmp-advanced-marker position="37.4220656,-122.0840897" title="Mountain View, CA"></gmp-advanced-marker>
1011
<gmp-advanced-marker position="47.648994,-122.3503845" title="Seattle, WA"></gmp-advanced-marker>
1112
</gmp-map>
13+
<!-- [END maps_web_components_markers_div] -->
1214
{% endblock %}

0 commit comments

Comments
 (0)