Patrick McKinney
Patrick McKinney
I removed the English text in the `alt` attribute, and now only reference the `label` property from the map service. This still helps with web accessibility (assuming there is a...
I did try something similar to what you proposed. But I kept getting `jshint` errors and the files wouldn't build. I don't know when I'll be able to dig into...
Did you want to merge it as is? Even though we want to add in the user-defined alt template text. This will at least provide a basic level of the...
Not sure how you're trying to load the tiles, but in the [stamen-tile.js](https://github.com/stamen/maps.stamen.com/blob/master/js/tile.stamen.js) file, I changed line 10 to "//stamen-tiles-{S}a.ssl.fastly.net/". I am able to load the tiles using Leaflet.js using...
I'm not sure if this is possible. It is with the Map Series app. See https://www.esri.com/arcgis-blog/products/arcgis-enterprise/uncategorized/launch-a-story-map-series-at-a-specific-entry/ for more details on that template.
I ran into an issue with this where I had a scale dependency set on the map/feature service. Once I expanded or removed this scale dependency for the service, and...
I just checked out your app today (3:10pm EST), and it looks like it loaded. However, I did see some console errors that appear to be related to a Tiled...
In testing this issue, @cooney found that one of the layers would occasionally come in a bit slowly and throw off the loading of the map. The following solution was...