'Please upgrade your browser or use Potlatch 2 to edit the map.';
document.getElementById('id-container').className = 'unsupported';
} else {
- <% locale = request.compatible_language_from(ID::LOCALES) || "en" %>
+ <% locale = select_locale(ID::LOCALES).to_s %>
var id = iD()
.embed(true)
zoom = ~~id.map().zoom(),
center = id.map().center();
- parent.updatelinks(
- center[0],
- center[1],
+ parent.updatelinks({
+ lon: center[0],
+ lat: center[1]
+ },
zoom,
null,
extent[0][0],