Skip to content

Commit ae8fa67

Browse files
committed
Open Street Map -> OpenStreetMap
1 parent 4c5ebcc commit ae8fa67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/classes/DantSu/OpenStreetMapStaticAPI/OpenStreetMap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# OpenStreetMap
33

4-
DantSu\OpenStreetMapStaticAPI\OpenStreetMap is a PHP library created for easily get static image from Open Street Map with markers and lines.
4+
DantSu\OpenStreetMapStaticAPI\OpenStreetMap is a PHP library created for easily get static image from OpenStreetMap with markers and lines.
55

66

77

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This is an automatically generated documentation for **PHP OpenStreetMap Static
1717
| [LatLng](./classes/DantSu/OpenStreetMapStaticAPI/LatLng.md) | DantSu\OpenStreetMapStaticAPI\LatLng define latitude and longitude for map, lines, markers.|
1818
| [Line](./classes/DantSu/OpenStreetMapStaticAPI/Line.md) | DantSu\OpenStreetMapStaticAPI\Line draw line on the map.|
1919
| [Markers](./classes/DantSu/OpenStreetMapStaticAPI/Markers.md) | DantSu\OpenStreetMapStaticAPI\Markers display markers on the map.|
20-
| [OpenStreetMap](./classes/DantSu/OpenStreetMapStaticAPI/OpenStreetMap.md) | DantSu\OpenStreetMapStaticAPI\OpenStreetMap is a PHP library created for easily get static image from Open Street Map with markers and lines.|
20+
| [OpenStreetMap](./classes/DantSu/OpenStreetMapStaticAPI/OpenStreetMap.md) | DantSu\OpenStreetMapStaticAPI\OpenStreetMap is a PHP library created for easily get static image from OpenStreetMap with markers and lines.|
2121
| [XY](./classes/DantSu/OpenStreetMapStaticAPI/XY.md) | DantSu\OpenStreetMapStaticAPI\XY define X and Y pixel position for map, lines, markers.|
2222

2323

src/OpenStreetMap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use DantSu\PHPImageEditor\Image;
66

77
/**
8-
* DantSu\OpenStreetMapStaticAPI\OpenStreetMap is a PHP library created for easily get static image from Open Street Map with markers and lines.
8+
* DantSu\OpenStreetMapStaticAPI\OpenStreetMap is a PHP library created for easily get static image from OpenStreetMap with markers and lines.
99
*
1010
* @package DantSu\OpenStreetMapStaticAPI
1111
* @author Franck Alary

0 commit comments

Comments
 (0)