Open erikvullings opened 4 years ago
const pdokachtergrondkaart = new L.TileLayer( 'https://geodata.nationaalgeoregister.nl/tiles/service/wmts/brtachtergrondkaart/EPSG:3857/{z}/{x}/{y}.png', { minZoom: 3, maxZoom: 18, // tms: true, attribution: 'Map data: <a href="http://www.kadaster.nl">Kadaster</a>', } );
The current map leaves out much information such as water areas. Preferably, I would like to use the PDOK version (even if that isn't using vector tiles).