GIScience / GIScience/openpoiservice
some osm tags not included
- Dominant language
- Python
- Stars
- 199
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
For https://www.openstreetmap.org/node/8671377598#map=19/49.40434/8.69222
only
```
{
"7": {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
8.692216,
49.40434
]
},
"properties": {
"osm_id": 8671377598,
"osm_type": 1,
"distance": 0,
"category_ids": {
"528": {
"category_name": "vending_machine",
"category_group": "shops"
}
}
}
}
}
```
is returned without the osm_tag `vending=parking_tickets`
Are there only specific tags considered and returned?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the response for OpenStreetMap node 8671377598 and compare its source tags with the returned properties. Then trace how openpoiservice selects OSM tags for the vending_machine category. Done means the handling of vending=parking_tickets is explained and, if its omission is unintended, the response behavior is corrected and verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100