Taylor Smock

Results 112 comments of Taylor Smock

Duplicates https://josm.openstreetmap.de/ticket/21511 and #43 . EDIT: This should be fixed in #45 .

I have also seen this link. After a bit of investigation, the `Dockerfile` was essentially ```Dockerfile # This was `FROM mdillon/postgis` -- see removal commit for original FROM postgis/postgis:latest ENV...

I'll have to check and see how well it works with Rapid. Of specific note, I don't know if waiting for Rapid to finish "loading" (via `script.onload`) will work --...

I've been playing around with the `script` loading stuff since Rapid v2.1 was released. Some comments on how it improved the build experience and could (potentially) make it much easier...

If a user deletes their account on OSM, it returns a 410 GONE response. Example: * Changeset: https://api.openstreetmap.org/api/0.6/changeset/109934830 * User: https://api.openstreetmap.org/api/0.6/user/535043

Base bug: https://github.com/mapbox/osm-compare/issues/147 Possibly dead PR to fix this: https://github.com/mapbox/osm-compare/pull/149

The JOSM MapWithAI plugin has the ability to get data and add data from additional sources. We should probably set down and put together a format for that -- right...

Relevant ELI ticket: https://github.com/osmlab/editor-layer-index/issues/294

I don't know if you want to reuse the JOSM syntax, but simonpoole/Woazboat did some documenting here: https://github.com/simonpoole/JosmFilterDoc .

A related JOSM ticket: https://josm.openstreetmap.de/ticket/21563 Some relations (such as https://www.openstreetmap.org/relation/2769137 ) have > 1k versions. Relation 2769137 history is ~190M when unzipped, and ~22M when gzipped. This makes it _really...