File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ def items(self):
3939 "contribute" , # Contribute page (/contribute/)
4040 "data" , # Data download page (/data/)
4141 "feeds" , # RSS/Atom feeds listing (/feeds/)
42+ "geoextent" , # Geoextent extraction tool (/geoextent/)
4243 "privacy" , # Privacy policy (/privacy/)
4344 "redoc" , # API schema UI (/api/schema/ui/)
4445 "sitemap-page" , # Human-readable sitemap (/pages/)
Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ <h5 class="mb-0"><i class="fas fa-database"></i> Data & Technical</h5>
4141 < a href ="{% url 'optimap:feeds' %} "> < strong > < i class ="fas fa-rss "> </ i > Feeds</ strong > </ a >
4242 < p class ="text-muted mb-0 small "> Subscribe to RSS, Atom, and GeoRSS feeds for updates on new publications</ p >
4343 </ li >
44+ < li class ="list-group-item ">
45+ < a href ="{% url 'optimap:geoextent' %} "> < strong > < i class ="fas fa-map-marked-alt "> </ i > Geoextent</ strong > </ a >
46+ < p class ="text-muted mb-0 small "> Extract spatial and temporal extent from geospatial data files and remote repositories</ p >
47+ </ li >
4448 </ ul >
4549 </ div >
4650
Original file line number Diff line number Diff line change 2323 < div class ="dropdown-divider "> </ div >
2424 < li > < a class ="dropdown-item " href ="{% url 'optimap:data' %} "> < i class ="fas fa-database "> </ i > Data & API</ a > </ li >
2525 < li > < a class ="dropdown-item " href ="{% url 'optimap:feeds' %} "> < i class ="fas fa-rss "> </ i > Feeds</ a > </ li >
26+ < li > < a class ="dropdown-item " href ="{% url 'optimap:geoextent' %} "> < i class ="fas fa-map-marked-alt "> </ i > Geoextent</ a > </ li >
2627 < div class ="dropdown-divider "> </ div >
2728 < li > < a class ="dropdown-item " href ="{% url 'optimap:about' %} "> < i class ="fas fa-info-circle "> </ i > About</ a > </ li >
2829 < li > < a class ="dropdown-item " href ="{% url 'optimap:contact' %} "> < i class ="fas fa-envelope "> </ i > Contact</ a > </ li >
You can’t perform that action at this time.
0 commit comments