+ map_pos_details = map_pos_details.split(' ');
+ // [
+ // 'map center: 20.00000,0.00000 view on osm.org',
+ // 'map zoom: 2',
+ // 'viewbox: -131.48438,69.16256,131.48438,-48.69096',
+ // 'last click:',
+ // ' mouse position: 65.69612,103.71094'
+ // ]
+ let map_center_coords = map_pos_details[0]