You can set the grid set tile size to any size you want (define your own
grid set to do so).

Your though request for a @2x URL convention; is that based on any specific
tile protocol? Or is it a case of trying to apply an html convention to the
TMS or WMTS protocol?

--
Jody Garnett

On 21 March 2017 at 13:50, Esteban Picone <espic...@gmail.com> wrote:

> Hi Jonathan, as I pointed out previously we need it to work with the
> google maps service provided by GWC, which does not accept tiles larger
> than 256x256, are vector tiles supported by google maps?
> We already tried using GeoJSON, but for large datasets is very slow, so we
> moved to tiles.
>
> Thanks
>
> Esteban
>
> On Tue, Mar 21, 2017 at 10:55 AM, Jonathan Moules <
> jonathan-li...@lightpear.com> wrote:
>
>> Hi,
>> I don't believe so (others likely know better of course!). I believe the
>> only way to do this with GeoServer / GWC would be to simply request more
>> tiles using the client and then scale appropriately.
>>
>> As of GeoServer 2.11.x (which is in RC right now
>> http://blog.geoserver.org/2017/03/14/geoserver-2-11-rc1-released/ ),
>> there is support for Vector Tiles - http://docs.geoserver.org/late
>> st/en/user/extensions/vectortiles/index.html - that would be another
>> option. The rendering would be done client side so you could control the
>> DPI; I don't know if whatever client mapbox uses could be pointed at this
>> output instead.
>>
>> Cheers,
>> Jonathan
>>
>>
>> ---- On Mon, 20 Mar 2017 21:55:23 +0000 *Esteban Picone*
>>
>> 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
>>
>>
>>
>>
>
> ------------------------------------------------------------
> ------------------
> 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
>
>
------------------------------------------------------------------------------
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