02-01-2017, 09:05 AM
|
#14
|
|
All Star Reserve
Join Date: Mar 2003
Posts: 907
|
Quote:
Originally Posted by stl jason
just scanning over the screenshot posted... here are some issues to fix (some already addressed by Albatross):
106315: opens the new continent, but needs to be: <CONTINENT id="7" name="Atlantis".... (etc)... >
106316: delete this line. The </CONTINENT> entry is used to close it once you've added all your nations, states and cities. Assuming you aren't adding another continent, you can update line 106354 to </CONTINENT> to close it out. Line 106355 then closes out all continents.
You'll want to add a lines above 106354, first to close out the nation of Atlantis with </NATION>, and then to close out all nations with </NATIONS>; again, assuming you aren't adding more.
Line 106332: delete the extra /> after the </CITIES> entry.
Line 106333: change to </STATE> as you are only closing a single state, not finishing all state entries.
Line 106335: add <CITIES> to open the city group before entering the city data.
Line 106337: looks like this is supposed to be part of line 106335 (the longitude and abbr for that city).
Line 106341: delete the extra /> after the </CITIES> entry.
Line 106344: add <CITIES> above this entry to open the city group for the new state.
Line 106349: add <CITIES> above this entry to open the city group for the new state.
|
Yep
__________________
Peace,
albatross
|
|
|