Esri / storymap-shortlist

The Shortlist story map application template by Esri
http://storymaps.arcgis.com/en/app-list/shortlist/
Apache License 2.0
43 stars 61 forks source link

Screen Width/Height not loading features #96

Open daFiter opened 5 years ago

daFiter commented 5 years ago

I have run into an issue where the webapp will not display all features when loaded on a certain width screen. If I load at 1466px width it will only load 6 features (normal is 37). EDIT: It also depends on the height of screen. I think it has something to do with the map loading and then changing screen size before the features have time to load.

Any help on fixing this will be appreciated.

Here is my webapp https://gis.ashland.or.us/cipstorybook/

Thank you

pmacMaps commented 5 years ago

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 overwrote it, I did not have this issue.

daFiter commented 5 years ago

How many layers did you have in your app? I tried removing the scale dependency and I still got the same issue.

pmacMaps commented 5 years ago

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 service. Not sure if that is related to your issues or note.

shortlist-screen-shot

daFiter commented 5 years ago

Ya those errors are for a feature service. I don't know why it would be trying to load them as a tile. I did remove the only tile from the webapp, an Aerial. I am still getting the same error. The map you are looking at should have 13 points in the transportation tab.