jenkins-bot has submitted this change and it was merged. Change subject: Fix support for WMS overlays. ......................................................................
Fix support for WMS overlays. WMS overlays in google maps and openlayers is currently broken, due to changes in argument parsing in the Maps module. This commit fixes handling of wmsoverlay argument to be compatible with the new API. Also, adds extra argument to WMS for specifying wms style name (needed for some map sources) and adds unit tests. New changes: Fix style issues (really fix all spacing errors...) Make WmsOverlay compatible with other element classes Change-Id: If425d6ade84df0397314371b1104d4e2707f0559 --- M Maps.classes.php M Maps.hooks.php M Maps.php M includes/Maps_DisplayMapRenderer.php D includes/Maps_WmsOverlay.php A includes/elements/WmsOverlay.php M includes/parserhooks/Maps_DisplayMap.php A includes/parsers/WmsOverlayParser.php M includes/services/GoogleMaps3/jquery.googlemap.js A tests/phpunit/parsers/WmsOverlayParserTest.php 10 files changed, 288 insertions(+), 93 deletions(-) Approvals: Jeroen De Dauw: Verified; Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/45314 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If425d6ade84df0397314371b1104d4e2707f0559 Gerrit-PatchSet: 4 Gerrit-Project: mediawiki/extensions/Maps Gerrit-Branch: master Gerrit-Owner: MathiasLidal <[email protected]> Gerrit-Reviewer: Jeroen De Dauw <[email protected]> Gerrit-Reviewer: MathiasLidal <[email protected]> Gerrit-Reviewer: Netbrain <[email protected]> Gerrit-Reviewer: Nischayn22 <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
