Navigation

    GitHub中文社区
    • GitHub排行榜

    论坛

    • Login
    • Categories
    • Recent
    • Tags
    • Popular

    GeoJSON不错

    技术交流
    1
    1
    229
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      pupeno last edited by pupeno

      居然还有geojson这种数据结构,感觉挺好的,GitHub也支持预览。
      geojson

      {
        "type": "FeatureCollection",
        "features": [
          {
            "type": "Feature",
            "properties": {
              "名称": "Together Massage (太古汇店)",
              "价格": "200 ~400 元左右",
              "房间私密性": "还行",
              "按摩水平": "虽然标榜的泰式,只有前小半段是,后面的还是中式,用力比较大",
              "评价人": "@cobaltdisco",
              "marker-color": "#AFE4AC",
              "marker-symbol": "3"
            },
            "geometry": {
              "type": "Point",
              "coordinates": [
                121.4599,
                31.2309
              ]
            }
          }
          ...
        ]
      }
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post