mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-03 08:40:11 +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