Skip to content

Commit

Permalink
update and standardize maps. add hawaii
Browse files Browse the repository at this point in the history
  • Loading branch information
jaltekruse-usgs committed May 7, 2021
1 parent 6b6c0a9 commit f247dcc
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 12 deletions.
6 changes: 3 additions & 3 deletions etc/nshm/map-alaska.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"properties": {
"fill": "#AA0078",
"marker-color": "#AA0078",
"title": "Alaska Map Extents"
"stroke": "#AA0078",
"title": "NSHMP Alaska Map Extents"
}
},
{
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"properties": {
"spacing": 0.1,
"title": "Alaska"
"title": "NSHMP Alaska"
}
}
]
Expand Down
8 changes: 4 additions & 4 deletions etc/nshm/map-ceus.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"type": "Polygon",
"coordinates": [
[
[-115.0, 24.6],
[-65.0, 24.6],
[-115.0, 24.4],
[-65.0, 24.4],
[-65.0, 50.0],
[-115.0, 50.0],
[-115.0, 24.6]
[-115.0, 24.4]
]
]
},
"properties": {
"fill": "#AA0078",
"marker-color": "#AA0078",
"stroke": "#AA0078",
"title": "NSHMP Central & Eastern US Map Extents"
}
},
Expand Down
2 changes: 1 addition & 1 deletion etc/nshm/map-cous.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"properties": {
"fill": "#AA0078",
"marker-color": "#AA0078",
"stroke": "#AA0078",
"title": "NSHMP Conterminous US Map Extents"
}
},
Expand Down
94 changes: 94 additions & 0 deletions etc/nshm/map-hawaii.geojson
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": "Extents",
"geometry": {
"type": "Polygon",
"coordinates": [[
[-160.5, 18.6],
[-154.3, 18.6],
[-154.3, 22.5],
[-160.5, 22.5],
[-160.5, 18.6]
]]
},
"properties": {
"fill": "#AA0078",
"stroke": "#AA0078",
"title": "NSHMP Hawaii Map Extents"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [[
[-160.39,21.74],
[-160.07,21.65],
[-159.81,21.90],
[-159.49,21.75],
[-159.25,21.82],
[-158.39,21.49],
[-158.19,21.22],
[-157.69,21.14],
[-157.41,21.03],
[-157.12,20.71],
[-156.81,20.46],
[-156.60,20.41],
[-156.23,20.47],
[-156.05,20.25],
[-156.03,20.03],
[-156.14,19.84],
[-156.16,19.67],
[-156.09,19.48],
[-156.08,19.29],
[-156.08,19.06],
[-155.96,18.89],
[-155.81,18.80],
[-155.57,18.72],
[-155.36,18.69],
[-155.18,18.69],
[-155.00,18.78],
[-154.90,18.92],
[-154.78,19.05],
[-154.58,19.15],
[-154.47,19.26],
[-154.43,19.42],
[-154.48,19.60],
[-154.72,19.76],
[-154.87,19.93],
[-155.03,20.14],
[-155.34,20.34],
[-155.56,20.46],
[-155.71,20.61],
[-155.74,20.78],
[-155.82,20.95],
[-156.02,21.07],
[-156.29,21.18],
[-156.56,21.30],
[-156.84,21.41],
[-157.21,21.44],
[-157.46,21.50],
[-157.63,21.69],
[-157.86,21.85],
[-158.16,21.84],
[-158.35,21.71],
[-159.13,21.96],
[-159.15,22.19],
[-159.32,22.35],
[-159.63,22.39],
[-159.88,22.23],
[-160.15,22.11],
[-160.34,21.99],
[-160.39,21.74]
]]
},
"properties": {
"spacing": 0.02,
"title": "NSHMP Hawaii"
}
}
]
}
8 changes: 4 additions & 4 deletions etc/nshm/map-wus.geojson
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"type": "Polygon",
"coordinates": [
[
[-125.0, 24.6],
[-100.0, 24.6],
[-125.0, 24.4],
[-100.0, 24.4],
[-100.0, 50.0],
[-125.0, 50.0],
[-125.0, 24.6]
[-125.0, 24.4]
]
]
},
"properties": {
"fill": "#AA0078",
"marker-color": "#AA0078",
"stroke": "#AA0078",
"title": "NSHMP Western US Map Extents"
}
},
Expand Down

0 comments on commit f247dcc

Please sign in to comment.