I'm using the VectorTile Style Simple Editor to change the Light Gray Canvas per the instructions here, How to Customize Esri Vector Basemaps | ArcGIS Blog .
All is well and good except I can't change the ocean layer. I changed the background, but that is behind the ocean.
These are the first two layers.
{
"type": "background",
"paint": {
"background-color": "#ecffff"
},
"id": "background"
},
{
"layout": {},
"type": "fill",
"source": "esri",
"id": "Land",
"minzoom": 0,
"source-layer": "Land",
"paint": {
"fill-color": "#ededed"
}
},
I checked this thinking I could add Marine something or other, https://ago-item-storage.s3-external-1.amazonaws.com/f0b44a7e86b84109920e23e1e09d38a8/EsriVectorBasemaps_ReferenceDoc.pd…
Any ideas on how to change the ocean color?