osmose-backend icon indicating copy to clipboard operation
osmose-backend copied to clipboard

Part of osmose that runs the analysis, and send the results to the frontend.

Results 260 osmose-backend issues
Sort by recently updated
recently updated
newest added

https://www.openstreetmap.org/way/1247676053 A hall_center has 2 building parts, one with specific sports and the other wih another sport. Currently osmose indicates an issue in osm data on the 2 ways, it...

Exclude `highway=trailhead` from toll/fee check See #2180 and see https://wiki.openstreetmap.org/wiki/Tag:highway%3Dtrailhead - `fee` is a suggested key and `highway=trailhead` is allowed to be an area Hopefully it won't cause merge conflicts...

I've just fixed one of my old changesets (literally from my 2nd day of editing OSM) that I randomly remembered. Back then I was fiddling with iD since I had...

Hi, There are many false positives for the "track tagged with 'bridge' in name" rule. The name of the subdivsion (and thus the name tagged on the track) is Bridge...

As mentioned in https://github.com/osm-fr/osmose-backend/pull/1788#issuecomment-1510281766 it would be useful to have a table containing all multipolygons, similar to i.e. the tables 'highways' and 'buildings'. Parsing multipolygons isn't trivial: - Outer: -...

enhancement
ready

Could a check for wikidata tags (wikidata, operator:wikidata, brand:wikidata, artist:wikidata ecc.) be run? The syntax require the value to be a valid wikidata item, so: 1. it must start with...

I’m using an old version of macOS (High Sierra). Newer Docker bundles are not compatible with High Sierra, so I’m currently testing with Docker Toolbox 19.03.1, which was released when...

doc

The Bulgarian road agency has released a dataset of the republican and municipal road routes in Bulgaria. They have `ref` and geometry which can be matched to OSM relations (with...

enhancement

For multipolygon relations, exclude the `inner` area by using table `multipolygons`. For other relations (mostly `site` or `building`) retain the old behaviour. The vast majority of cases worldwide involves either...

https://osmose.openstreetmap.fr/nl/map/#zoom=18&lat=51.579046&lon=4.642447&item=4080&level=1 https://github.com/osm-fr/osmose-backend/blob/master/analysers/analyser_osmosis_double_tagging.py Item 4080 class 2 The current implementation on how to deal with multipolygons in this analyser (which doesn't use table `multipolygons` - nor even filters on multipolygons, not...

bug