mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 07:40:19 +00:00
lat/long values now persistent on Entrances
This commit is contained in:
@@ -49,6 +49,8 @@ though, you do not need to do a data import as it happens automatically -->
|
||||
<alt>{{ entrance.alt|default_if_none:""|safe }}</alt>
|
||||
<northing>{{ entrance.northing|default_if_none:""|safe }}</northing>
|
||||
<easting>{{ entrance.easting|default_if_none:""|safe }}</easting>
|
||||
<lat_wgs84>{{ entrance.lat_wgs84|default_if_none:""|safe }}</lat_wgs84>
|
||||
<long_wgs84>{{ entrance.long_wgs84|default_if_none:""|safe }}</long_wgs84>
|
||||
<tag_station>{{ entrance.tag_station|default_if_none:""|safe }}</tag_station>
|
||||
<exact_station>{{ entrance.exact_station|default_if_none:""|safe }}</exact_station>
|
||||
<other_station>{{ entrance.other_station|default_if_none:""|safe }}</other_station>
|
||||
|
||||
Reference in New Issue
Block a user