使用GeoJSON与Leaflet:关于GeoJSON

使用GeoJSON与Leaflet:关于GeoJSON
发布日期: 2017-04-19 更新日期: 2017-04-19 编辑:xuzhiping 浏览次数: 2785

标签:
 var geojsonFeature = {
    "type": "Feature",
    "properties": {
        "name": "Coors Field",
        "amenity": "Baseball Stadium",
        "popupContent": "This is where the Rockies play!"
    },
    "geometry": {
        "type": "Point",
        "coordinates": [-104.99404, 39.75621]
    }
};
说明:

使用GeoJSON与Leaflet:关于GeoJSON


Copyright © Since 2014. 开源地理空间基金会中文分会 吉ICP备05002032号

Powered by TorCMS

OSGeo 中国中心 邮件列表

问题讨论 : 要订阅或者退订列表,请点击 订阅

发言 : 请写信给: osgeo-china@lists.osgeo.org