[Mapbender-commits] r8322 - trunk/mapbender/http/plugins

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu Apr 19 07:06:12 EDT 2012


Author: armin11
Date: 2012-04-19 04:06:12 -0700 (Thu, 19 Apr 2012)
New Revision: 8322

Modified:
   trunk/mapbender/http/plugins/mod_jsonAutocompleteGazetteer.php
Log:
Bugfix for geonames server!

Modified: trunk/mapbender/http/plugins/mod_jsonAutocompleteGazetteer.php
===================================================================
--- trunk/mapbender/http/plugins/mod_jsonAutocompleteGazetteer.php	2012-04-19 07:26:15 UTC (rev 8321)
+++ trunk/mapbender/http/plugins/mod_jsonAutocompleteGazetteer.php	2012-04-19 11:06:12 UTC (rev 8322)
@@ -219,7 +219,7 @@
 
 						},
 						success: function( data ) {
-							if (options.isGeonames == true) {
+							if (options.isGeonames) {
 								response( $.map( data.geonames, function( item ) {
 									return {
 										label: item.name+" - "+item.fclName+" - "+item.countryName,



More information about the Mapbender_commits mailing list