G.B.Errante

Results 1 comments of G.B.Errante

hello i solved in this way: this is my p5.js sketch: ```js function setup() { canvas = createCanvas(windowWidth, windowHeight); myMap = mappa.tileMap(options); myMap.overlay(canvas,function () { myMap.map.invalidateSize(); }); } function draw()...