@@ -573,21 +573,21 @@ When life gives you lemons, make lemonade.
573573| ` minZoom ` | Optional integer that sets the minimum zoom, default is ` 15 ` |
574574| ` maxZoom ` | Optional integer that sets the maximum zoom, default is ` 19 ` |
575575| ` copyrightURL ` | Optional string with URL that sets the copyright link, default is ` "https://openstreetmap.org/copyright" ` |
576- | ` copyrightName ` | Optional string with URL that sets the copyright text, default is ` OpenStreetMap ` |
576+ | ` copyrightName ` | Optional string with URL that sets the copyright text, default is ` OpenStreetMap Contributors ` |
577577| ` markerX ` | Optional float value with a coordinate (Longitude) for an optional marker in the map, for example ` 40.689272 ` |
578578| ` markerY ` | Optional float value with a coordinate (Latitude) for an optional marker in the map, for example ` -74.044512 ` |
579579| ` markerTooltip ` | Optional string with text for a marker tooltip, for example ` "Statue of Liberty" ` |
580580| ` mapHeight ` | Optional height of the map element, default is ` "600px" ` |
581- | ` mapWidth ` | Optional width of the map element, default is equal to ` "600px" ` |
581+ | ` mapWidth ` | Optional width of the map element, default is equal to ` mapHeight ` |
582582<!-- prettier-ignore-end -->
583583
584584** Example:**
585585
586586``` md
587- {{</* leaflet centerMapElement=true mapCenterX=40.690136 mapCenterY=-74.045301 defaultZoom=18 tileBaseURL="https://tile.openstreetmap.de " minZoom=10 maxZoom=18 copyrightURL="https://openstreetmap.org/copyright " copyrightName="OpenStreetMap" markerX=40.689272 markerY=-74.044512 markerTooltip="Statue of Liberty" mapHeight="550px" mapWidth="600px" * />}}
587+ {{</* leaflet centerMapElement=true mapCenterX=40.690136 mapCenterY=-74.045301 defaultZoom=18 tileBaseURL="https://tile.openstreetmap.org " minZoom=10 maxZoom=18 copyrightURL="https://openstreetmap.org/copyright " copyrightName="OpenStreetMap Contributors " markerX=40.689272 markerY=-74.044512 markerTooltip="Statue of Liberty" mapHeight="550px" mapWidth="600px" * />}}
588588```
589589
590- {{< leaflet centerMapElement=true mapCenterX=40.690136 mapCenterY=-74.045301 defaultZoom=18 tileBaseURL="https://tile.openstreetmap.de " minZoom=10 maxZoom=18 copyrightURL="https://openstreetmap.org/copyright " copyrightName="OpenStreetMap" markerX=40.689272 markerY=-74.044512 markerTooltip="Statue of Liberty" mapHeight="550px" mapWidth="600px" >}}
590+ {{< leaflet centerMapElement=true mapCenterX=40.690136 mapCenterY=-74.045301 defaultZoom=18 tileBaseURL="https://tile.openstreetmap.org " minZoom=10 maxZoom=18 copyrightURL="https://openstreetmap.org/copyright " copyrightName="OpenStreetMap Contributors " markerX=40.689272 markerY=-74.044512 markerTooltip="Statue of Liberty" mapHeight="550px" mapWidth="600px" >}}
591591
592592<br /><br /><br />
593593
0 commit comments