我試着去了解什麼是什麼,但我有點困惑:開放街道地圖API - 打開圖層/ MapQuest的
OpenStreetMap的是免費使用的地圖。可能的API這個地圖是:
-OpenLayer
-MapQuest
爲什麼OpenLayer使用MapQuest的代碼OpenLayer例如: http://openlayers.org/en/v3.1.1/doc/quickstart.html
<script type="text/javascript">
var map = new ol.Map({
target: 'map',
layers: [
new ol.layer.Tile({
source: new ol.source.MapQuest({layer: 'sat'})
})
],
view: new ol.View({
center: ol.proj.transform([37.41, 8.82], 'EPSG:4326', 'EPSG:3857'),
zoom: 4
})
});
</script>
也許這個問題很奇怪,但我想知道爲什麼一個API的使用來自別人的表達?
謝謝。這正是我所期待的。 – Radek 2015-01-10 14:55:43