Skip to content

Commit b838a86

Browse files
committed
Signed-off-by: dustymc <[email protected]>
1 parent 7cbcdf1 commit b838a86

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: showLocality.cfm

+12
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,18 @@
8787
<cfif localityResults.recordcount is 0>
8888
nothing found; try another search
8989
</cfif>
90+
<cfquery name="dlocid" dbtype="query">
91+
select locality_id from localityResults group by locality_id
92+
</cfquery>
93+
94+
<cfif localityResults.recordcount lt 1000>
95+
<a href="/bnhmMaps/bnhmPointMapper.cfm?locality_id=#valuelist(dlocid.locality_id)#" target="_blank">Map <strong>localities</strong> @BerkeleyMapper</a>
96+
<cfelse>
97+
1000 record limit on mapping, sorry...
98+
</cfif>
99+
100+
101+
90102
<cfquery name="geog" dbtype="query">
91103
select distinct higher_geog, SOURCE_AUTHORITY,geog_auth_rec_id from localityResults order by higher_geog
92104
</cfquery>

0 commit comments

Comments
 (0)