aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gmap_arcgis.js3
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);