Revision 3126
Added by perry almost 18 years ago
docs/user/spatial_option.html | ||
---|---|---|
209 | 209 |
<h5> Initial Installation </h5> |
210 | 210 |
<p style="margin-bottom:12pt"><span lang="en-US">To install the spatial option, choose a version of metacat >= 1.7.0. You'll want to ensure that </span><span style="font-style:italic" lang="en-US">runSpatialOption</span><span lang="en-US"> is set to </span><em>true</em><span lang="en-US"> in lib/metacat.properties before you build. Running the spatial option is <em> true </em> by default so, unless you explicitly set it to be false, the spatial option will install and run automatically when you install metacat.</span></p> |
211 | 211 |
|
212 |
<p> |
|
213 |
Regardless of whether you plan on using the spatial functionality you should, |
|
214 |
for security purposes, configure geoserver initially so that it doesn't use |
|
215 |
the default password. |
|
216 |
To configure geoserver with a new admin password: |
|
217 |
<ol> |
|
218 |
<li> Point your browser to http://your.server/context/geoserver.jsp. </li> |
|
219 |
<li> Login using the default username and password ( <em>admin</em> / <em>geoserver</em> ) </li> |
|
220 |
<li> Point your browser to http://your.server/context/config/loginEdit.do, enter a new user and password then submit. </li> |
|
221 |
<li> In the upper-left, click <em>Apply</em> then <em>Save</em> to save your new password. |
|
222 |
</ol> |
|
223 |
</p> |
|
224 |
|
|
212 | 225 |
<h5>How do I configure the layout of the html mapping interface?</h5> |
213 | 226 |
The layout of the map components is defined in the spatial/map.html file within the skin's directory. It is a simple tabular layout and the map components are abstracted into "widgets", blocks with a specific id, which can be reorganized within the table. For deeper customization you can modify the web map context document (spatial/context.xml) and the mapbuilder config file (spatial/config.xml). |
214 | 227 |
<h5> How can I change the lat/long display to degree-minutes-seconds ? </h5> |
Also available in: Unified diff
some clarifications on spatial install process