add a link to OSM map as a CapGeolocIp field and make the application fill it
This commit is contained in:
parent
96c7dab513
commit
00112b3e51
2 changed files with 3 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ class IpLocation(BaseObject):
|
|||
country = StringField('Country')
|
||||
lt = FloatField('Latitude')
|
||||
lg = FloatField('Longitude')
|
||||
osmlink = StringField('Link to OpenStreetMap location page')
|
||||
host = StringField('Hostname')
|
||||
tld = StringField('Top Level Domain')
|
||||
isp = StringField('Internet Service Provider')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue