文件名称:places-ive-been:我去过的地方
文件大小:1.24MB
文件格式:ZIP
更新时间:2024-05-28 03:08:51
JavaScript
我去过的地方 我正在设置一个Web应用程序以可视化我的人的足迹,这是前端部分。 它包含: OpenLayers3 传单 OpenLayers3 OpenLayers3的scripts/app.js位于scripts/app.js ,它仅使用geojson文件绘制图层,该部分非常简单: $ . getJSON ( 'data/places-ive-been-3857.json' ) . done ( function ( geojson ) { var vectorSource = new ol . source . Vector ( { features : ( new ol . format . GeoJSON ( ) ) . readFeatures ( geojson ) } ) ; } ) ; 由于OL3使用EPSG:3857作为默认投影,这就是为什么我将
【文件预览】:
places-ive-been-master
----geojson.erb(471B)
----.bowerrc(30B)
----index.html(816B)
----parse.rb(697B)
----places-ive-been-resized.png(289KB)
----.gitignore(14B)
----README.md(1KB)
----scripts()
--------app.js(1KB)
--------places.js(786B)
----bower.json(353B)
----shaanxi-resized.png(1006KB)