Altering Map Setting
I have noticed that when a user tries to submit a job, a global map is set by default. Is there that I make it more specific, such as Seoul, South Korea?
With a different theme, I managed to do that by changing the three figures as below.
var CITY_MAP_CENTER_LAT = 40.714623;
var CITY_MAP_CENTER_LNG = -74.006605;
var CITY_MAP_ZOOMING_FACT = 13;
So for the job roller theme, where can I locate the relevant code and change such figures.