Skip to content

Instantly share code, notes, and snippets.

/map.geojson Secret

Created May 4, 2016 14:46
Show Gist options
  • Save anonymous/2bf21eb654024a1543fbbe1b3d17bf5c to your computer and use it in GitHub Desktop.
Save anonymous/2bf21eb654024a1543fbbe1b3d17bf5c to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"id": 7
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
0,
0
],
[
1.5,
0
],
[
1.5,
1
],
[
0,
1
],
[
0,
0
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"id": 5
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
0,
1.5
],
[
0,
3.5
],
[
1,
3.5
],
[
1,
1.5
],
[
0,
1.5
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"id": 1
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
0,
4
],
[
1.5,
4
],
[
1.5,
5
],
[
0,
5
],
[
0,
4
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"id": 8
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
2,
0
],
[
2,
1
],
[
3.5,
1
],
[
3.5,
0
],
[
2,
0
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"id": 2
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
2,
4
],
[
2,
5
],
[
3.5,
5
],
[
3.5,
4
],
[
2,
4
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"id": 9
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
4,
0
],
[
4,
1
],
[
5.5,
1
],
[
5.5,
0
],
[
4,
0
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"id": 3
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
4,
4
],
[
5.5,
4
],
[
5.5,
5
],
[
4,
5
],
[
4,
4
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"id": 10
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
6,
0
],
[
6,
1
],
[
7,
1
],
[
7,
0
],
[
6,
0
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"id": 4
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
6,
4
],
[
7,
4
],
[
7,
5
],
[
6,
5
],
[
6,
4
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 2,
"stroke-opacity": 1,
"fill": "#555555",
"fill-opacity": 0.5,
"id": 6
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
7.5,
1.5
],
[
7.5,
3.5
],
[
7.75,
3.5
],
[
7.75,
1.5
],
[
7.5,
1.5
]
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
4.75,
4
],
[
4.75,
1
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
1.5,
0.5
],
[
2,
0.5
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
3.5,
0.5
],
[
4,
0.5
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
5.5,
0.5
],
[
6,
0.5
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
0.5,
1
],
[
0.5,
1.5
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
0.5,
3.5
],
[
0.5,
4
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
1.5,
4.5
],
[
2,
4.5
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
3.5,
4.5
],
[
4,
4.5
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
5.5,
4.5
],
[
6,
4.5
]
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "",
"id": 13
},
"geometry": {
"type": "Point",
"coordinates": [
1.5,
2.25
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "",
"id": 14
},
"geometry": {
"type": "Point",
"coordinates": [
2,
2.25
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "",
"id": 15
},
"geometry": {
"type": "Point",
"coordinates": [
2.75,
2.25
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "",
"id": 16
},
"geometry": {
"type": "Point",
"coordinates": [
3.75,
2.25
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "",
"id": 17
},
"geometry": {
"type": "Point",
"coordinates": [
4.25,
2.25
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "",
"id": 18
},
"geometry": {
"type": "Point",
"coordinates": [
4.75,
2.25
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "",
"id": 19
},
"geometry": {
"type": "Point",
"coordinates": [
5.25,
2.25
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "",
"id": 20
},
"geometry": {
"type": "Point",
"coordinates": [
6,
2.25
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "",
"id": 21
},
"geometry": {
"type": "Point",
"coordinates": [
6.5,
2.25
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "",
"id": 22
},
"geometry": {
"type": "Point",
"coordinates": [
7,
2.25
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "",
"id": 12
},
"geometry": {
"type": "Point",
"coordinates": [
6.5,
2.75
]
}
},
{
"type": "Feature",
"properties": {
"marker-color": "#7e7e7e",
"marker-size": "medium",
"marker-symbol": "",
"id": 11
},
"geometry": {
"type": "Point",
"coordinates": [
2.75,
2.75
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment