mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-14 16:37:33 +00:00
Add types and altitudes to SIG Ref lookups
This commit is contained in:
@@ -27,6 +27,7 @@ class DME(LocalFileSIGRefDataProvider):
|
||||
"LONGITUD_ETRS89_REGCAN95") else None
|
||||
|
||||
ref = SIGRef(sig=self.SIG, id=ref_id,
|
||||
type="Town",
|
||||
name=row["NOMBRE_ACTUAL"] + ", " + row["PROVINCIA"],
|
||||
latitude=latitude,
|
||||
longitude=longitude)
|
||||
|
||||
Reference in New Issue
Block a user