Skip to content

Instantly share code, notes, and snippets.

@KMR-zoar
Last active June 4, 2020 07:49
Show Gist options
  • Select an option

  • Save KMR-zoar/e5af61c319b40052a36640f6aca2c7e7 to your computer and use it in GitHub Desktop.

Select an option

Save KMR-zoar/e5af61c319b40052a36640f6aca2c7e7 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "サンプルポイント"
},
"geometry": {
"type": "Point",
"coordinates": [
139.74995613098145,
36.02553575404677
]
}
},
{
"type": "Feature",
"properties": {
"name": "サンプルマルチポイント"
},
"geometry": {
"type": "MultiPoint",
"coordinates": [
[
139.749,
36.025
],
[
139.748,
36.025
]
]
}
},
{
"type": "Feature",
"properties": {
"name": "SampleLineString"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
139.74802494049072,
36.026368741571346
],
[
139.75006341934204,
36.02761820634499
],
[
139.75167274475098,
36.026472864392694
],
[
139.75120067596436,
36.02775703454106
]
]
}
},
{
"type": "Feature",
"properties": {
"name": "サンプルMultiラインストリング"
},
"geometry": {
"type": "MultiLineString",
"coordinates": [
[
[
139.745,
36.0275
],
[
139.748,
36.027
]
],
[
[
139.744,
36.0275
],
[
139.743,
36.026
]
]
]
}
},
{
"type": "Feature",
"properties": {
"name": "サンプルPolygon"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
139.7467803955078,
36.024216839121344
],
[
139.74757432937622,
36.02251610044344
],
[
139.75154399871826,
36.02362679108574
],
[
139.75075006484985,
36.02531015174322
],
[
139.7467803955078,
36.024216839121344
]
]
]
}
},
{
"type": "Feature",
"properties": {
"name": "サンプルマルチポリゴン"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
139.74390506744385,
36.024911007623714
],
[
139.74420547485352,
36.02430361051861
],
[
139.74502086639404,
36.02451186148214
],
[
139.74478483200073,
36.02517131923536
],
[
139.74390506744385,
36.024911007623714
]
]
],
[
[
[
139.7444200515747,
36.0236441455028
],
[
139.74469900131226,
36.02308880226102
],
[
139.7462010383606,
36.023453246704904
],
[
139.7459864616394,
36.02409535900466
],
[
139.7444200515747,
36.0236441455028
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"name": "サンプル中抜きポリゴン"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
139.75167274475098,
36.023453246704904
],
[
139.75231647491455,
36.02241197239304
],
[
139.75411891937253,
36.02281112917235
],
[
139.75356101989746,
36.02395652435621
],
[
139.75167274475098,
36.023453246704904
]
],
[
[
139.75231647491455,
36.02326234744453
],
[
139.75321769714355,
36.02348795561164
],
[
139.75343227386472,
36.02291525669526
],
[
139.75265979766846,
36.022759065359274
],
[
139.75231647491455,
36.02326234744453
]
]
]
}
},
{
"type": "Feature",
"properties": {
"name": "サンプルジオメトリコレクション"
},
"geometry": {
"geometries": [
{
"type": "Point",
"coordinates": [
139.75223064422607,
36.0287635316462
]
},
{
"type": "LineString",
"coordinates": [
[
139.7441840171814,
36.02829499149011
],
[
139.74663019180298,
36.028971770821094
]
]
}
],
"type": "GeometryCollection"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment