Select to view content in your preferred language

Combing operational layers from two web maps into one Flex Viewer Application

669
2
Jump to solution
07-05-2012 10:53 AM
RachelLinonis
Deactivated User
Hello everyone,

I was wondering if its possible to take web map #1 and web map #2 (made public from my content in ArcGIS Online, with their web keys) and combine them into one Flex Viewer application?

In other words, I want to take the configured operational layers from map #1 and map #2 and put them together.

This will help me to cut down on redundancy. I have over 10 maps with several layers (sometimes 20+) each - and I want to be able to mix-n-match all of the maps (keeping the same layers) without having to completely re-add the layers for each map combination.

Does this make sense? Let me know if I need to explain further.

Thanks for any advice,

Rachel
Tags (2)
0 Kudos
1 Solution

Accepted Solutions
BjornSvensson
Esri Regular Contributor
The Flex Viewer only accepts one web map, so "no" you cannot use two web map directly.
Some alternatives:
* Create a new web map 🙂
* Convert the web maps to operational layers.  There's a handy utility, Web Map Converter, for that at: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Helper_applications/01m30000002...
* Write custom flex viewer code to convert both web maps on the fly.

View solution in original post

0 Kudos
2 Replies
BjornSvensson
Esri Regular Contributor
The Flex Viewer only accepts one web map, so "no" you cannot use two web map directly.
Some alternatives:
* Create a new web map 🙂
* Convert the web maps to operational layers.  There's a handy utility, Web Map Converter, for that at: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Helper_applications/01m30000002...
* Write custom flex viewer code to convert both web maps on the fly.
0 Kudos
RachelLinonis
Deactivated User
The Flex Viewer only accepts one web map, so "no" you cannot use two web map directly.
Some alternatives:
* Create a new web map 🙂
* Convert the web maps to operational layers.  There's a handy utility, Web Map Converter, for that at: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Helper_applications/01m30000002...
* Write custom flex viewer code to convert both web maps on the fly.


Thank you Bjorn. I had no idea about the Web Map Converter, that will help me out a lot!

Rachel
0 Kudos