-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
185 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
agen = { | ||
name = "Agen" | ||
map_template = earth | ||
geocoordinate = { 0.63333573264 44.20041444810 } #from Natural Earth | ||
base_unit_type = unit_minor_building_site | ||
regions = { | ||
france | ||
gaul | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
auxerre = { | ||
name = "Auxerre" | ||
map_template = earth | ||
geocoordinate = { 3.56659338239 47.80042726550 } #from Natural Earth | ||
base_unit_type = unit_minor_building_site | ||
regions = { | ||
france | ||
gaul | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
beziers = { | ||
name = "Beziers" #"Béziers" | ||
map_template = earth | ||
geocoordinate = { 3.20997432314 43.35049216620 } #from Natural Earth | ||
base_unit_type = unit_minor_building_site | ||
regions = { | ||
france | ||
gaul | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
brive = { | ||
name = "Brive" | ||
map_template = earth | ||
geocoordinate = { 1.53333247743 45.15040814110 } #from Natural Earth | ||
base_unit_type = unit_minor_building_site | ||
regions = { | ||
france | ||
gaul | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
la_rochelle = { | ||
name = "La Rochelle" | ||
map_template = earth | ||
geocoordinate = { -1.14999210754 46.16665102040 } #from Natural Earth | ||
base_unit_type = unit_minor_building_site #should be a coastal building site instead, when those are implemented | ||
regions = { | ||
france | ||
gaul | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
le_mans = { | ||
name = "Le Mans" | ||
map_template = earth | ||
geocoordinate = { 0.09998327495 48.00041505850 } #from Natural Earth | ||
base_unit_type = unit_minor_building_site | ||
regions = { | ||
france | ||
gaul | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
limoges = { | ||
name = "Limoges" | ||
map_template = earth | ||
geocoordinate = { 1.24999059918 45.82997906400 } #from Natural Earth | ||
base_unit_type = unit_minor_building_site | ||
regions = { | ||
france | ||
gaul | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
lorient = { | ||
name = "Lorient" | ||
map_template = earth | ||
geocoordinate = { -3.36657515605 47.75040447900 } #from Natural Earth | ||
base_unit_type = unit_minor_building_site | ||
regions = { | ||
france | ||
gaul | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
nevers = { | ||
name = "Nevers" | ||
map_template = earth | ||
geocoordinate = { 3.16666947288 46.98373292960 } #from Natural Earth | ||
base_unit_type = unit_minor_building_site | ||
regions = { | ||
france | ||
gaul | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
nimes = { | ||
name = "Nimes" #"Nîmes" | ||
map_template = earth | ||
geocoordinate = { 4.35000809593 43.83038535470 } #from Natural Earth | ||
base_unit_type = unit_minor_building_site | ||
regions = { | ||
france | ||
gaul | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
rennes = { | ||
name = "Rennes" | ||
map_template = earth | ||
geocoordinate = { -1.67001204569 48.10002138170 } #from Natural Earth | ||
base_unit_type = unit_minor_building_site | ||
regions = { | ||
france | ||
gaul | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
roanne = { | ||
name = "Roanne" | ||
map_template = earth | ||
geocoordinate = { 4.06666621768 46.03332582510 } #from Natural Earth | ||
base_unit_type = unit_minor_building_site | ||
regions = { | ||
france | ||
gaul | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
saint_brieuc = { | ||
name = "Saint-Brieuc" | ||
map_template = earth | ||
geocoordinate = { -2.78330326477 48.51666261710 } #from Natural Earth | ||
base_unit_type = unit_minor_building_site | ||
regions = { | ||
france | ||
gaul | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
saint_etienne = { | ||
name = "Saint-Etienne" #"Saint-Étienne" | ||
map_template = earth | ||
geocoordinate = { 4.38003210310 45.43039105130 } #from Natural Earth | ||
base_unit_type = unit_minor_building_site | ||
regions = { | ||
france | ||
gaul | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
tarbes = { | ||
name = "Tarbes" | ||
map_template = earth | ||
geocoordinate = { 0.08334346376 43.23329001780 } #from Natural Earth | ||
base_unit_type = unit_minor_building_site | ||
regions = { | ||
france | ||
gaul | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
toulon = { | ||
name = "Toulon" | ||
map_template = earth | ||
geocoordinate = { 5.91882156569 43.13418645070 } #from Natural Earth | ||
base_unit_type = unit_minor_building_site | ||
cultural_names = { | ||
frankish = "Tolo" | ||
} | ||
regions = { | ||
france | ||
gaul | ||
} | ||
|
||
history = { | ||
561 = { | ||
owner = burgundia #Tolo went to Gunthram when Chlotar I died in 561; Source: Gustav Droysen, "Droysens Allgemeiner Historischer Handatlas", 1886, p. 20. | ||
building_classes += farm | ||
} | ||
|
||
1789 = { | ||
owner = france #Toulon was a possession of the Kingdom of France in 1789; Source: William R. Shepherd, "Historical Atlas", 1911, pp. 146-147. | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
vichy = { | ||
name = "Vichy" | ||
map_template = earth | ||
geocoordinate = { 3.41668005231 46.11714499820 } #from Natural Earth | ||
base_unit_type = unit_minor_building_site | ||
regions = { | ||
france | ||
gaul | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters