Actually include the data
This commit is contained in:
parent
16ee1f98ed
commit
db05b0b815
|
|
@ -66,7 +66,8 @@ namespace AS1024.GeoFeed.GeoFeedBuilder
|
||||||
GeolocCity = data.CustomFields.GeolocCity,
|
GeolocCity = data.CustomFields.GeolocCity,
|
||||||
GeolocRegion = data.CustomFields.GeolocRegion,
|
GeolocRegion = data.CustomFields.GeolocRegion,
|
||||||
GeolocCountry = data.CustomFields.GeolocCountry,
|
GeolocCountry = data.CustomFields.GeolocCountry,
|
||||||
GeolocHasLocation = data.CustomFields.GeolocHasLocation
|
GeolocHasLocation = data.CustomFields.GeolocHasLocation,
|
||||||
|
GeolocPostalCode = data.CustomFields.GeolocPostalCode
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue