I have created a web map via sharing from ArcGIS Pro.
When viewing the online map, I can not zoom in, only out. Scale min is like 1:8000
Help, I must be brain-dead
Actually, it was so bad I had to reboot the computer to get ArcGIS Pro to even load again after crashing.
It's been a while since I did this as I'm now on portal and use dynamic services mostly. But, in Pro 3.2.1 I would create the map I want to make into a tile layer, then choose Publish Web Layer from the Share menu:
Then in the configuration tab, I choose the tile scheme and adjust the slider to include the LOD's that you want:
and I always checked the cache locally button, otherwise I would often get timeout errors:
This will build the tile package in folder specified (C:\temp) and when done, will upload to the organization you are signed into, and build the tiles for you.
R_
This maybe different in your version of Pro (i'm on 3.2.5) so take this for what it's worth.
Sharing a map as a web map will basically make your whole map layer contents into a hosted feature layer, or hosted tile layer, depending on if you choose the configuration for exploratory/editible or the visualization option.
I think if your map layers contain a raster image (e.g. your hillshade) then it doesn't give you the option and instead it will default to creating a Tile Layer.
Although you can drill down and configure some properties of the Tile Layer that it creates, it seems it locks you into using the Tiling Scheme of the current basemap of the map you're publishing from. Maybe that's fine, as long as you get to choose the LOD you need:
---
Alternatively sharing certain groups (or individual) layers as a Web Layer means you potentially have more control; you can have different layers that you publish from different ArcGIS Pro maps, to become separate hosted feature layers or hosted tile layers items in AGOL, and then you can choose what you want to add to a web map in AGOL, rather than having them all bundled together. I would generally highly recommend this if you tend to have different versions of web maps or need to republish map layers for various reasons as you're developing a map/app product. You won't be throwing the baby out with the bathwater, so to speak, if you find most of the layers are working the way you intended and only need to modify or republish certain ones.
This is more useful, I can start with publish WebMap and drill down to the raster layer and generate the tiles. I can't set to level 23, dialed back to 21.
Yes, this works!!!!