Add tag tests JSON file.

This commit is contained in:
Sergey Vartanov 2021-12-09 23:22:55 +03:00
parent b83221634d
commit 0d8e877748

10
tests/data/tag_tests.json Normal file
View file

@ -0,0 +1,10 @@
[
{"tags": {"addr:housenumber": "5"}, "labels": ["5"]},
{
"tags": {"amenity": "cafe", "name": "Nero"},
"icons": [["coffee_cup"]], "labels": ["Nero"]
},
{"tags": {"building": "yes"}, "icons": [["building"]]},
{"tags": {"natural": "tree"}, "icons": [["tree"]]},
{"tags": {"man_made": "surveillance"}, "icons": [["cctv"]]}
]