Skip to content

Commit

Permalink
Viser landskapstyper igjen (#1238)
Browse files Browse the repository at this point in the history
* Resultatlista treffer ikke under søkeboksen

* Viser landskapstyper igjen
Travis bygger ikke igjen.
  • Loading branch information
bjornreppen authored Apr 2, 2019
1 parent 45c8208 commit 46c0572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kart/LeafletTangram/scene/visualisering/polygon.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function draw(args) {
}

function lagSource({ url, zoom }, { bbox }) {
if (sladd) return {};
if (sladd(url)) return {};
return sysconfig.createTileSource(url, "MVT", zoom, bbox);
}

Expand Down

1 comment on commit 46c0572

@runningbones
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LA kom tilbake (men det gjorde også NA-TI)

Please sign in to comment.