Solved

I can't get WebMapTileClipper and WebMapTiler to agree on column and rows. Some help would be greatly appreciated.

  • 26 January 2023
  • 1 reply
  • 1 view

I have a simple workspace to generate some web tiles.  

 

I first used WebMapTileClipper to break the data into vector tiles.  

 

I next ran each vtile through MapnikRaster and grouped by _tile_column & _tile_row.

 

I next sent each raster to WebMapTiler.

 

See my attached workspace image.

 

It seems that WebMapTileClipper and WebMapTiler do not agree on column and row. WebMapTiler generates an extra tile for many of the same tile coordinates.

 

In my attached example you can see that MapnikRaster generated 1 image for _tile_column: 978 and _tile_row: 1655 however WebMapTiler generated 2 tiles.

 

Any advice would be greatly appreciated.

 

Richard Carmel

 

icon

Best answer by rcarmel 26 January 2023, 21:38

View original

1 reply

I managed to solve this myself. I removed WebMapTiler and calculated the tile grid over top of my vector data and fed that grid to the rasterizer in order to force the extents of each tile.

 

Cheers,

 

Richard Carmel

Reply