Home > Basemap Components > Tile

Tile

wq’s <Tile/> basemap component displays a raster tile layer, typically with 256x256 tile images in “Web Mercator” projection.

Source

While @wq/map defines a placeholder implementation, @wq/map-gl and @wq/leaflet’s versions are more useful as reference:

  • Tile.js (@wq/map-gl)
  • Tile.native.js (@wq/map-gl)
  • Tile.expo.js (@wq/map-gl)
  • Tile.js (@wq/leaflet)