If I change the default_pos in test.gd line 14 from:
var default_pos = osm.pos2tile(5.7055, 45.18103)
to
var default_pos = osm.pos2tile(7.6132, 51.98306)
or
var default_pos = osm.pos2tile(7.2847, 51.97852)
I get the error:
Invalid set index 'p' (on base: 'Reference ()') with value of type 'Vector2'.
in line 130 from geometry.gd
If I change the default_pos in test.gd line 14 from:
var default_pos = osm.pos2tile(5.7055, 45.18103)to
var default_pos = osm.pos2tile(7.6132, 51.98306)or
var default_pos = osm.pos2tile(7.2847, 51.97852)I get the error:
Invalid set index 'p' (on base: 'Reference ()') with value of type 'Vector2'.in line 130 from geometry.gd