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
GET {HOST}/api/v1/map?config={"version":"1.3.0","stat_tag":"API","layers":[{"type":"cartodb","options":{"sql":"SELECT * FROM XXX","cartocss":"#layer { polygon-fill: #555000; }","cartocss_version":"2.1.0"}}]}&callback=XXX
But https://HOST/USER/api/v1/map/XXXXXXXX/layer0/{z}/{x}/{y}.mvt not works and I needed to use: https://HOST/USER/api/v1/map/XXXXXXXX/0/{z}/{x}/{y}.mvt
As you can see, I have requested a mvt, and I dont check it with raster
The text was updated successfully, but these errors were encountered:
I have instantiated a map with:
And I have received:
But
https://HOST/USER/api/v1/map/XXXXXXXX/layer0/{z}/{x}/{y}.mvt
not works and I needed to use:https://HOST/USER/api/v1/map/XXXXXXXX/0/{z}/{x}/{y}.mvt
As you can see, I have requested a mvt, and I dont check it with raster
The text was updated successfully, but these errors were encountered: