Thank you for the answer.

I'm a bit familiarized with .xml and NotePad ++ to manipulate everything on
ArcGIS Viewer for Flex, but not to construct as new. For example, if I want
to had a WMS GeoServer service in a config.xml I have to put it between
operational layers, right? Can you tell me which is the right line to the
GeoServer’s WMS service?

<?xml version="1.0" ?>
<configuration>
    <title>test</title>
    
    
    <geometryservice
url="https://utility.arcgisonline.com/arcgis/rest/services/Geometry/GeometryServer"/>
    <subtitle>test</subtitle>
    <widget url="widgets/Navigation/NavigationWidget.swf"
config="widgets/Navigation/NavigationWidget.xml" left="10" top="50"/>
    <widget url="widgets/OverviewMap/OverviewMapWidget.swf"
config="widgets/OverviewMap/OverviewMapWidget.xml" right="0" bottom="0"/>
    <widget url="widgets/MapSwitcher/MapSwitcherWidget.swf"
config="widgets/MapSwitcher/MapSwitcherWidget.xml" right="20" top="55"/>
    <widget url="widgets/HeaderController/HeaderControllerWidget.swf"
config="widgets/HeaderController/HeaderControllerWidget.xml" left="0"
top="0"/>
    <map attributionvisible="false" esrilogovisible="true"
openhandcursorvisible="false" scalebarvisible="true" scalebar="metric"
zoomslidervisible="false" wraparound180="true" addarcgisbasemaps="true"
initialextent="-1035805.9478334663 4676110.420016138 -1003740.6144678782
4693996.684634844" wkid="102100" top="40"
portalurl="https://www.arcgis.com/";>
        <basemaps>
            <layer type="tiled" label="Imagem"
icon="https://www.arcgis.com/sharing/rest/content/items/c2d3fc33774b442890c2a922d23c5bcb/info/thumbnail/tempimagery.jpg";
url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer";
visible="true"/>
        </basemaps>
                <oprationallayers>
                
                </operationallayers>
    </map>
    <widgetcontainer layout="float">
        <widget url="widgets/Draw/DrawWidget.swf"
config="widgets/Draw/DrawWidget.xml" label="Desenhar"
icon="assets/images/i_draw2.png"/>
        <widget url="widgets/Print/PrintWidget.swf"
config="widgets/Print/PrintWidget_1.xml" label="Imprimir"
icon="assets/images/i_print.png"/>
        <widget url="widgets/Chart/ChartWidget.swf"
config="widgets/Chart/ChartWidget_1.xml" label="Gráfico"
icon="assets/images/i_piechart.png" preload="open"/>
    </widgetcontainer>
</configuration>

And it looks like the problem is not only adding the service, is how to
include it on the widgets too. And that requires a lot of time and training
that I don’t have until the end of my thesis.
As the goal is mainly to show the results and not to allow clients to
manipulate it, I will use TileMill and MapBox. If I want to show something
more complex I will use an ArcGIS Server that I have access to or ArcGIS
Online Organizational trial and, that way, it is easier to create
applications in ArcGIS Viewer for Flex, as it is more oriented to ArcGIS
products.

Anyway, do you know some software that I can use, similar to ArcGIS Viewer
for Flex?

Thank you,

Ricardo Silva



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/GeoServer-and-ArcGIS-Viewer-for-Flex-tp5153817p5153985.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to