CartoDB / mobile-sdk

CARTO Mobile SDK core project
https://carto.com/docs/carto-engine/mobile-sdk/
BSD 3-Clause "New" or "Revised" License
179 stars 65 forks source link

API for offest TileLayer ? #518

Closed vTechGIS closed 1 year ago

vTechGIS commented 1 year ago

I am looking for a way to set offset map tile X and Y with custom spacing for TileLayer display. Is this possible? or can give me some solution suggestions.

Thank you very much

mtehver commented 1 year ago

There is no API support for this. If you use VectorTileLayer, then it is possible to offset geometry a bit, but I can not think of anything else.

vTechGIS commented 1 year ago

@mtehver Thank you sir