Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add classes to style #1151

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
8 changes: 4 additions & 4 deletions countries-info/regions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
</region>
<region name="hungary" lang="hu" poly_extract="east-europe"/>
<region name="moldova" lang="ro" poly_extract="east-europe"/>
<region name="poland" inner_download_prefix="$name" lang="pl" poly_extract="east-europe" map="no" roads="yes" wiki="yes" translate="name:en=Poland;entity=relation" join_map_files="no" join_road_files="yes">
<region name="poland" inner_download_prefix="$name" lang="pl" poly_extract="east-europe" map="no" roads="yes" wiki="yes" translate="name:en=Poland;entity=relation" join_map_files="no" join_road_files="no">
<region name="greater-poland" srtm="no" hillshade="no" slope="no" heightmap="no" translate="name:en=Greater Poland Voivodeship;entity=relation"/>
<region name="kuyavian-pomeranian" srtm="no" hillshade="no" slope="no" heightmap="no" translate="name:en=Kuyavian-Pomeranian Voivodeship;entity=relation"/>
<region name="lesser-poland" srtm="no" hillshade="no" slope="no" heightmap="no" translate="name:en=Lesser Poland Voivodeship;entity=relation"/>
Expand Down Expand Up @@ -206,7 +206,7 @@
<region name="croatia" lang="hr" poly_extract="south-europe"/>
<region name="cyprus" translate="name:en=Cyprus;entity=node" lang="el,tr" left_hand_navigation="yes" poly_extract="south-europe"/>
<region name="greece" lang="el" poly_extract="south-europe"/>
<region name="italy" map="no" roads="yes" wiki="yes" heightmap="yes" inner_download_prefix="$name" lang="it" poly_extract="south-europe" join_road_files="yes">
<region name="italy" map="no" roads="yes" wiki="yes" heightmap="yes" inner_download_prefix="$name" lang="it" poly_extract="south-europe" join_road_files="no">
<region hillshade="no" slope="no" heightmap="no" name="abruzzo" translate="Abruzzo;entity=relation" />
<region hillshade="no" slope="no" heightmap="no" name="basilicata" translate="Basilicata;entity=relation" />
<region hillshade="no" slope="no" heightmap="no" name="calabria" translate="Calabria;entity=relation" />
Expand Down Expand Up @@ -798,7 +798,7 @@
</region>

<region name="russia" map="no" roads="no" hillshade="no" slope="no" heightmap="no" srtm="no" inner_download_prefix="$name" download_suffix="asia" lang="ru" boundary="no" poly_extract="planet">
<region name="central-federal-district" translate="Центральный федеральный округ;entity=relation" hillshade="no" slope="no" heightmap="yes" srtm="no" join_map_files="yes">
<region name="central-federal-district" translate="Центральный федеральный округ;entity=relation" hillshade="no" slope="no" heightmap="yes" srtm="no" join_map_files="no">
<region name="belgorod" translate="Белгородская область;entity=relation"/>
<region name="bryansk" translate="Брянская область;entity=relation"/>
<region name="ivanov" translate="Ивановская область;entity=relation"/>
Expand Down Expand Up @@ -1303,7 +1303,7 @@
<region hillshade="no" slope="no" heightmap="no" srtm="yes" wiki="no" name="sumatera-utara" translate="North Sumatra;entity=node"/>
<region hillshade="no" slope="no" heightmap="no" srtm="yes" wiki="no" name="yogyakarta" translate="Special Region of Yogyakarta;entity=relation"/>
</region>
<region name="japan" inner_download_prefix="$name" srtm="no" map="no" roads="yes" wiki="yes" lang="ja" left_hand_navigation="yes" poly_extract="ocean-asia" join_road_files="yes">
<region name="japan" inner_download_prefix="$name" srtm="no" map="no" roads="yes" wiki="yes" lang="ja" left_hand_navigation="yes" poly_extract="ocean-asia" join_road_files="no">
<region name="chubu" inner_download_prefix="japan_chubu" translate="Chubu Region;entity=relation" heightmap="no" join_map_files="yes">
<region type="map" name="aichi" translate="name:en=Aichi Prefecture;entity=relation"/>
<region type="map" name="fukui" translate="name:en=Fukui Prefecture;entity=relation"/>
Expand Down
Loading