Support for raster mbtiles (issue #13)
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
}
|
||||
};
|
||||
xhttp.responseType = 'json';
|
||||
xhttp.open('GET', '/vector/{{id}}.json', true);
|
||||
xhttp.open('GET', '/data/{{id}}.json', true);
|
||||
xhttp.send();
|
||||
|
||||
var propertyList = document.getElementById('propertyList');
|
||||
|
||||
Reference in New Issue
Block a user