tentone/geo-three

OpenStreetMap unable to load images

Closed this issue · 0 comments

Openstreetmap option does not work/load tiled images as there is a mismatch in the URL request from the library

image.src = this.address + '/' + zoom + '/' + x + '/' + y + '.' + this.format;

An addition '/' is added in the statement after this.address which is causing an error