Skip to content
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

some osm tags not included #115

Open
TheGreatRefrigerator opened this issue Jun 13, 2021 · 0 comments
Open

some osm tags not included #115

TheGreatRefrigerator opened this issue Jun 13, 2021 · 0 comments

Comments

@TheGreatRefrigerator
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant