diff options
author | Silvio <silvio@socioambiental.org> | 2013-04-10 15:42:26 -0300 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2013-04-10 15:42:26 -0300 |
commit | 21ef9c72208806381e892aa55c58b6d62b10d995 (patch) | |
tree | 8803439425d2c1b60395db80fff04ae9d63d2fd9 | |
parent | 3b84e12ef966cc8cad57f9187ce77adc9f0e001f (diff) | |
download | gmap_arcgis_js-21ef9c72208806381e892aa55c58b6d62b10d995.tar.gz gmap_arcgis_js-21ef9c72208806381e892aa55c58b6d62b10d995.tar.bz2 |
Comment update
-rw-r--r-- | gmap_arcgis.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gmap_arcgis.js b/gmap_arcgis.js index 5b7bf69..2a73223 100644 --- a/gmap_arcgis.js +++ b/gmap_arcgis.js @@ -432,8 +432,7 @@ function gmapArcgis(config) { return 0; }, - // Center and zoom map to fit the polygon resulting from a query - // Optinally show the resulting polygon. + // Show a polygong resulting from the given query showPolygonFromQuery: function(params) { var self = this; var layer = new gmaps.ags.Layer(params.uri); |