Skip to content

Instantly share code, notes, and snippets.

@dianashk
Last active January 16, 2019 14:32
Show Gist options
  • Save dianashk/c4c0fc687e38093c94f44ac968008745 to your computer and use it in GitHub Desktop.
Save dianashk/c4c0fc687e38093c94f44ac968008745 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": "#9437ff",
"stroke-width": 1,
"stroke-opacity": 1,
"fill": "#9437ff",
"fill-opacity": 0.2,
"label": "all"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-98.2976,
29.630718
],
[
-97.024461,
29.630718
],
[
-97.024461,
30.906188
],
[
-98.2976,
30.906188
],
[
-98.2976,
29.630718
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#555555",
"stroke-width": 1,
"fill": "#888888",
"fill-opacity": 0.2,
"stroke-opacity": 0.8,
"label": "Bastrop"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-97.649449,
29.786541
],
[
-97.024461,
29.786541
],
[
-97.024461,
30.419642
],
[
-97.649449,
30.419642
],
[
-97.649449,
29.786541
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke-width": 1,
"fill": "#888888",
"stroke": "#555555",
"fill-opacity": 0.2,
"stroke-opacity": 0.8,
"label": "Caldwell"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-97.899238,
29.630718
],
[
-97.315823,
29.630718
],
[
-97.315823,
30.072907
],
[
-97.899238,
30.072907
],
[
-97.899238,
29.630718
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke-width": 1,
"fill": "#888888",
"stroke": "#555555",
"fill-opacity": 0.2,
"stroke-opacity": 0.8,
"label": "Hays"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-98.2976,
29.752444
],
[
-97.70955,
29.752444
],
[
-97.70955,
30.356312
],
[
-98.2976,
30.356312
],
[
-98.2976,
29.752444
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke-width": 1,
"fill": "#888888",
"stroke": "#555555",
"fill-opacity": 0.2,
"stroke-opacity": 0.8,
"label": "Travis"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-98.172977,
30.024499
],
[
-97.369539,
30.024499
],
[
-97.369539,
30.628249
],
[
-98.172977,
30.628249
],
[
-98.172977,
30.024499
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke-width": 1,
"stroke": "#555555",
"fill": "#888888",
"fill-opacity": 0.2,
"stroke-opacity": 0.8,
"label": "Williamson"
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-98.049886,
30.402843
],
[
-97.155219,
30.402843
],
[
-97.155219,
30.906188
],
[
-98.049886,
30.906188
],
[
-98.049886,
30.402843
]
]
]
}
}
]
}
@dianashk
Copy link
Author

dianashk commented Jan 16, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment