I'm new to all this, created a web map, can see it on a web page by using copying sample code. Can I re-center my web map by setting the [center] value in the config options. I tried below but it seems to be ignored.
configOptions <SPAN class="operator token">=</SPAN> <SPAN class="punctuation token">{</SPAN>
webmap<SPAN class="punctuation token">:</SPAN> <SPAN class="string token">"eaab774a02b94ca6b8d8981c01652e6e"</SPAN><SPAN class="punctuation token">,</SPAN>
title<SPAN class="punctuation token">:</SPAN> <SPAN class="string token">""</SPAN><SPAN class="punctuation token">,</SPAN>
subtitle<SPAN class="punctuation token">:</SPAN> <SPAN class="string token">""</SPAN><SPAN class="punctuation token">,</SPAN>
<SPAN class="comment token">//www.arcgis.com sharing url is used. modify this if yours is different</SPAN>
sharingurl<SPAN class="punctuation token">:</SPAN> <SPAN class="string token"><SPAN>"</SPAN><A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=https%3A%2F%2Fwww.arcgis.com%2Fsharing%2Frest%2Fcontent%2Fitems" target="_blank">https://www.arcgis.com/sharing/rest/content/items</A><SPAN>"</SPAN></SPAN><SPAN class="punctuation token">,</SPAN>
center<SPAN class="punctuation token">:</SPAN> <SPAN class="punctuation token">[</SPAN><SPAN class="operator token">-</SPAN><SPAN class="number token">117.895287</SPAN><SPAN class="punctuation token">,</SPAN> <SPAN class="number token">33.745709</SPAN><SPAN class="punctuation token">]</SPAN>
<SPAN class="punctuation token">}</SPAN><SPAN class="punctuation token">;</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>