1--       _________ __                 __
2--      /   _____//  |_____________ _/  |______     ____  __ __  ______
3--      \_____  \\   __\_  __ \__  \\   __\__  \   / ___\|  |  \/  ___/
4--      /        \|  |  |  | \// __ \|  |  / __ \_/ /_/  >  |  /\___ \
5--     /_______  /|__|  |__|  (____  /__| (____  /\___  /|____//____  >
6--             \/                  \/          \//_____/            \/
7--  ______________________                           ______________________
8--                        T H E   W A R   B E G I N S
9--         Stratagus - A free fantasy real time strategy game engine
10--
11--      (c) Copyright 2017-2019 by Andrettin
12--
13--      This program is free software; you can redistribute it and/or modify
14--      it under the terms of the GNU General Public License as published by
15--      the Free Software Foundation; either version 2 of the License, or
16--      (at your option) any later version.
17--
18--      This program is distributed in the hope that it will be useful,
19--      but WITHOUT ANY WARRANTY; without even the implied warranty of
20--      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21--      GNU General Public License for more details.
22--
23--      You should have received a copy of the GNU General Public License
24--      along with this program; if not, write to the Free Software
25--      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
26--
27
28SetMapTemplatePathway("earth", "railroad", "linz", "budweis", 1832) -- Linz-Budweiser Pferdeeisenbahn commissioned in 1832; Source: Hans Peter Hye, "Die Wende zur Industrie- und Wissensgesselschaft", 2010, p. 23.
29
30SetMapTemplatePathway("earth", "railroad", "vienna", "brunn", {1839, 7, 7}) -- first trains from Vienna arrived in Brno on 1839.7.7; Source: Chad Bryant, "Into an Uncertain Future: Railroads and Vorm�rz Liberalism in Brno, Vienna, and Prague", 2009, p. 183.
31
32SetMapTemplatePathway("earth", "railroad", "olmutz", "prague", 1845) -- Olomouc-Prague State Railroad Company opened for business in 1845; Source: Chad Bryant, "Into an Uncertain Future: Railroads and Vorm�rz Liberalism in Brno, Vienna, and Prague", 2009, p. 187.
33
34SetMapTemplatePathway("earth", "railroad", "vienna", "trieste", 1857) -- Vienna-Trieste railroad built in 1857; Source: Ivan Erceg, "Au�enhandel der Nordadriatischen Seest�dte als Faktor im Entstehen der kapitalistischen Beziehungen in �sterreich im 18. und 19. Jahrhundert", 1968, p. 465.
35
36-- Roman roads in Britain about 410 AD; Source: William R. Shepherd, "Historical Atlas", 1911, p. 51.
37SetMapTemplatePathway("earth", "road", "exeter", "bath", 410)
38SetMapTemplatePathway("earth", "road", "bath", "cirencester", 410)
39SetMapTemplatePathway("earth", "road", "cirencester", "gloucester", 410)
40SetMapTemplatePathway("earth", "road", "cirencester", "speen", 410)
41SetMapTemplatePathway("earth", "road", "speen", "silchester", 410)
42SetMapTemplatePathway("earth", "road", "dorchester", "vindogladia", 410)
43SetMapTemplatePathway("earth", "road", "vindogladia", "old-sarum", 410)
44SetMapTemplatePathway("earth", "road", "old-sarum", "silchester", 410)
45SetMapTemplatePathway("earth", "road", "silchester", "bitterne", 410)
46SetMapTemplatePathway("earth", "road", "bitterne", "chichester", 410)
47SetMapTemplatePathway("earth", "road", "silchester", "london", 410)
48SetMapTemplatePathway("earth", "road", "london", "rochester", 410)
49SetMapTemplatePathway("earth", "road", "rochester", "canterbury", 410)
50SetMapTemplatePathway("earth", "road", "canterbury", "richborough", 410)
51SetMapTemplatePathway("earth", "road", "canterbury", "dover", 410)
52SetMapTemplatePathway("earth", "road", "london", "colchester", 410)
53SetMapTemplatePathway("earth", "road", "colchester", "cambridge", 410)
54SetMapTemplatePathway("earth", "road", "cambridge", "durolipons", 410)
55SetMapTemplatePathway("earth", "road", "london", "durolipons", 410)
56SetMapTemplatePathway("earth", "road", "london", "saint-albans", 410)
57SetMapTemplatePathway("earth", "road", "leicester", "lincoln", 410)
58