diff options
author | Silvio <silvio@socioambiental.org> | 2014-11-18 18:50:16 -0200 |
---|---|---|
committer | Silvio <silvio@socioambiental.org> | 2014-11-18 18:50:16 -0200 |
commit | c6103d54a51f8e6a36fccf9c6970f0c1679613aa (patch) | |
tree | 5a1639d36f442b79a0d549471acc89a805ccb9a0 | |
parent | 1aa185e4f3d3fff48f83e9514b992b1a35cb6998 (diff) | |
download | gmap_arcgis_js-c6103d54a51f8e6a36fccf9c6970f0c1679613aa.tar.gz gmap_arcgis_js-c6103d54a51f8e6a36fccf9c6970f0c1679613aa.tar.bz2 |
Coding style
-rw-r--r-- | gmap_arcgis.js | 2 |
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); |