Skip to content
Snippets Groups Projects
Commit 4471406e authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

nshm sites updates

parent 0c44e419
No related branches found
No related tags found
2 merge requests!709Production Release | nshmp-haz,!706Increment AK dev model
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
] ]
}, },
"properties": { "properties": {
"spacing": 0.1, "spacing": 0.05,
"title": "NSHMP Central & Eastern US" "title": "NSHMP Central & Eastern US"
} }
} }
......
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
] ]
}, },
"properties": { "properties": {
"spacing": 0.1, "spacing": 0.05,
"title": "NSHMP Conterminous US" "title": "NSHMP Conterminous US"
} }
} }
......
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
] ]
}, },
"properties": { "properties": {
"spacing": 0.1, "spacing": 0.05,
"title": "NSHMP Western US" "title": "NSHMP Western US"
} }
} }
......
...@@ -27,6 +27,7 @@ McGrath AK, -155.60, 63.00 ...@@ -27,6 +27,7 @@ McGrath AK, -155.60, 63.00
Nome AK, -165.40, 64.50 Nome AK, -165.40, 64.50
Paxson AK, -145.50, 63.10 Paxson AK, -145.50, 63.10
Prudhoe Bay AK, -148.40, 70.30 Prudhoe Bay AK, -148.40, 70.30
Seward AK, -149.40, 60.10
Sitka AK, -135.40, 57.10 Sitka AK, -135.40, 57.10
Sleetmute AK, -157.20, 61.70 Sleetmute AK, -157.20, 61.70
Tok AK, -143.00, 63.30 Tok AK, -143.00, 63.30
......
...@@ -309,6 +309,17 @@ ...@@ -309,6 +309,17 @@
"title": "Prudhoe Bay AK" "title": "Prudhoe Bay AK"
} }
}, },
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-149.4, 60.1]
},
"properties": {
"marker-size": "small",
"title": "Seward AK"
}
},
{ {
"type": "Feature", "type": "Feature",
"geometry": { "geometry": {
......
...@@ -27,6 +27,7 @@ McGrath AK, -155.60, 63.00 ...@@ -27,6 +27,7 @@ McGrath AK, -155.60, 63.00
Nome AK, -165.40, 64.50 Nome AK, -165.40, 64.50
Paxson AK, -145.50, 63.10 Paxson AK, -145.50, 63.10
Prudhoe Bay AK, -148.40, 70.30 Prudhoe Bay AK, -148.40, 70.30
Seward AK, -149.40, 60.10
Sitka AK, -135.40, 57.10 Sitka AK, -135.40, 57.10
Sleetmute AK, -157.20, 61.70 Sleetmute AK, -157.20, 61.70
Tok AK, -143.00, 63.30 Tok AK, -143.00, 63.30
......
...@@ -309,6 +309,17 @@ ...@@ -309,6 +309,17 @@
"title": "Prudhoe Bay AK" "title": "Prudhoe Bay AK"
} }
}, },
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [-149.4, 60.1]
},
"properties": {
"marker-size": "small",
"title": "Seward AK"
}
},
{ {
"type": "Feature", "type": "Feature",
"geometry": { "geometry": {
......
...@@ -226,6 +226,7 @@ public enum NshmpSite implements NamedLocation { ...@@ -226,6 +226,7 @@ public enum NshmpSite implements NamedLocation {
NOME_AK(-165.4, 64.5), NOME_AK(-165.4, 64.5),
PAXSON_AK(-145.5, 63.1), PAXSON_AK(-145.5, 63.1),
PRUDHOE_BAY_AK(-148.4, 70.3), PRUDHOE_BAY_AK(-148.4, 70.3),
SEWARD_AK(-149.4, 60.1),
SITKA_AK(-135.4, 57.1), SITKA_AK(-135.4, 57.1),
SLEETMUTE_AK(-157.2, 61.7), SLEETMUTE_AK(-157.2, 61.7),
TOK_AK(-143.0, 63.3), TOK_AK(-143.0, 63.3),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment