I've been using this wonderful editor to create a fictional mid-Atlantic nation called Concordia and its cities, but I seem to have some little snippet somewhere that's wrong. The editor won't load this file, I just get the "spinning wheel."
Here's the header for my nation and an example of 1 city (of my 150+ cities). See anything wrong here?
I'm using the US Historical and UK ethnicities. Did I need to create a Concordian ethnicity instead?
I've only got one state (Test State). Does that population (which is the entire nation's population) need to exactly match the sum of all my city populations?
Code:
<NATION id="253" name="Concordia" etid="39" capid="95613" gender="0" bbqual="5" abbr="CON" abbr_korean="와" dem="Concordian" dem_korean="콩코르디안" time_zone="-2.00">
<ETHN_PCTS/>
<ETHN_PCT etid="39" pct="67"/>
<ETHN_PCT etid="20" pct="33"/>
</ETHN_PCTS>
<STATES>
<STATE id="3403" name="TEST STATE" pop="51671553" abbr="TES" abbr_korean="오 셨" time_zone="-2.00" observes_dst="0" lat="00.00000" long="00.00000">
<CITIES>
<CITY id="95610" name="Addington" pop="70032" time_zone="-2.00" observes_dst="0" lat="37.33" long="-30.42" abbr="ADD" abbr_korean="더하다"/>
Thanks for any advice.