Skip to content

Commit bd2e0e4

Browse files
committed
Add favicon
1 parent 6d37e25 commit bd2e0e4

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# GeoParquet
22

3-
![GeoParquet](geoparquet.jpg)
3+
![GeoParquet parakeets gathered around a map](geoparquet.jpg)
44

5-
[![npm](https://img.shields.io/npm/v/hyparquet)](https://www.npmjs.com/package/hyparquet)
6-
[![minzipped](https://img.shields.io/bundlephobia/minzip/hyparquet)](https://www.npmjs.com/package/hyparquet)
5+
[![npm](https://img.shields.io/npm/v/geoparquet)](https://www.npmjs.com/package/geoparquet)
6+
[![minzipped](https://img.shields.io/bundlephobia/minzip/geoparquet)](https://www.npmjs.com/package/geoparquet)
77
[![workflow status](https://github.com/hyparam/geoparquet/actions/workflows/ci.yml/badge.svg)](https://github.com/hyparam/geoparquet/actions)
88
[![mit license](https://img.shields.io/badge/License-MIT-orange.svg)](https://opensource.org/licenses/MIT)
99
![coverage](https://img.shields.io/badge/Coverage-95-darkred)

demo/favicon.png

1.04 KB
Loading

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
66
<title>GeoParquet + Google Maps Demo</title>
7+
<link rel="icon" href="demo/favicon.png" />
78
<link rel="stylesheet" href="demo/demo.css" />
89

910
<!-- Load demo js -->

0 commit comments

Comments
 (0)