[Mapbender-commits] r8288 - trunk/mapbender/http/plugins
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Wed Mar 14 02:55:36 EDT 2012
Author: armin11
Date: 2012-03-13 23:55:35 -0700 (Tue, 13 Mar 2012)
New Revision: 8288
Modified:
trunk/mapbender/http/plugins/mod_jsonAutocompleteGazetteer.php
Log:
Bugfix
Modified: trunk/mapbender/http/plugins/mod_jsonAutocompleteGazetteer.php
===================================================================
--- trunk/mapbender/http/plugins/mod_jsonAutocompleteGazetteer.php 2012-03-13 14:37:48 UTC (rev 8287)
+++ trunk/mapbender/http/plugins/mod_jsonAutocompleteGazetteer.php 2012-03-14 06:55:35 UTC (rev 8288)
@@ -219,7 +219,7 @@
},
success: function( data ) {
- if (options.isGeonames) {
+ if (options.isGeonames == true) {
response( $.map( data.geonames, function( item ) {
return {
label: item.name+" - "+item.fclName+" - "+item.countryName,
More information about the Mapbender_commits
mailing list