mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-06 12:34:24 +00:00
Compare commits
3 Commits
08bcb574fa
...
7b5878b010
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b5878b010 | ||
|
|
3fabbae3f7 | ||
|
|
0add23fcf2 |
4618
data/countries.txt
4618
data/countries.txt
File diff suppressed because it is too large
Load Diff
@@ -519,7 +519,6 @@
|
||||
<include group="poi_internet" />
|
||||
</type>
|
||||
<type id="amenity-charging_station">
|
||||
<include field="name" />
|
||||
<include group="charge_sockets" />
|
||||
<include field="opening_hours" />
|
||||
<include field="operator" />
|
||||
@@ -1116,7 +1115,7 @@
|
||||
<type id="tourism-artwork">
|
||||
<include field="name" />
|
||||
</type>
|
||||
<type id="tourism-attraction">
|
||||
<type id="tourism-attraction" can_add="no">
|
||||
<include group="poi_internet" />
|
||||
<!-- <include field="wikipedia" />-->
|
||||
</type>
|
||||
|
||||
@@ -372,7 +372,7 @@ IsAddressObjectChecker::IsAddressObjectChecker() : BaseChecker(1 /* level */)
|
||||
m_types = OneLevelPOIChecker().GetTypes();
|
||||
|
||||
Classificator const & c = classif();
|
||||
for (auto const * p : {"addr:interpolation", "building", "entrance"})
|
||||
for (auto const * p : {"addr:interpolation", "building", "entrance", "landuse"})
|
||||
m_types.push_back(c.GetTypeByPath({p}));
|
||||
}
|
||||
|
||||
@@ -381,7 +381,7 @@ IsAddressObjectChecker::IsAddressObjectChecker() : BaseChecker(1 /* level */)
|
||||
IsAddressChecker::IsAddressChecker() : BaseChecker(1 /* level */)
|
||||
{
|
||||
Classificator const & c = classif();
|
||||
for (auto const * p : {"addr:interpolation", "building", "entrance"})
|
||||
for (auto const * p : {"addr:interpolation", "building", "entrance", "landuse"})
|
||||
m_types.push_back(c.GetTypeByPath({p}));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user