Skip to content

Instantly share code, notes, and snippets.

@olafveerman
Created July 2, 2018 18:28
Show Gist options
  • Save olafveerman/d70d2a426685f2bdfb63eeacda61d110 to your computer and use it in GitHub Desktop.
Save olafveerman/d70d2a426685f2bdfb63eeacda61d110 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"id": 1,
"ruc": 0.75
},
"geometry": {
"type": "LineString",
"coordinates": [
[
0,
0
],
[
0.008983158,
0
]
]
}
},
{
"type": "Feature",
"properties": {
"id": 2,
"ruc": 0.75
},
"geometry": {
"type": "LineString",
"coordinates": [
[
0.008983158,
0
],
[
0.017966316,
0
]
]
}
},
{
"type": "Feature",
"properties": {
"id": 3,
"ruc": 0.75
},
"geometry": {
"type": "LineString",
"coordinates": [
[
0.017966316,
0
],
[
0.026949474,
0
]
]
}
},
{
"type": "Feature",
"properties": {
"id": 4,
"ruc": 0.75
},
"geometry": {
"type": "LineString",
"coordinates": [
[
0.008983158,
0
],
[
0.008983158,
-0.008983158
]
]
}
},
{
"type": "Feature",
"properties": {
"id": 5,
"ruc": 0.75
},
"geometry": {
"type": "LineString",
"coordinates": [
[
0.008983158,
-0.008983158
],
[
0.017966316,
-0.008983158
]
]
}
},
{
"type": "Feature",
"properties": {
"id": 6,
"ruc": 0.75
},
"geometry": {
"type": "LineString",
"coordinates": [
[
0.017966316,
-0.008983158
],
[
0.026949474,
-0.008983158
]
]
}
},
{
"type": "Feature",
"properties": {
"id": 7,
"ruc": 0.75
},
"geometry": {
"type": "LineString",
"coordinates": [
[
0.026949474,
-0.008983158
],
[
0.026949474,
0
]
]
}
},
{
"type": "Feature",
"properties": {
"id": 8,
"ruc": 0.8
},
"geometry": {
"type": "LineString",
"coordinates": [
[
0.008983158,
0
],
[
0.008983158,
0.008983158
]
]
}
},
{
"type": "Feature",
"properties": {
"id": 9,
"ruc": 0.8
},
"geometry": {
"type": "LineString",
"coordinates": [
[
0.008983158,
0.008983158
],
[
0.017966316,
0.008983158
]
]
}
},
{
"type": "Feature",
"properties": {
"id": 10,
"ruc": 0.8
},
"geometry": {
"type": "LineString",
"coordinates": [
[
0.017966316,
0.008983158
],
[
0.026949474,
0.008983158
]
]
}
},
{
"type": "Feature",
"properties": {
"id": 11,
"ruc": 0.8
},
"geometry": {
"type": "LineString",
"coordinates": [
[
0.026949474,
0.008983158
],
[
0.026949474,
0
]
]
}
},
{
"type": "Feature",
"properties": {
"id": 12,
"ruc": 0.8
},
"geometry": {
"type": "LineString",
"coordinates": [
[
0.017966316,
0.004491579
],
[
0.017966316,
0
]
]
}
},
{
"type": "Feature",
"properties": {
"id": "A"
},
"geometry": {
"type": "Point",
"coordinates": [
0,
0
]
}
},
{
"type": "Feature",
"properties": {
"id": "B"
},
"geometry": {
"type": "Point",
"coordinates": [
0.026949474,
0
]
}
},
{
"type": "Feature",
"properties": {
"id": "C"
},
"geometry": {
"type": "Point",
"coordinates": [
0.017966316,
0.004491579
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment