[Mapbender-dev] [Mapbender] #413: clearFilterButtonLabel undefined
Mapbender
mapbender_dev at lists.osgeo.org
Sat Mar 21 04:43:30 EDT 2009
#413: clearFilterButtonLabel undefined
--------------------------------------------+-------------------------------
Reporter: kolaloka | Owner: dev
Type: defect | Status: new
Priority: blocker | Milestone: 2.6 release
Component: i18n | Version: 2.6 rc1
Keywords: gazetteer internationalization |
--------------------------------------------+-------------------------------
Symptom is unusable gazetteer. In file
http/javascripts/mod_wfs_gazetteer_client.php the line
{{{
include(dirname(__FILE__) . "/../../conf/" .
$wfs_spatial_request_conf_filename);
}}}
could not correctly include the needed file. Cause is probably in
internationalization stuff, I didn't investigate. Replacing it to
{{{
include(dirname(__FILE__) .
"/../../conf/wfs_additional_spatial_search.conf");
}}}
appearantly solves the problem.
--
Ticket URL: <http://trac.osgeo.org/mapbender/ticket/413>
Mapbender <http://www.mapbender.org/>
Mapbender
More information about the Mapbender_dev
mailing list