|
![]() |
史跡名勝天然記念物
主情報 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
関連情報
|
||
(情報の有無) | ||
指定等後に行った措置 | なし | |
添付ファイル | なし |
'
+ '
';
return text_html;
}
function view_mapPopupInfo( heritageId ) {
document.getElementById( 'map_popup_info' + heritageId ).style.display = "block";
document.getElementById( 'map_popup_title' + heritageId ).style.display = "none";
}
function popup_text_inst( e ){
var keep_url = "/bsys/searchlist";
var text_html = ''
+ ''
+ '
'
+ '
'
+ ' '
+ '名称 | : | ' + htmlscd( e['description'] ) + ' |
'
+ ''
+ '
'
+ ''
+ ''
+ '
'
+ '
';
return text_html;
}
function popup_text_cluster( bounds ) {
var ne = map.getBounds().pad(0.00001).getNorthEast();
var sw = map.getBounds().pad(0.00001).getSouthWest();
var text_html = '施設名 | : | ' + htmlscd( e['description'] ) + ' |
運営者 | : | ' + htmlscd( e['owner'] ) + ' |
所在地 | : | ' + htmlscd( e['address'] ) + ' |
緯度 | : | ' + Number( e['latitude'] ).toFixed(8) + ' |
経度 | : | ' + Number( e['longitude'] ).toFixed(8) + ' |
'
+ ''
+ '
'
+ ''
+ '
';
return text_html;
}
function mapChange( register_sub_id, item_id, latitude, longitude ) {
markers_select.clearLayers();
tmp_register = register_sub_id;
tmp_item = item_id;
map.setView([latitude + 0.0004, longitude], 16);
}
function mapChangeGroup( register_sub_id, items ) {
markers_select.clearLayers();
var base_url = '/search/map-change-group';
var url = base_url + '?register_sub_id=' + register_sub_id;
for (var i = 0; i 16 ) {
// map.zoomOut();
//}
},
error: function(XMLHttpRequest, textStatus, errorThrown) {
console.log(XMLHttpRequest);
console.log(textStatus);
alert('Error : ' + errorThrown);
}
}).always(function() {
loading.style.display = "none";
});
}
function htmlscd( text ){
if (typeof text == "string") {
return text.replace(/\r?\n/g, ''
+ '数が多いため表示できません。
' + '下記ボタンにて表示内の文化財を検索できます。' + '
'
+ '' + '下記ボタンにて表示内の文化財を検索できます。' + '
'
+ ''
+ '
'
+ ''); } else { return text; } } map.setView([35.40, 136], 4);