Skip to content

Commit

Permalink
Fix attribution position example
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Nov 21, 2016
1 parent b1e8a52 commit 195dbab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/_posts/examples/3400-01-15-attribution-position.html
Expand Up @@ -14,8 +14,7 @@
style: 'mapbox://styles/mapbox/light-v9',
center: [-77.04, 38.907],
zoom: 11.15,
attributionControl: {
position: 'top-left'
}
attributionControl: false
});
map.addControl(new mapboxgl.AttributionControl(), 'top-left');
</script>

0 comments on commit 195dbab

Please sign in to comment.