Skip to content

Commit

Permalink
[GeoNode#7740] Use URL reversing - fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
etj committed Jul 9, 2021
1 parent 0f54b1f commit 4adae2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions geonode/templates/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ <h4 id="browsing-data">Browsing Layers</h4>
<p>All data can be downloaded in a variety of formats, for use in other applications.</p>

<h4 id="developer-access">Developer Access</h4>
<p>The <a href="{{ url_developer ]}"> Developer</a> page is the place for developers to get started building applications against the GeoNode. It includes instructions on using the web services, links to the source code of the GeoNode, and information about the open source projects used to create it.</p>
<p>The <a href="{{ url_developer }}"> Developer</a> page is the place for developers to get started building applications against the GeoNode. It includes instructions on using the web services, links to the source code of the GeoNode, and information about the open source projects used to create it.</p>

<h4 id="browsing-maps">Browsing Maps</h4>
<p>The GeoNode allows users to create and share maps with one another.</p>
<p>The <a href="{{ url_maps_browse ]}">Maps</a> tab is a gateway to map exploration on GeoNode. From here you can <strong>search for a map</strong> or <strong>create a map</strong>, which will open the <a href="{{ url_new_map }}">Map Composer</a>.</p>
<p>The <a href="{{ url_maps_browse }}">Maps</a> tab is a gateway to map exploration on GeoNode. From here you can <strong>search for a map</strong> or <strong>create a map</strong>, which will open the <a href="{{ url_new_map }}">Map Composer</a>.</p>
<h5>Google Earth Mode</h5>
<p>Any map viewed in the interactive map editor can be seen in 3D mode with the Google Earth plugin. To switch to 3D mode select the Google Earth globe logo, the rightmost button on top toolbar. If you do not have the Google Earth plugin installed you will be prompted to install it.</p>

<h4 id="creating-a-map">Creating a Map</h4>
<p>To create a new map go to the <a href="{{ url_maps_browse ]}">Contributed Maps</a> tab and click the <a href="{{ url_new_map }}">create your own map</a> link.</p>
<p>To create a new map go to the <a href="{{ url_maps_browse }}">Contributed Maps</a> tab and click the <a href="{{ url_new_map }}">create your own map</a> link.</p>
<p>This will take you to the <a href="{{ url_new_map }}">Map Composer</a> with a base layer loaded.</p>
<p>To add data layers from the GeoNode click on the green plus button located below the layers tab on the left hand side of the screen. This will open a dialog listing all the layers available on the GeoNode.</p>
<p>To add layers to your map select them and hit the <strong>Add Layers</strong> button. When finished you may hit <strong>Done</strong> to close the dialog and go back to the map.</p>
Expand Down

0 comments on commit 4adae2c

Please sign in to comment.