This is my site installation
Product | Version |
---|---|
MediaWiki | 1.32.0 |
PHP | 7.2.17-0ubuntu0.18.04.1 (apache2handler) |
MariaDB | 10.1.38-MariaDB-0ubuntu0.18.04.1 |
ICU | 60.2 |
Elasticsearch | 5.6.16 |
this is the LocalSettings.php configuration
wfLoadExtension( 'GeoData' );
$wgGeoDataBackend = 'elastic';
and this is the (partial) output of update.php script
...geo_tags table already exists.
...geo_killlist doesn't exist.
...coordinates are already DECIMAL in geo_tags.
When I try the new GeoData parser function (taken from Extension Page example):{{#coordinates:primary|26|04|N|178|46|E|}}
I get this Fatal error
Fatal error: The format of the coordinate could not be determined. Parsing failed.
What am I missed?
Any help is greatly appreciated