forked from expo/troggle
remove broken and ancient AERW map images
This commit is contained in:
parent
c774b14e04
commit
bf5d0556fc
@ -19,17 +19,6 @@
|
|||||||
|
|
||||||
<p>The sub-areas names: '1a', '2a' etc. have not been in active use for some years as all exploration for at least the past two decades has been on the mid- to far-plateau.
|
<p>The sub-areas names: '1a', '2a' etc. have not been in active use for some years as all exploration for at least the past two decades has been on the mid- to far-plateau.
|
||||||
|
|
||||||
<p>To see the old prospecting guide maps, follow this links (but wait - can take 2 minutes per map),
|
|
||||||
and you can't see any annotations unless you zoom in:
|
|
||||||
<ul>
|
|
||||||
<!-- mapcodes = ["all", "grieß","40", "76", "204", "tc"] -->
|
|
||||||
<li><a href="/prospecting/all.png">/prospecting/all.png</a>
|
|
||||||
<li><a href="/prospecting/tc.png">/prospecting/tc.png</a>
|
|
||||||
<li><a href="/prospecting/204.png">/prospecting/204.png</a>
|
|
||||||
<li><a href="/prospecting/76.png">/prospecting/76.png</a>
|
|
||||||
<li><a href="/prospecting/40.png">/prospecting/40.png</a>
|
|
||||||
<li><a href="/prospecting/grieß.png">/prospecting/grieß.png</a>
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p><b>Notes:</b></p>
|
<p><b>Notes:</b></p>
|
||||||
<ul><li>A marking status of "Retag" means a tag is in place but it carries a provisional number, or in some cases an incorrect number, and needs replacing with a new tag.</li>
|
<ul><li>A marking status of "Retag" means a tag is in place but it carries a provisional number, or in some cases an incorrect number, and needs replacing with a new tag.</li>
|
||||||
|
1
urls.py
1
urls.py
@ -169,7 +169,6 @@ trogglepatterns = [
|
|||||||
|
|
||||||
# Prospecting Guide document
|
# Prospecting Guide document
|
||||||
re_path(r'^prospecting_guide/$', prospecting),
|
re_path(r'^prospecting_guide/$', prospecting),
|
||||||
# re_path(r'^prospecting/(?P<name>[^.]+).png$', prospecting_image, name="prospecting_image"), broken, won't repair.
|
|
||||||
|
|
||||||
# This next set are all intercepted by Apache, if it is running.
|
# This next set are all intercepted by Apache, if it is running.
|
||||||
re_path(r'^photos/(?P<subpath>.*)$', mediapage, {'doc_root': settings.PHOTOS_ROOT}, name="mediapage"), # photo galleries
|
re_path(r'^photos/(?P<subpath>.*)$', mediapage, {'doc_root': settings.PHOTOS_ROOT}, name="mediapage"), # photo galleries
|
||||||
|
Loading…
Reference in New Issue
Block a user