Skip to content

Commit e6ecfc4

Browse files
committed
added new features
1 parent 188fe9e commit e6ecfc4

File tree

1 file changed

+37
-15
lines changed

1 file changed

+37
-15
lines changed

blog/_posts/2020-05-18-geonode-3-2020.html

Lines changed: 37 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: base
33
category: blog
4-
title: GeoNode 2.10.4 & 3.0 are out!
4+
title: GeoNode 3.0 and 2.10.4 are out!
55
---
66
<section class="feature-detail">
77
<div class="container">
@@ -17,24 +17,46 @@
1717
With the life of Python 2.7 ending in 2020 — it is a matter of course: GeoNode needing an overhaul for python 3 compatibilities.<br><br>
1818
To stick with clarity and precision, the development team has decided to give the new child a name as major version: GeoNode 3 was born!</p>
1919

20-
<p>Alongside a lot of helping hands inside our community, two major contributors took the challenge in doing the main work on the Code Base of GeoNode 3.
21-
Namly Geosolutions (Italy) and Catalyst (New Zealand). The ladder being a relatively new contributor — concerning our community, and we'd love to see more
20+
<p>Alongside a lot of helping hands inside our community, two major contributors took the challenge in doing the main work on the Code Base of GeoNode 3. Namly Geosolutions (Italy) and Catalyst (New Zealand). The ladder being a relatively new contributor — concerning our community, and we'd love to see more
2221
contributions!</p>
2322

24-
<div style="border-top: 1px dotted #1177A2; border-bottom: 1px dotted #1177A2; padding: 15px; margin-bottom: 40px;margin-top: 30px; background: #1177A2; color:#fff">
25-
<b>To rule out any misunderstandings:</b><br><br>
26-
Whenever you see GeoNode 2.x make sure your Virtualenv uses Python 2.7.<br>
27-
In case you see a shining 3 at the end of GeoNode — you better check your Python Version to be 3.7.
23+
<p style="padding-bottom: 10px">Both releases fix several <i>minor</i>, <i>major</i> and <i>security</i> issues. Further GeoNode 3 brings several new features you should not miss!
24+
25+
<h3><i class="fa fa-star"></i> Features GeoNode 3</h3>
26+
27+
<ul>
28+
<li>Python upgrade 3.7+</li>
29+
<li>Django upgrade 2.2.12</li>
30+
<li>GeoServer upgrade 2.16.2</li>
31+
<li>Moved Documentation to dedicated repository and build</li>
32+
<li>Integration of MapStore as new map viewer/composer</li>
33+
<li>Drop of GeoExt, with MapStore client as the new official one</li>
34+
<li><a href="https://docs.geonode.org/en/master/intermediate/monitoring/geonode_monitoring/index.html#analytics">Local analytics/monitoring extension</a></li>
35+
<li><a href="https://docs.geonode.org/en/master/advanced/contrib/index.html#geonode-logstash-for-centralized-monitoring-analytics">Support for centralized analytics dashboard</a></li>
36+
<li><a href="https://docs.geonode.org/en/master/basic/settings/index.html#cache-busting-media-enabled / https://github.com/GeoNode/geonode/issues?q=is%3Aissue+is%3Aclosed+label%3Aperformance">Improvements to frontend for low-bandwidth environments</a></li>
37+
<li><a href="https://docs.geonode.org/en/master/intermediate/backup/index.html">B/R refactoringwith new features that make it able to be used for syncing instances</a></li>
38+
<li><a href="https://docs.geonode.org/en/master/intermediate/modes/index.html">Read-Only and Mantenance modes</a></li>
39+
<li><a href="https://docs.geonode.org/en/master/basic/permissions/index.html#geo-limits-permissions">GeoLimits</a></li>
40+
<li>Added "DOI" field to base metadata</li>
41+
<li><a href="https://github.com/GeoNode/geonode/issues/5912">Extend resource search api with abstract and purpose fields</a></li>
42+
<li>Improved Remote Services and Metadata Fetch</li>
43+
<li><a href="https://github.com/GeoNode/geonode/issues/5914">Improved Message Inbox and Messaging & Norification System</a></li>
44+
<li>Improved Thumbnails and Thumbnails Upload / edit before posting</li>
45+
<li><a href="https://docs.geonode.org/en/master/admin/index.html#geonode-management-commands">Improved Managemend Command</a></li>
46+
</ul>
47+
48+
49+
<div style="padding-left: 15px; margin-bottom: 40px;margin-top: 30px; border-left: 8px solid #1177A2; color:#1177A2; font-weight: bold">
50+
To rule out any misunderstandings:<br>
51+
Whenever you see GeoNode 2.x make sure your virtual environment uses Python 2.7.
52+
In case you see a shining 3 at the end of GeoNode — you have to use Python 3.7.
2853
</div>
2954

30-
<h3>New Features</h3>
31-
<p>Next to Python 3, here’s one more shot:</p>
32-
<p style="padding-bottom: 60px">Both releases fix several <i>minor</i>, <i>major</i> and <i>security</i> issues.<br>
33-
Thanks to GeoSolutions again, both Versions are now containing a great new feature called <span style="font-weight: bold; color: #1177A2">Geo Limits</span>, which limits Layer visibility based on an overlapping polygon.<br><br>
34-
<img src="/static/img/geolimits.png" style="width: 300px; margin-bottom: 10px;margin-top: 10px;-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.49);-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.49);box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.49);" alt="geonode and python3"/><br><br>
35-
Further, the <span style="font-weight: bold; color: #1177A2">Backup-restore module</span> has been undertaken a full-on rework!<br><br>
36-
For all other great features added, do not miss to read both — the release note for <a href="https://github.com/GeoNode/geonode/releases/tag/2.10.4">GeoNode 2.10.4</a> and <a href="https://github.com/GeoNode/geonode/releases/tag/3.0">GeoNode 3!</a><br><br>
37-
Last but not least in case you're planning a manual install of version 3, be sure to visit the updated <a href="https://docs.geonode.org/en/master/">docs</a>. You can report any issues or feature requests at our <a href="https://github.com/GeoNode/geonode/issues">Issue Tracker @ Github</a>.
55+
<p style="padding-bottom: 30px;">
56+
For all other things which have been added, do not miss to read — the release notes for
57+
<a href="https://github.com/GeoNode/geonode/releases/tag/2.10.4">GeoNode 2.10.4</a> and <a href="https://github.com/GeoNode/geonode/releases/tag/3.0">GeoNode 3!</a><br><br>
58+
Last but not least in case you're planning a manual install of version 3, be sure to visit the updated
59+
<a href="https://docs.geonode.org/en/master/">docs</a>. You can report any issues or feature requests at our <a href="https://github.com/GeoNode/geonode/issues">Issue Tracker @ Github</a>.
3860
<br><br>
3961
Stay healthy & happy GeoNod'ing!
4062
</p>

0 commit comments

Comments
 (0)