Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:osmbe/road-completion-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
xivk committed Feb 8, 2018
2 parents bdb52a3 + 0ed027d commit ed7f2bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
map.addSource("diffs", {
"type": "vector",
"tiles": [
"http://roads-tiles.osm.be/data/diff/{z}/{x}/{y}.pbf"
"http://roads-tiles.osm.be/data/diffs/{z}/{x}/{y}.pbf"
],
"maxzoom": 14
});
Expand All @@ -118,7 +118,7 @@
map.addLayer({
"id": "diffs-details",
"source": "diffs",
"source-layer": "diff",
"source-layer": "diffs",
"type": "line",
"paint": {
"line-color": "#FFFF00",
Expand All @@ -131,7 +131,7 @@
map.addLayer({
"id": "diffs",
"source": "diffs",
"source-layer": "diff",
"source-layer": "diffs",
"type": "line",
"paint": {
"line-color": "#FFFF00",
Expand All @@ -148,4 +148,4 @@
</script>

</body>
</html>
</html>

0 comments on commit ed7f2bb

Please sign in to comment.