Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgryan authored May 21, 2024
1 parent fd452b8 commit 2d54ffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ For example, a marker with a custom icon in Leaflet JS has attributes like `{ sh
url-template="https://{s}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}{r}.png"
></l-tile-layer>
<l-marker lat-lng="[51.5, -0.09]"><l-icon
icon-url={{ url(path='icons/leaf-green.png') }}
shadow-url={{ url(path='icons/leaf-shadow.png') }}
icon-url="icons/leaf-green.png"
shadow-url="icons/leaf-shadow.png"
icon-size="[38, 95]"
shadow-size="[50, 64]"
icon-anchor="[22, 94]"
Expand Down

0 comments on commit 2d54ffa

Please sign in to comment.