|
| 1 | +--- |
| 2 | +layout: base |
| 3 | +category: blog |
| 4 | +title: GeoNode 2.10.4 & 3.0 are out! |
| 5 | +--- |
| 6 | +<section class="feature-detail"> |
| 7 | + <div class="container"> |
| 8 | + <div class="row"> |
| 9 | + <div class="span7"> |
| 10 | + <a href="https://summit.geonode.org"><h2>{{ page.title }}</h2></a> |
| 11 | + <article class="article1"><br> |
| 12 | + <img src="/static/img/py3.png" style="height: 170px; margin-bottom: 40px; margin-top: 20px; margin-left: 60px" alt="geonode and python3"/> |
| 13 | + |
| 14 | + <p><b>This Post is gonna kick things off by summarizing the latest releases 2.10.4 and GeoNode 3.</b></p> |
| 15 | + |
| 16 | + <p>Yeah, you understood correctly, there is a new major version out now. However, let's start at the beginning.<br><br> |
| 17 | + 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> |
| 18 | + 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> |
| 19 | + |
| 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 |
| 22 | + contributions!</p> |
| 23 | + |
| 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. |
| 28 | + </div> |
| 29 | + |
| 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>. |
| 38 | + <br><br> |
| 39 | + Stay healthy & happy GeoNod'ing! |
| 40 | + </p> |
| 41 | + |
| 42 | + </article> |
| 43 | + </div> |
| 44 | + </div> |
| 45 | + </div> |
| 46 | +</section> |
| 47 | +{% include footer.html %} |
0 commit comments