48,381
edits
Changes
→Google maps
Various display options include satellite view, map view, adding of place markers, drawing lines etc.
== Scalable maps ==
Modify markup on all pages containing maps to include <code>style="width:100%;max-width:600px;"</code>, e.g.:<br>
<nowiki><googlemap version="0.9" lat="-12.243119" lon="49.345264" type="satellite" zoom="16" controls="large" style="width:100%;max-width:600px;"></nowiki>
Use http://www.madacamp.com/Special:ReplaceText
Replace:
<nowiki><googlemap version="0.9" (.*)></nowiki>
with:
<nowiki><googlemap version="0.9" $1 style="width:100%;max-width:600px;"></nowiki>
Select 'Use regular expressions' and namespaces 'Main'.
Pages which already contain the string will thereafter have duplicate style declarations:
style="width:100%;max-width:600px;" style="width:100%;max-width:600px;"
Thereafter replace instances of:
style="width:100%;max-width:600px;" style="width:100%;max-width:600px;"
with:
style="width:100%;max-width:600px;"
<!--''Additional information:'' -->