Newer
Older
matsugaoka / web / map / test.mado / sample.geojson
@mamadoka mamadoka on 1 Aug 2019 2 KB 取り敢えず公益大の内容
{   
    "type": "FeatureCollection",
    "features": [
     {	      
      "type": "Feature",
      "properties": {
      "name": "B研究室",
      "description": "いつもいるね"
     },
     "geometry": {
      "type": "Point",
      "coordinates": [139.81903,38.894061]
     	}
     },
     {
      "type": "Feature",
      "properties": {
        "name": "A研究室",
        "description": "萩原先生おるで"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [139.886499,38.700231]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "_umap_options": {
          "color": "Cyan"
        },
        "name": "うーーーーん",
        "description": "てきとう"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [139.886137,38.700263]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "_umap_options": {
          "color": "Cyan"
        },
        "name": "歴史的な",
        "description": "歴史的なのを見れるところ"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [139.88556,38.700386]
      }
    }
    {
      "type": "Feature",
      "properties": {
        "name": "本陣",
        "description": "本陣???"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [139.884526,38.699698]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "ショップ",
        "description": "なにかを売っている2"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [139.885602,38.699974]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "陶芸教室",
        "description": "つくれるの??"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [139.886112,38.70008]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "なんかでかい建物",
        "description": "これはいったい......"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [139.886514,38.700059]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "駐車場",
        "description": "駐車場につきました!"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [139.887025,38.700091]
      }
    }
  ]
}