Skip to content

Instantly share code, notes, and snippets.

@IT-Berater
Created April 21, 2016 16:31
Show Gist options
  • Save IT-Berater/c7c5ef40cae07f26c42eb3a890b3a5bb to your computer and use it in GitHub Desktop.
Save IT-Berater/c7c5ef40cae07f26c42eb3a890b3a5bb to your computer and use it in GitHub Desktop.
Flughafen EDDV Json
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"stroke": "#ff0000",
"stroke-width": 4,
"stroke-opacity": 1,
"N Landebahn": "3,8"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
9.652905464172363,
52.468298806771315
],
[
9.69968318939209,
52.46696544052683
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#ff0000",
"stroke-width": 4,
"stroke-opacity": 1,
"S-Landebahn": "2,3"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
9.677066802978516,
52.4549633266463
],
[
9.711098670959473,
52.45412645595905
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
9.702816009521484,
52.46688700596046
],
[
9.835510253906248,
52.46406326848828
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
9.714317321777344,
52.45412645595905
],
[
9.846839904785156,
52.45151113255564
]
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#00ff00",
"marker-size": "medium",
"marker-symbol": "circle",
"ICH": "Langenhagen"
},
"geometry": {
"type": "Point",
"coordinates": [
9.742662906646729,
52.4388507721828
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"KM": "1,5"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
9.742984771728514,
52.439478644387854
],
[
9.743328094482422,
52.45360340370337
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#00ff00",
"stroke-width": 2,
"stroke-opacity": 1,
"KM": "1,4"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
9.744701385498047,
52.466154943268016
],
[
9.744186401367188,
52.45360340370337
]
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment