內容簡介
這個 BingMap 外掛可讓你在 WordPress 網站中平滑整合互動地圖。管理區將提供幾個參數以自訂展示。
使用管理面板或輸入標籤,像是:
[sl-bingmaps background=”transparent” width=”100%” height=”300″ NavigationVisibility=”1″ CopyrightVisibility=”1″ LogoVisibility=”1″ ScaleVisibility=”1″ ZoomLevel=”5″ Mode=”Aerial” StartLocation=”48.8756271_2.3493838″ Pushpin=”48.8756271_2.3493838″ Culture=”fr_FR”]
此外掛提供以下功能:
* 自訂寬度和高度 - 可使用百分比
//width=400 or 100%
* 是否顯示導覽選單
//NavigationVisibility="1"
* 是否在地圖上顯示版權資訊
//CopyrightVisibility="1"
* 是否顯示 Bing 標誌
//LogoVisibility="1"
* 顯示比例尺
//ScaleVisibility="1"
* 設定縮放等級
//ZoomLevel="5"
* 設定顯示模式
//Mode="Aerial" //Aerialwithlabels //road
* 設定攝影機中心
//StartLocation="48.8756271_2.3493838"
* 設定感興趣點
//Pushpin="48.8756271_2.3493838"
* 設定語言文化
//Culture="fr_FR"
任意章節
簡短的 Markdown 範例
<?php code(); // goes in backticks ?>
外掛標籤
開發者團隊
原文外掛簡介
This BingMap plugin allows a smooth integration of an interactive map in your WordPress site. The administration section will offer you some parameters to customize the presentation.
Just write use the adminpanel or write a tag like :
[sl-bingmaps background=”transparent” width=”100%” height=”300″ NavigationVisibility=”1″ CopyrightVisibility=”1″ LogoVisibility=”1″ ScaleVisibility=”1″ ZoomLevel=”5″ Mode=”Aerial” StartLocation=”48.8756271_2.3493838″ Pushpin=”48.8756271_2.3493838″ Culture=”fr_FR”]
The plugin offers the following features:
* Width and Height customization - percent value are possible
//width=400 or 100%
* Display navigation menu or not
//NavigationVisibility="1"
* Display copyright in the map or not
//CopyrightVisibility="1"
* Display the Bing logo or not
//LogoVisibility="1"
* Display Scale indication
//ScaleVisibility="1"
* Set the zoom level
//ZoomLevel="5"
* Set the display mode
//Mode="Aerial" //Aerialwithlabels //road
* Set camera center
//StartLocation="48.8756271_2.3493838"
* Set point of interest
//Pushpin="48.8756271_2.3493838"
* Set Culture
//Culture="fr_FR"
Arbitrary section
A brief Markdown Example
