I use the example tiger-ny layer from geoserver with leaflet like this:
var map = L.map('map').setView([62.92578, 32.08523], 13); L.tileLayer('http://localhost:8080/geoserver/gwc/service/tms/1.0.0/tiger-ny/{z}/{x}/{y}.png', { maxZoom: 18, tms: true, crs: L.CRS.EPSG4326, attribution...