Yet another OSM tag to recognize.
This commit is contained in:
parent
36b5b7b160
commit
3cfa084a61
@ -6,7 +6,7 @@ The format is based on
|
||||
|
||||
## Unreleased
|
||||
|
||||
* Yet another kind of OSM area to recognize.
|
||||
* Two more kinds of OSM area to recognize.
|
||||
* Add this changelog.
|
||||
|
||||
## Release 0.11.6 (2022-07-10)
|
||||
|
@ -153,13 +153,14 @@ static KNOWN: [(&str, &[(&str, i16)]); 19] = [
|
||||
("Tätort", 11),
|
||||
]),
|
||||
("leisure", &[
|
||||
("dog_park", 19),
|
||||
("fitness_station", 17),
|
||||
("garden", 18),
|
||||
("nature_reserve", 12),
|
||||
("park", 14),
|
||||
("pitch", 15),
|
||||
("playground", 16),
|
||||
("water_park", 14),
|
||||
("fitness_station", 17),
|
||||
]),
|
||||
("tourism", &[
|
||||
("attraction", 16),
|
||||
|
Loading…
Reference in New Issue
Block a user