Peter Johnson

Results 297 issues of Peter Johnson

as mentioned in https://github.com/peterstace/simplefeatures/pull/421, this PR adds the benchmarking script used to generate the diffs shown on that PR description. I'm opening this as a DRAFT since I'm not happy...

Heya, I'd like to have a play around with db Compaction, which was a feature I was using a bit from boltdb. Would you consider merging a PR to uncomment...

As discussed in https://github.com/rapideditor/country-coder/issues/131 Preview: Code: ```js import fs from 'fs' const borders = JSON.parse(fs.readFileSync('borders.json')) const langs = JSON.parse(fs.readFileSync('langs.json')) console.log(`{"type":"FeatureCollection","features":[`) borders.features.forEach((f, o) => { const l = langs[f.properties.iso1A2] if (l)...

Heya, Would you be open to accepting a PR to add 'Official Languages' per-region? I hunted around for an official source & didn't find many decent ISO 3166 639 mapping...

minor typo

fix minor typo

Heya, The legal terminology of the British isles are a confusing mess of countries, provinces, dependencies, islands, terms and abbreviations 🤷‍♂ One thing which is particularly confusing is that [the...

About a year ago I wrote the Rochdale Council about getting polygon geometries for [Heywood](https://spelunker.whosonfirst.org/id/1360791041/) and surrounding townships (which we currently only have Point geometries for) They actually wrote back...

experimental build which updates nodejs to v20.10.0 LTS

this PR was cut from https://github.com/pelias/api/pull/1654, it contains only the improvements to the service error handling.