-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
only one tag when integrating new charging station with export to JOSM #524
Comments
The frontend send this to JOSM https://osmose.openstreetmap.fr/api/0.3/issue/ac2545ee-9915-53cf-b5df-ba79f227c1cd/fix/0 The source code https://github.com/osm-fr/osmose-backend/blob/master/analysers/analyser_merge_charging_station_FR.py#L59 |
ok, it works when the url to fix an object is sent, but not when calling the Export > JOSM from the top menu. this works fine: http://localhost:8111/import?url=https://osmose.openstreetmap.fr/api/0.3/issue/dbe9f45f-11c4-51c9-dfd3-6a0bffabcc90/fix/0 this is the url called in the Export > JOSM top menu which only gives one tag, i thought it would give the same result full of data but does not |
Yes, that a feature ! It to avoid using Osmose as an import tool. |
I wanted to see what tags are suggested in the item for new charging station, the popups are showing several tags, but the export to JOSM only gives one tag "amenity=charging_station" in each node.
I guess it is the osmose backend that gives this data.
Example link:
https://osmose.openstreetmap.fr/fr/map/#zoom=14&lat=48.6244&lon=2.1273&loc=11/48.5417/7.7408&level=1%2C2%2C3&item=8411
Item: 8411
The text was updated successfully, but these errors were encountered: