Problem with measure in the draw and measure widget

1116
12
08-23-2012 11:00 PM
KlasÖstergren
New Contributor III
I use the flex viewer 3.0 and the application builder. Now I have a problem with the measure function in the draw and measure widget. When i check the show measurements box and draw a line I get a white box without any message. Does anyone has any idea what causes the problem?

My xml-file
<?xml version="1.0" ?>
<configuration>
    <distanceunits>
        <distanceunit abbr="km" conversion="0.001">Kilometers</distanceunit>
        <distanceunit abbr="m" conversion="1">Meters</distanceunit>
    </distanceunits>
    <areaunits>
        <areaunit abbr="km2" conversion="0.000001">Square kilometers</areaunit>
        <areaunit abbr="ha" conversion="0.0001">Hectares</areaunit>
        <areaunit abbr="m2" conversion="1">Square meters</areaunit>
    </areaunits>
</configuration>
0 Kudos
12 Replies
KlasÖstergren
New Contributor III
Klas,

   Have you checked to that your geometry service is started (0r even exists) using ArcGIS Server Manager?


Yes, the geometry service exist and it is started
0 Kudos
by Anonymous User
Not applicable
Original User: rscheitlin

Klas,

   Are you using an ArcGIS Server 10.1? What is the WKID (Spatial Reference) of your basemap data?
0 Kudos
KlasÖstergren
New Contributor III
Klas,

   Are you using an ArcGIS Server 10.1? What is the WKID (Spatial Reference) of your basemap data?


I use ArcGIS Server 10.0 SP3. The WKID is 3009
0 Kudos