Completer URL
This commit is contained in:
parent
e01ad24bd2
commit
a2a49d5d7d
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ export default class GeoJsonSource implements FeatureSourceForLayer, Tiled {
|
|||
self.state.setData("loaded")
|
||||
// TODO: move somewhere else, just for testing
|
||||
// Check for maproulette data
|
||||
if (url.startsWith("https://maproulette.org/api/v2/")) {
|
||||
if (url.startsWith("https://maproulette.org/api/v2/tasks/box/")) {
|
||||
console.log("MapRoulette data detected")
|
||||
const data = json;
|
||||
let maprouletteFeatures: any[] = [];
|
||||
|
|
Loading…
Reference in a new issue