Skip to content

Commit 3a34820

Browse files
committed
Add info on migrations file
1 parent e70e06c commit 3a34820

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Pinhead has no dependencies and is basically just a directory of SVG files. A fe
3434

3535
- `dist/icons/index.json`: a list of all the available icons in this version
3636
- `dist/icons/index.complete.json`: same as the above but with the SVG code included inline
37+
- `dist/migrations.json`: a machine-readable list of icon additions, deletions, and renames between major versions
3738

3839
## Where the icons are from
3940

@@ -45,7 +46,7 @@ Pinhead is seeded from the following public domain sources. Thank you to all the
4546
- [NPMap Symbol Library](https://github.com/nationalparkservice/symbol-library) (public domain)
4647
- [OpenTrailMap](https://github.com/osmus/OpenTrailMap) ([MIT](https://github.com/osmus/OpenTrailMap/blob/main/LICENSE))
4748

48-
I've been gradually cleaning up the seed icons by scaling them to the same size, conflating duplicates, improving names, removing SVG cruft, and manually improving legibility. I've also been splitting out certain icon elements into standalone icons, such as taking the <img src="https://pinhead.ink/v1/wine_bottle_and_wine_glass.svg" height="15px" width="15px"/> "wine" icon and creating two additional icons: <img src="https://pinhead.ink/v1/wine_glass.svg" height="15px" width="15px"/> `wine_glass` and <img src="https://pinhead.ink/v1/wine_bottle.svg" height="15px" width="15px"/> `wine_bottle`.
49+
I've been cleaning up the seed icons by scaling them to the same size, conflating duplicates, improving names, removing SVG cruft, and manually improving legibility. I've also been splitting out certain icon elements into standalone icons, such as taking the <img src="https://pinhead.ink/v1/wine_bottle_and_wine_glass.svg" height="15px" width="15px"/> "wine" icon and creating two additional icons: <img src="https://pinhead.ink/v1/wine_glass.svg" height="15px" width="15px"/> `wine_glass` and <img src="https://pinhead.ink/v1/wine_bottle.svg" height="15px" width="15px"/> `wine_bottle`.
4950

5051
If you know of other sources for public domain map icon that might be a good fit for Pinhead, I'd love to [hear about them](https://github.com/waysidemapping/pinhead/issues/new)!
5152

0 commit comments

Comments
 (0)