https://bugzilla.wikimedia.org/show_bug.cgi?id=23849

--- Comment #1 from Laurent Alquier <laur...@alquier.org> 2010-06-08 20:19:36 
UTC ---
Looking at the source code of the page, it looks like the form page is missing
calls to the Yahoo API.

Here is what is generated on the page :

<script
src="/smw/extensions/SemanticMaps/Services/YahooMaps/SM_YahooMapsFunctions.js?118-0.6.2&amp;118"></script>
<script>/*<![CDATA[*/
function convertLatToDMS (val) {
    return Math.abs(val) + "° " + ( val < 0 ? "S" : "N" );
}
function convertLngToDMS (val) {
    return Math.abs(val) + "° " + ( val < 0 ? "W" : "E" );
}
/*]]>*/</script>
<script>
addOnloadHook(
    function() {
        makeFormInputYahooMap(
            'map_yahoo_1',
            'map_yahoo_coords_1_6',
            null,
            null,
            17,
            YAHOO_MAP_REG,
            [YAHOO_MAP_REG,YAHOO_MAP_SAT,YAHOO_MAP_HYB],
            ['type','pan','zoom'],
            true,
            null,
            null
        );
    }
);
</script>

This throws a javascript error about YAHOO_MAP_REG being undefined.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to