Update 'shp_2_txt.cpp'
This commit is contained in:
parent
9293795219
commit
93e634eb74
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ int main(int argc, char const *argv[])
|
||||||
string dec_lon = "DEC_LON";
|
string dec_lon = "DEC_LON";
|
||||||
string ellip_h = "ELLIP_HT";
|
string ellip_h = "ELLIP_HT";
|
||||||
string ortho_h = "ORTHO_HT";
|
string ortho_h = "ORTHO_HT";
|
||||||
string str(szTitle);
|
string str(szTitle);
|
||||||
string line;
|
string line;
|
||||||
|
|
||||||
if (szTitle == dec_lat or szTitle == dec_lon or szTitle == ortho_h)
|
if (szTitle == dec_lat or szTitle == dec_lon or szTitle == ortho_h)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue