Newer
Older
2022-S.Keigo / map / app4 / karubi.geojson
@”Sato ”Sato on 21 Dec 2022 4 KB uMapデータを利用
var karubi = 
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "_umap_options": {
          "iconClass": "Drop"
        },
        "name": "公益大学カフェテリア側駐車場"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          139.819589,
          38.895124
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "_umap_options": {
          "color": "Blue",
          "opacity": "0.6",
          "weight": "5"
        },
        "name": "カルビーハウス経路"
      },
      "geometry": {
        "type": "MultiLineString",
        "coordinates": [
          [
            [
              139.819581,
              38.895107
            ],
            [
              139.81957,
              38.894873
            ],
            [
              139.819914,
              38.894873
            ],
            [
              139.819924,
              38.896409
            ],
            [
              139.819763,
              38.897102
            ],
            [
              139.818851,
              38.898782
            ],
            [
              139.821029,
              38.900068
            ],
            [
              139.822606,
              38.901178
            ],
            [
              139.827157,
              38.903865
            ],
            [
              139.829668,
              38.905309
            ],
            [
              139.833243,
              38.907318
            ],
            [
              139.833061,
              38.907685
            ],
            [
              139.832922,
              38.908749
            ],
            [
              139.832772,
              38.909926
            ],
            [
              139.832364,
              38.911437
            ],
            [
              139.832289,
              38.91193
            ],
            [
              139.832439,
              38.912297
            ],
            [
              139.833161,
              38.912661
            ],
            [
              139.833805,
              38.913279
            ],
            [
              139.834931,
              38.914998
            ],
            [
              139.836197,
              38.917519
            ],
            [
              139.836565,
              38.918273
            ],
            [
              139.835535,
              38.918565
            ]
          ],
          [
            [
              139.835535,
              38.918565
            ],
            [
              139.835359,
              38.918231
            ]
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "_umap_options": {
          "color": "Red",
          "iconClass": "Drop",
          "iconUrl": "/uploads/pictogram/restaurant-24_1.png"
        },
        "name": "カルビーハウス"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          139.835415,
          38.918198
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "_umap_options": {
          "color": "Brown",
          "opacity": "1",
          "weight": "7"
        }
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            139.835552,
            38.918578
          ],
          [
            139.835209,
            38.918678
          ],
          [
            139.835353,
            38.918959
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "_umap_options": {
          "color": "MediumTurquoise",
          "iconClass": "Drop",
          "iconUrl": "/uploads/pictogram/parking-24_1.png"
        },
        "name": "駐車場",
        "description": "カルビーハウス駐車場\n・佐藤整形の右側の路地から入る\n・寺の駐車場手前のスペースがカルビーハウス専用(3台ほど)\n"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          139.835272,
          38.919018
        ]
      }
    }
  ]
}