The layers are visible in Map Viewer Classic:
but not the new Map Viewer:
You can see in the console there is an error message querying the tile. Not much on this error specifically.
I thought it might be tied to symbology, but changing it to location only didn't help.
Other users have indicated general issues between map viewer classic and map viewer are tied to projection but it looks like Web Mercator. But possibly it's a geometry issue?
If you copy/paste the network request it shows a 400 error with bad parameters.
https://services1.arcgis.com/9NvE8jKNWWlDGsUJ/arcgis/rest/services/Peel_Service_Agencies__Immigrants...
{
"error" :
{
"code" : 400,
"message" : "",
"details" : [
"Unable to perform query. Please check your parameters."
]
}
}
So I would:
- Check the extent
- Check the coordinates of the data (if they are flipped?)
- Check the coordinate system (i.e. did you 'define' instead of 'project' when re-projecting
Best way to do this is to run the Check Geometry tool on the feature class you downloaded in ArcGIS Pro.
You could also check the symbology, maybe make it simpler (not using the algorithm?)