Skip to content

Commit

Permalink
Bump geojson-vt to fix #6649
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren Budorick authored May 10, 2018
1 parent 21d71d4 commit 4fd646c
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"csscolorparser": "~1.0.2",
"earcut": "^2.1.3",
"geojson-rewind": "^0.3.0",
"geojson-vt": "^3.1.0",
"geojson-vt": "^3.1.2",
"gray-matter": "^3.0.8",
"grid-index": "^1.0.0",
"minimist": "0.0.8",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"version": 8,
"metadata": {
"test": {
"width": 64,
"height": 64
}
},
"zoom": 2,
"sources": {
"geojson": {
"type": "geojson",
"data": {
"type": "Feature",
"properties": {},
"geometry": {
"type": "MultiLineString",
"coordinates": [
[
[
-3,
-3
],
[
-3,
3
]
],
[
[
3,
-3
],
[
3,
3
]
]
]
}
},
"lineMetrics": true
}
},
"layers": [
{
"id": "id",
"type": "line",
"source": "geojson"
}
]
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4373,9 +4373,9 @@ geojson-rewind@^0.3.0:
concat-stream "~1.6.0"
minimist "1.2.0"

geojson-vt@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/geojson-vt/-/geojson-vt-3.1.0.tgz#37b63d9ab7fafc9861dacc9aef20022df135074a"
geojson-vt@^3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/geojson-vt/-/geojson-vt-3.1.2.tgz#ea98849bd7717979db4c86fed8ef4e47475e4bab"

get-caller-file@^1.0.1:
version "1.0.2"
Expand Down

0 comments on commit 4fd646c

Please sign in to comment.