Skip to content

Commit

Permalink
Revert changes to Chinese debug pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Wojciechowski committed Oct 25, 2016
1 parent eaffc63 commit ca34e90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debug/chinese.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
hash: true
});

map.addControl(new mapboxgl.Navigation());

map.on('load', function () {
map.addSource("points", {
Expand All @@ -49,8 +50,8 @@
"type": "symbol",
"source": "points",
"layout": {
"icon-image": "{icon}-15",
"text-field": "{name}",
"text-max-width": 2,
"text-font": ["Open Sans Semibold", "Arial Unicode MS Bold"],
"text-offset": [0, 0.6],
"text-anchor": "top",
Expand Down

0 comments on commit ca34e90

Please sign in to comment.