mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-06 10:09:52 +02:00
Add tag tests JSON file.
This commit is contained in:
parent
b83221634d
commit
0d8e877748
1 changed files with 10 additions and 0 deletions
10
tests/data/tag_tests.json
Normal file
10
tests/data/tag_tests.json
Normal 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"]]}
|
||||||
|
]
|
Loading…
Add table
Add a link
Reference in a new issue