Skip to content

Commit

Permalink
Updated format for National Grid
Browse files Browse the repository at this point in the history
Closes #103

Also added better api key for dev.
  • Loading branch information
stdavis committed Mar 2, 2015
1 parent 1892c71 commit 44f9016
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"expect",
"it",
"jasmine",
"JSON",
"module",
"process",
"require",
Expand Down
2 changes: 1 addition & 1 deletion src/app/Identify.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ define([
config.featureClassNames.nationalGrid,
config.fieldNames.GRID1Mil + ',' + config.fieldNames.GRIS100K,
this.nationalGrid,
'{griD1MIL}{griD100K}{x}{y}'
'{griD1MIL} {griD100K} {x} {y}'
]
];
},
Expand Down
2 changes: 1 addition & 1 deletion src/app/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ define(['dojo/has', 'esri/config'], function (has, esriConfig) {
window.AGRC.apiKey = 'AGRC-AC122FA9671436';
} else {
// localhost
window.AGRC.apiKey = 'AGRC-63E1FF17767822';
window.AGRC.apiKey = 'AGRC-E5B94F99865799';
}

return window.AGRC;
Expand Down

0 comments on commit 44f9016

Please sign in to comment.