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

[Construction2.validator.mapcss](https://github.com/osm-fr/osmose-backend/blob/master/plugins/Construction2.validator.mapcss) and [JOSM combinations.mapcss](https://josm.openstreetmap.de/browser/josm/trunk/resources/data/validator/combinations.mapcss) contain practically the same rules and thus always produce a duplicate warning: Osmose mapcss `way[highway][construction][highway!=construction][construction!=minor]` is made unnecessary by: JOSM combinations mapcss L860: `way[highway][construction][construction!~/^(yes|minor|no)$/][highway!=construction]` Osmose mapcss...

OpenData table are load as cache in database for ever. Add a metadata last time usage to clean the table after some delay.

enhancement
open-data

There is no roundabout in Japan, only rotaries. In Japan, Osmose should propose 'junction=circular' instead of 'junction=roundabout'. See https://wiki.openstreetmap.org/wiki/Tag:junction%3Droundabout

Spin-off from [issue 1567](https://github.com/osm-fr/osmose-backend/issues/1567#issuecomment-1273849693) Nice-to-have mapcss keys would be: - `-osmoseDetails` (same as setting `details` in a regular python plugin) - `-osmoseTrap` (same as setting `trap` in a regular python...

enhancement
JOSM MapCSS

item 2060 class 19 code https://github.com/osm-fr/osmose-backend/blob/master/analysers/analyser_osmosis_relation_associatedStreet.py#L651 the conventions in Switzerland put the "ground" name in name=* and the official name in offiial_name=* in case of discrepancy between the ground and...

bug
ready

See https://github.com/streetcomplete/StreetComplete/issues/4478. I have seen several back and forth like this: https://www.openstreetmap.org/way/40848257/history It seems StreetComplete wants to use `cycleway:right=lane` and `cycleway:left=lane` whereas Osmose wants to use `cycleway=lane`. Is there any...

JOSM MapCSS

hi Osmose currently proposes to change 'grades' into 'grade'. See screenshot below. It shouldn't as 'grades' is a valid tag, see https://wiki.openstreetmap.org/wiki/Key:grades ![osmose_error_suggestion_for_grades](https://user-images.githubusercontent.com/58949423/192223581-52b33192-9b9d-4d8e-8cca-cd503e74af36.PNG)

good first issue
doc

Currently, Osmose suggests to add 'amenity=community_centre' when name='Rue de la Salle des Fêtes' or 'Parc de la Salle des fêtes' or similar. See attached screenshot. It should do that suggestion...

bug
good first issue

Hi, I would like to suggest a new flag. Some categories of places (such as **shop=mall**) should have a `building=retail` **OR** a `building:use=retail` value. I don't know if this is...

enhancement
If you want it. Do it.
good first issue

The tests in Highway_Parking_Lane.py reflect the situation before Proposed features/Parking lane conditionals (https://wiki.openstreetmap.org/w/index.php?oldid=2289049) was approved on 2022-01-21. This moved the values no_parking and no_stopping for parking:lane=* to parking:condition=*, so a...

bug
good first issue