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
Do you mean that tiles put in the data directory should be 256x256 pixel or do you mean that vector tiles outputed by the server can only be 256x256 pixel?
I ask it because as far as I understand last Mapbox's documentation, it needs 512 pixel size whereas Openlayer use more common 256px and at the moment I failed to make it working with Mapbox : the tilesever returns 204 status code so I suspect that the server does not understand 512px's x,y bounds into the url...
Hi,
I'm using your server to perform POCs comparison between Openlayer and Mapbox.
I see in the documentation that one of your tool limitation is:
Do you mean that tiles put in the data directory should be 256x256 pixel or do you mean that vector tiles outputed by the server can only be 256x256 pixel?
I ask it because as far as I understand last Mapbox's documentation, it needs 512 pixel size whereas Openlayer use more common 256px and at the moment I failed to make it working with Mapbox : the tilesever returns 204 status code so I suspect that the server does not understand 512px's x,y bounds into the url...