Scale levels when combining dynamic and tiled layers

2087
1
07-07-2016 01:08 AM
Labels (1)
MU
by
New Contributor III

Hey,

I'm new in developing with the ArcGIS Runtime for WPF, so I think my "problem" is more a question of understanding than development.

Within the map, I wann to combine a tiled map service with a dynamic map service. The tiled map service has the following tile levels:

1:50000

1:25000

1:10000

1:5000

So, the tiled map service's max scale property within ArcGIS Server is 1:5000.

The dynamic map service contains only one layer with a min scale set to 4999. With this, I want to achive that on a coarse view (small scale) the tiles are used and on a finer level (large scale) the data get rendered dynamically.

My WPF application is very simple and viewing each map service individually (either tiled or dynamic) works well. But when combining both, I can only zoom into until the scale level 1:5000. Why is this happening and I this is a feature, how can I reach my desired behaviour?

Thanks in advance!

0 Kudos
1 Reply
MichaelBranscomb
Esri Frequent Contributor

Hi,

If you're new to ArcGIS Runtime SDK for WPF you should note that it was recently retired as a product. Instead you should be using ArcGIS Runtime SDK for .NET, which contains a WPF-based API, and we just released a Beta of the next major release of ArcGIS Runtime SDK for .NET named "Quartz" which you can start with here: ArcGIS Runtime SDK for .Net | ArcGIS for Developers

I suggest switching to the Quartz Beta right away, and retrying this. If you run into any issues with the beta please post in the beta forum​. The beta is due to be released towards the end of the year. If you need to release/deploy an app before then you should use the current 10.2.7 release​.

Cheers

Mike

0 Kudos