diff options
author | Silvio <silvio@socioambiental.org> | 2009-10-22 16:24:56 -0200 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2009-10-22 16:24:56 -0200 |
commit | 4bbf8693a2571a28d62b12a2177fea7eacfde66a (patch) | |
tree | 352e80929f370c283584b498ed95665784fa71d8 /README.txt | |
parent | ccaa9e7ea24f735ae83bd03cce41feef7738cd0d (diff) | |
download | gmap_arcgis-4bbf8693a2571a28d62b12a2177fea7eacfde66a.tar.gz gmap_arcgis-4bbf8693a2571a28d62b12a2177fea7eacfde66a.tar.bz2 |
Adding README and removing some custom ISA configs
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..e8bbfbc --- /dev/null +++ b/README.txt @@ -0,0 +1,15 @@ +GMap ArcGIS Integration +======================= + +This module implements support for ArcGIS API into a GMap. It doesn't provide +any custom interface or GUI for integration but includes a simple API. + +It required Drupal's GMap module as it relies on hook_gmap() and allows one to +draws custom labels and polygons in a GMap instance by manipulating $map array +from Drupal GMap API. + +To use it, just implement hook_gmap() at your module and add settings into +$map['arcgis']. + +This module was developed with support from Instituto Socioambiental - +http://www.socioambiental.org. |