Newer
Older
matsugaoka / web / map / test.mado / matsugaoka.geojson
@mamadoka mamadoka on 1 Aug 2019 2 KB 松ヶ丘用
var mymap =
{   
    "type": "FeatureCollection",
    "features": [
     {	      
      "type": "Feature",
      "properties": {
      "name": "庄内映画村資料館",
      "description": "映画のこといっぱい"
     },
     "geometry": {
      "type": "Point",
      "coordinates": [139.886787,38.700358]
     	}
     },
     {
      "type": "Feature",
      "properties": {
        "name": "こうでらいね",
        "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]
      }
    }
  ]
}