[#316] ir/netmap: Rename City node attributes
Rename `City`/`CityCode` attribute keys to `Location`/`LocationCode` respectively. Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
9a425924cf
commit
19681693f7
2 changed files with 4 additions and 4 deletions
|
@ -33,8 +33,8 @@ const (
|
|||
attrKeyCountryCode = "CountryCode"
|
||||
attrKeyCountry = "Country"
|
||||
|
||||
attrKeyLocationCode = "CityCode"
|
||||
attrKeyLocation = "City"
|
||||
attrKeyLocationCode = "LocationCode"
|
||||
attrKeyLocation = "Location"
|
||||
|
||||
attrKeySubDivCode = "SubDivCode"
|
||||
attrKeySubDiv = "SubDiv"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue