Index: trunk/extensions/SemanticMaps/includes/forminputs/SM_FormInput.php |
— | — | @@ -243,7 +243,7 @@ |
244 | 244 | $e = Xml::escapeJsString( wfMsgForContent( 'maps-abb-east' ) ); |
245 | 245 | $s = Xml::escapeJsString( wfMsgForContent( 'maps-abb-south' ) ); |
246 | 246 | $w = Xml::escapeJsString( wfMsgForContent( 'maps-abb-west' ) ); |
247 | | - $deg = Xml::escapeJsString( Maps_GEO_DEG ); |
| 247 | + $deg = Xml::escapeJsString( MapsCoordinateParser::SYMBOL_DEG ); |
248 | 248 | |
249 | 249 | $wgOut->addInlineScript( |
250 | 250 | <<<EOT |