Skip to content

Commit

Permalink
a whole lotta new ones, #3
Browse files Browse the repository at this point in the history
  • Loading branch information
mapsam committed Jun 25, 2015
1 parent a17c4b6 commit 0016706
Show file tree
Hide file tree
Showing 40 changed files with 3,873 additions and 29,709 deletions.
108 changes: 84 additions & 24 deletions icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,52 +2,112 @@
"version": "0.0.1",
"files": [
{
"svg": "1p23123turf-bezzier.svg",
"name": "1p23123turf-bezzier"
"name": "turf-along",
"svg": "turf-along.svg"
},
{
"svg": "1p23123turf-buffer.svg",
"name": "1p23123turf-buffer"
"name": "turf-bbox-polygon copy",
"svg": "turf-bbox-polygon copy.svg"
},
{
"svg": "1p23123turf-concave.svg",
"name": "1p23123turf-concave"
"name": "turf-bezzier",
"svg": "turf-bezzier.svg"
},
{
"svg": "1p23123turf-convex.svg",
"name": "1p23123turf-convex"
"name": "turf-buffer",
"svg": "turf-buffer.svg"
},
{
"svg": "1p23123turf-erased.svg",
"name": "1p23123turf-erased"
"name": "turf-center",
"svg": "turf-center.svg"
},
{
"svg": "1p23123turf-intersect.svg",
"name": "1p23123turf-intersect"
"name": "turf-centroid",
"svg": "turf-centroid.svg"
},
{
"svg": "1p23123turf-merge.svg",
"name": "1p23123turf-merge"
"name": "turf-concave",
"svg": "turf-concave.svg"
},
{
"svg": "1p23123turf-simplify.svg",
"name": "1p23123turf-simplify"
"name": "turf-convex",
"svg": "turf-convex.svg"
},
{
"svg": "1p23123turf-tin.svg",
"name": "1p23123turf-tin"
"name": "turf-destination",
"svg": "turf-destination.svg"
},
{
"svg": "1p23123turf-union.svg",
"name": "1p23123turf-union"
"name": "turf-envelope",
"svg": "turf-envelope.svg"
},
{
"svg": "_icons.svg",
"name": "_icons"
"name": "turf-erased",
"svg": "turf-erased.svg"
},
{
"svg": "turf-square-grid.svg",
"name": "turf-square-grid"
"name": "turf-extent",
"svg": "turf-extent.svg"
},
{
"name": "turf-intersect",
"svg": "turf-intersect.svg"
},
{
"name": "turf-kinks",
"svg": "turf-kinks.svg"
},
{
"name": "turf-line-slice",
"svg": "turf-line-slice.svg"
},
{
"name": "turf-merge",
"svg": "turf-merge.svg"
},
{
"name": "turf-midpoint copy",
"svg": "turf-midpoint copy.svg"
},
{
"name": "turf-point-grid",
"svg": "turf-point-grid.svg"
},
{
"name": "turf-point-on-line",
"svg": "turf-point-on-line.svg"
},
{
"name": "turf-point-on-surface",
"svg": "turf-point-on-surface.svg"
},
{
"name": "turf-simplify",
"svg": "turf-simplify.svg"
},
{
"name": "turf-size",
"svg": "turf-size.svg"
},
{
"name": "turf-square-grid",
"svg": "turf-square-grid.svg"
},
{
"name": "turf-square",
"svg": "turf-square.svg"
},
{
"name": "turf-tin",
"svg": "turf-tin.svg"
},
{
"name": "turf-triangle-grid",
"svg": "turf-triangle-grid.svg"
},
{
"name": "turf-union",
"svg": "turf-union.svg"
}
]
}
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
}
.container {
margin:4em auto;
max-width:700px;
max-width:60em;
}
.icon {
display:inline-block;
width: 55px;
margin: 30px;
width: 80px;
margin: 28px;
}
</style>
</head>
Expand All @@ -42,7 +42,7 @@
var img = document.createElement('img');
icon.className = 'icon';
img.className = 'inject';
img.src = 'src/'+icons.files[i];
img.src = 'src/'+icons.files[i].svg;
icon.appendChild(img);
document.getElementById('icon-list').appendChild(icon);
}
Expand Down
5,317 changes: 0 additions & 5,317 deletions src/1p23123turf-bezzier.svg

This file was deleted.

36 changes: 0 additions & 36 deletions src/1p23123turf-concave.svg

This file was deleted.

35 changes: 0 additions & 35 deletions src/1p23123turf-convex.svg

This file was deleted.

Loading

0 comments on commit 0016706

Please sign in to comment.