| 1 |
PleiadesOpenLayers |
|---|
| 2 |
================== |
|---|
| 3 |
|
|---|
| 4 |
This product embeds OpenLayers (http://openlayers.org) maps in Plone. It |
|---|
| 5 |
complements PleiadesGeocoder |
|---|
| 6 |
|
|---|
| 7 |
http://icon.stoa.org/trac/pleiades/wiki/PleiadesGeocoder |
|---|
| 8 |
|
|---|
| 9 |
For a live example, see http://icon.stoa.org/pleiades-beta/Members/map. |
|---|
| 10 |
|
|---|
| 11 |
|
|---|
| 12 |
Installation |
|---|
| 13 |
------------ |
|---|
| 14 |
|
|---|
| 15 |
See INSTALL.txt |
|---|
| 16 |
|
|---|
| 17 |
|
|---|
| 18 |
Usage |
|---|
| 19 |
----- |
|---|
| 20 |
|
|---|
| 21 |
There are two aspects to this product: the map context and the templates that |
|---|
| 22 |
provide map views of folder-ish objects. |
|---|
| 23 |
|
|---|
| 24 |
The PleiadesOpenLayers Map Context is based on the OGC's Web Map Context |
|---|
| 25 |
|
|---|
| 26 |
http://www.opengeospatial.org/standards/wmc |
|---|
| 27 |
|
|---|
| 28 |
and encodes all parameters necessary to save a map view of one or more layers |
|---|
| 29 |
from Web Map Services (WMS). Use the following values to get started with a |
|---|
| 30 |
simple physiographic map of the world: |
|---|
| 31 |
|
|---|
| 32 |
map context |
|---|
| 33 |
----------- |
|---|
| 34 |
Spatial Reference System (string): EPSG:4326 |
|---|
| 35 |
Bounding Box (string): -180 -90 180 90 |
|---|
| 36 |
(left, bottom, right, top in decimal degrees) |
|---|
| 37 |
|
|---|
| 38 |
map layer |
|---|
| 39 |
--------- |
|---|
| 40 |
Online Resource URL (string): http://www2.demis.nl/mapserver/request.asp |
|---|
| 41 |
Styled Layer Names (string): Bathymetry,Topography,Rivers,Waterbodies |
|---|
| 42 |
|
|---|
| 43 |
Advanced WMS users may want to associate named styles with named layers. This |
|---|
| 44 |
is done with a / separator. For example: |
|---|
| 45 |
|
|---|
| 46 |
Online Resource URL: http://wms.jpl.nasa.gov/wms.cgi |
|---|
| 47 |
Styled Layer Names: global_mosaic/visual |
|---|
| 48 |
|
|---|
| 49 |
The current release provides users with no assistance in discovering servers |
|---|
| 50 |
or choosing reasonable bounding boxes, but these features are on our roadmap. |
|---|
| 51 |
|
|---|
| 52 |
The PleiadesOpenLayers ol_map_view.pt template will only work if a map context |
|---|
| 53 |
object can be found in the same container or one level higher. To make a map of |
|---|
| 54 |
site members, you should put a map context (such as the one above) in the |
|---|
| 55 |
/Members folder. |
|---|
| 56 |
|
|---|
| 57 |
|
|---|
| 58 |
About Pleiades |
|---|
| 59 |
-------------- |
|---|
| 60 |
|
|---|
| 61 |
Pleiades is an international research network and associated web portal and |
|---|
| 62 |
content management system devoted to the study of ancient geography. |
|---|
| 63 |
|
|---|
| 64 |
See http://icon.stoa.org/trac/pleiades/wiki. |
|---|
| 65 |
|
|---|
| 66 |
Funding for the creation of this software was provided by a grant from the |
|---|
| 67 |
U.S. National Endowment for the Humanities (http://www.neh.gov). |
|---|
| 68 |
|
|---|