| 1 |
// $Id: README.txt,v 1.2 2008/11/17 01:52:59 jmiccolis Exp $
|
| 2 |
|
| 3 |
ABOUT
|
| 4 |
-------------------
|
| 5 |
|
| 6 |
Nice Map is a WMS[1] client for Drupal. Using this module you can display
|
| 7 |
content on a map generated by a WMS server like mapserver[2] or mapnik[3].
|
| 8 |
|
| 9 |
This module doesn't require the views module but is most easily used as a views
|
| 10 |
style plugin.
|
| 11 |
|
| 12 |
INSTALL
|
| 13 |
-------------------
|
| 14 |
|
| 15 |
Install this module in the usual manner; put it in the modules directory and
|
| 16 |
enable it at admin/build/modules. Once enabled goto admin/settings/nicemap, to
|
| 17 |
use a WMS server select "WMS server" from the drop down and hit submit. Then
|
| 18 |
enter the URL for the WMS server. Some public ones are listed in the "WMS
|
| 19 |
Servers" section of this document. Hit submit again. If your site was able to
|
| 20 |
connect to the WMS server you'll be presented with a list of layers the server
|
| 21 |
offers.
|
| 22 |
|
| 23 |
WMS SERVERS
|
| 24 |
-------------------
|
| 25 |
|
| 26 |
The following WMS servers are publicly accessible:
|
| 27 |
|
| 28 |
* http://wms.jpl.nasa.gov/wms.cgi
|
| 29 |
|
| 30 |
DEVELOPERS
|
| 31 |
-------------------
|
| 32 |
|
| 33 |
Support from this module came from many organizations including, Managing News
|
| 34 |
and The New America Foundation.
|
| 35 |
|
| 36 |
Young Hahn (yhahn)
|
| 37 |
Tom MacWright (tmcw)
|
| 38 |
Jeff Miccolis (jmiccolis)
|
| 39 |
|
| 40 |
[1] http://en.wikipedia.org/wiki/Web_Map_Service
|
| 41 |
[2] http://mapserver.gis.umn.edu/
|
| 42 |
[3] http://www.mapnik.org/
|