I want to make Google Maps or OpenStreetMap (OSM) a base map/layer on Geoserver that can be published, without having to download the entire map, for example by using the xyz tile url service like so:
Google Satellite : https://mt1.google.com/vt/lyrs=s&x={x}&y={y}&z={z}
or,
OSM : https://a.tile.openstreetmap.org/{z}/{x}/{y}.png
Is there any solution regarding this problem?