You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,8 @@ use \DantSu\OpenStreetMapStaticAPI\Markers;
60
60
|[OpenStreetMap](./docs/classes/DantSu/OpenStreetMapStaticAPI/OpenStreetMap.md)| DantSu\OpenStreetMapStaticAPI\BoundingBox define the bounding box of the static map.|
61
61
|[XY](./docs/classes/DantSu/OpenStreetMapStaticAPI/XY.md)| DantSu\OpenStreetMapStaticAPI\XY define X and Y pixel position for map, lines, markers.|
62
62
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
+
63
65
## Contributing
64
66
65
67
Please fork this repository and contribute back using pull requests.
0 commit comments