#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_______________________________________________
Mapbender_dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapbender_dev