Skip to content

Commit

Permalink
Using geonames in place of google as the default reverse geocoding se…
Browse files Browse the repository at this point in the history
…rvice
  • Loading branch information
capooti committed Apr 11, 2017
1 parent cfb9677 commit b5e9b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/script/plugins/GazetteerTool.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ gxp.plugins.GazetteerTool = Ext.extend(gxp.plugins.Tool, {
/** api: config[services]
* ``String`` Default gazetteer services to search
*/
services: 'worldmap,google',
services: 'worldmap,geonames',

/** api: config[searchingText]
* ``String`` Text to show when search is taking place
Expand Down Expand Up @@ -353,4 +353,4 @@ gxp.plugins.GazetteerTool = Ext.extend(gxp.plugins.Tool, {

});

Ext.preg(gxp.plugins.GazetteerTool.prototype.ptype, gxp.plugins.GazetteerTool);
Ext.preg(gxp.plugins.GazetteerTool.prototype.ptype, gxp.plugins.GazetteerTool);

0 comments on commit b5e9b4e

Please sign in to comment.