Skip to content

Commit 2802cf1

Browse files
authored
Update README with tile server usage policy
Hey, great project! I researched the topic of static maps as well, thought about using this approach for a wordpress gutenberg block maybe. During my research I stumbled about the fact, that Open Streetmap data is free for everyone to use, but tile servers are run by donations and have restrictions (It is also possible to setup own tile server or use commercial hosted services). Just added this line to make sure you give users all the necessary information on restrictions. :-) Best regards
1 parent 744b1cb commit 2802cf1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ use \DantSu\OpenStreetMapStaticAPI\Markers;
6060
| [OpenStreetMap](./docs/classes/DantSu/OpenStreetMapStaticAPI/OpenStreetMap.md) | DantSu\OpenStreetMapStaticAPI\BoundingBox define the bounding box of the static map.|
6161
| [XY](./docs/classes/DantSu/OpenStreetMapStaticAPI/XY.md) | DantSu\OpenStreetMapStaticAPI\XY define X and Y pixel position for map, lines, markers.|
6262

63+
This project uses the [Tile Server](https://wiki.openstreetmap.org/wiki/Tile_servers) of the Open Streetmap Foundation which runs entirely on donated resources, see [Tile Usage Policy](https://operations.osmfoundation.org/policies/tiles/) for more information.
64+
6365
## Contributing
6466

6567
Please fork this repository and contribute back using pull requests.

0 commit comments

Comments
 (0)