mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-08-15 08:57:31 +00:00
Oops, "type" was a bad choice of field name
This commit is contained in:
@@ -27,7 +27,7 @@ class DME(LocalFileSIGRefDataProvider):
|
||||
"LONGITUD_ETRS89_REGCAN95") else None
|
||||
|
||||
ref = SIGRef(sig=self.SIG, id=ref_id,
|
||||
type="Town",
|
||||
ref_type="Town",
|
||||
name=row["NOMBRE_ACTUAL"] + ", " + row["PROVINCIA"],
|
||||
latitude=latitude,
|
||||
longitude=longitude)
|
||||
|
||||
Reference in New Issue
Block a user