Skip to content

Commit

Permalink
Add test case for issue #4617 (fixed by PR #5150).
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLoer committed Oct 24, 2017
1 parent 2cc0bf3 commit 3efb83d
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -0,0 +1,34 @@
{
"version": 8,
"metadata": {
"test": {
"height": 64,
"width": 64
}
},
"zoom": 1,
"sources": {
"point": {
"type": "geojson",
"data": {
"type": "Point",
"coordinates": [ 0, 0 ]
}
}
},
"glyphs": "local://glyphs/{fontstack}/{range}.pbf",
"layers": [
{
"id": "text",
"type": "symbol",
"source": "point",
"layout": {
"text-field": "xxx",
"text-font": [
"Open Sans Semibold",
"Arial Unicode MS Bold"
]
}
}
]
}

0 comments on commit 3efb83d

Please sign in to comment.