Skip to content

Commit

Permalink
rebuild index; minor tweaks; 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Apr 18, 2023
1 parent 39709c2 commit 13e45e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const fetchAll = (nrOfPages) => {
if (!err) yay(results)
})
queue.on('success', (_, job) => {
console.error(job.title + '/' + nrOfPages)
console.log(job.title + '/' + nrOfPages)
})

for (let i = 0; i <= nrOfPages; i++) {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "epsg-index",
"description": "A machine-readable index of all EPSG coordinate systems.",
"version": "1.2.0",
"version": "1.3.0",
"main": "index.js",
"files": [
"index.js",
Expand All @@ -25,7 +25,6 @@
"engines": {
"node": ">=8"
},
"dependencies": {},
"devDependencies": {
"fetch-ponyfill": "^6.0.0",
"lodash.pick": "^4.4.0",
Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# epsg-index

**A machine-readable index of [all EPSG coordinate systems](https://epsg.io/?q=).** Similar to [`epsg`](https://github.com/stevage/epsg) and [`node-proj4js-defs`](https://github.com/yuletide/node-proj4js-defs), but kept up to date. Like [`python-epsg`](https://github.com/geo-data/python-epsg#python-epsg), but in JavaScript/JSON.
**A machine-readable index of [all EPSG coordinate systems](https://epsg.io/?q=).** Similar to [`epsg`](https://github.com/stevage/epsg) and [`node-proj4js-defs`](https://github.com/yuletide/node-proj4js-defs), but kept up to date (so far). Like [`python-epsg`](https://github.com/geo-data/python-epsg#python-epsg), but in JavaScript/JSON.

[![npm version](https://img.shields.io/npm/v/epsg-index.svg)](https://www.npmjs.com/package/epsg-index)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/epsg-index.svg)
![minimum Node.js version](https://img.shields.io/node/v/epsg-index.svg)
[![support me via GitHub Sponsors](https://img.shields.io/badge/support%20me-donate-fa7664.svg)](https://github.com/sponsors/derhuerst)
[![chat with me on Twitter](https://img.shields.io/badge/chat%20with%20me-on%20Twitter-1da1f2.svg)](https://twitter.com/derhuerst)

Expand Down

0 comments on commit 13e45e4

Please sign in to comment.