Hi, I need the gmaps service of geowebcache to return tiles for retina
display (2x  512x512).
For example in mapbox you can specify it in the query string, is there a
similar feature for geowebcache?
https://www.mapbox.com/blog/512px-map-tile/

Non retina
https://api.mapbox.com/styles/v1/mapbox/streets-v9/tiles/256/0/0/0?access_token=
<access_token>

Retina
https://api.mapbox.com/styles/v1/mapbox/streets-v9/tiles/256/0/0/0@2x?access_token=
<access_token>

Thanks!
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to