This repository was archived by the owner on Jun 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,6 @@ Flexible Javascript library for working with OpenStreetMap data.
5
5
Provides bindings to the [ libosmium] ( https://github.com/osmcode/libosmium )
6
6
C++ library.
7
7
8
- [ ![ NPM] ( https://nodei.co/npm/osmium.png?downloads=true&downloadRank=true )] ( https://www.npmjs.com/package/osmium )
9
- [ ![ Build Status] ( https://api.travis-ci.org/osmcode/node-osmium.svg )] ( https://travis-ci.org/osmcode/node-osmium )
10
- [ ![ CI] ( https://github.com/osmcode/node-osmium/workflows/CI/badge.svg?branch=master )] ( https://github.com/osmcode/node-osmium/actions )
11
- [ ![ Coverage Status] ( https://coveralls.io/repos/osmcode/node-osmium/badge.svg?branch=coverage )] ( https://coveralls.io/r/osmcode/node-osmium?branch=coverage )
12
- [ ![ Dependencies] ( https://david-dm.org/osmcode/node-osmium.svg )] ( https://david-dm.org/osmcode/node-osmium )
13
-
14
-
15
8
## Should you use node-osmium?
16
9
17
10
If you want top performance use libosmium directly in C++. These node-osmium
@@ -24,11 +17,8 @@ instead of using node-osmium.
24
17
25
18
## Is node-osmium actively developed?
26
19
27
- @springmeyer and @joto are maintaining node-osmium but not actively adding
28
- features. We will consider pull requests adding features only when they come
29
- with very solid tests, add very clear value to the bindings, and seem easy to
30
- maintain.
31
-
20
+ No. This repository is archived an no further work will be done. You can still
21
+ fork this repository and keep working on it, though.
32
22
33
23
## Depends
34
24
You can’t perform that action at this time.
0 commit comments