aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gmap_arcgis.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmap_arcgis.js b/gmap_arcgis.js
index 6d1d3f5..75add00 100644
--- a/gmap_arcgis.js
+++ b/gmap_arcgis.js
@@ -321,7 +321,7 @@ function gmapArcgis(config) {
returnGeometry: true,
geometry: (this.config['markers'][element].bounds != undefined) ? this.config['markers'][element].bounds : undefined,
where: (this.config['markers'][element].where != undefined) ? this.config['markers'][element].where : '1=1',
- outFields: this.config['markers'][element].fields,
+ outFields: this.config['markers'][element].fields,
};
var layer = new gmaps.ags.Layer(this.config['markers'][element].uri);