forked from MapComplete/MapComplete
Add possibility to add external geojson
This commit is contained in:
parent
d7c1f38d26
commit
f0765df5ed
10 changed files with 98 additions and 11 deletions
|
@ -85,6 +85,10 @@ export default class UpdateFromOverpass implements FeatureSource {
|
|||
if (layer.doNotDownload) {
|
||||
continue;
|
||||
}
|
||||
if(layer.source.geojsonSource !== undefined){
|
||||
// Not our responsibility to download this layer!
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
// Check if data for this layer has already been loaded
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue