Skip to content

Commit d5c99f9

Browse files
committed
[Map] Remove invalid marker icon example
1 parent f26124c commit d5c99f9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Map/doc/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,6 @@ You can add markers to a map using the ``addMarker()`` method::
109109
headerContent: '<b>Lyon</b>',
110110
content: 'The French town in the historic Rhône-Alpes region, located at the junction of the Rhône and Saône rivers.'
111111
),
112-
icon: new Icon(
113-
content: '<svg>....</svg>'
114-
icontType: 'html'
115-
)
116112
))
117113

118114
// You can also pass arbitrary data via the `extra` option in both the marker

0 commit comments

Comments
 (0)