Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-utils-ts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
nshmp-utils-ts
Commits
fa69a407
Commit
fa69a407
authored
1 month ago
by
Clayton, Brandon Scott
Browse files
Options
Downloads
Patches
Plain Diff
add vector ids
parent
11aa07a0
No related branches found
No related tags found
1 merge request
!245
Vector maps
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libs/leaflet/vector-id.model.ts
+30
-0
30 additions, 0 deletions
libs/leaflet/vector-id.model.ts
with
30 additions
and
0 deletions
libs/leaflet/vector-id.model.ts
0 → 100644
+
30
−
0
View file @
fa69a407
/**
* Vector tile layer item ids.
*
* Item ids can be found by viewing the data?f=json items in the network tab of
* https://maps.arcgis.com/apps/mapviewer/index.html when viewing the base maps.
*/
export
enum
VectorId
{
// https://maps.arcgis.com/sharing/rest/content/items/83aeff137ea54be986e568fe206376d5/data
ENHANCED_CONTRAST_BASE
=
'
d6e5bfbe9e0b4ad0bd200262bef745b0
'
,
ENHANCED_CONTRAST_REFERENCE
=
'
34151764a54741209a7d57957ba54c74
'
,
// https://maps.arcgis.com/sharing/rest/content/items/bb6c3aa9f44e444a8f5de18030f6b4be/data
ENHANCED_CONTRAST_BASE_DARK
=
'
4dd826e83b044acfb519a26fc9b20f80
'
,
ENHANCED_CONTRAST_REFERENCE_DARK
=
'
1d93e23185f64512a9dd70fcdb0879c4
'
,
// https://maps.arcgis.com/sharing/rest/content/items/33d6280d276d4af89fb66a6ffa7f2072/data
OCEAN
=
'
6061e78281f94bb6a671d11253d41f6e
'
,
// https://maps.arcgis.com/sharing/rest/content/items/e128f7554370429c91ef7c0e260c078a/data
OUTDOOR
=
'
f320a8af9ffa4b4baeaf1d66f03da86f
'
,
// https://maps.arcgis.com/sharing/rest/content/items/0d17ba68a8f64c278e7e2e7864e1069d/data
SATELLITE
=
'
5447e9aef0684ec391ae9381725f7370
'
,
// https://maps.arcgis.com/sharing/rest/content/items/22fb75c0fa5a4c88b8ca4c4b8ae5c90b/data
STREET
=
'
6ee2da1b8303471c9e3340d1277926bc
'
,
// https://maps.arcgis.com/sharing/rest/content/items/8d57f09b9df345e79945f0f3da1d4d0f/data
TOPO
=
'
d38e980fc20141a49231b9fcea1c9bc0
'
,
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment