|
POST
|
Mike, I just started a brand new compiled site on my IIS and copied over the 3.3.2 compiled Identify Widget over to it and and it worked fine.... I have the same problem only when I use onlythese="true"
... View more
07-02-2013
04:01 PM
|
0
|
0
|
3135
|
|
POST
|
Well, tried to give it a test, but I can't get past the sandbox security..... R_ Can you elaborate? What is sandbox security... This is a public website....
... View more
06-25-2013
06:20 AM
|
0
|
0
|
1111
|
|
POST
|
Lefteris, You have me at a loss as to why I can take what you have and get it to work but you can not. Maybe you should post your whole main config.xml and IdentifyWidget.xml. Also please tell me which version of the Viewer you are using as well as what version of my widget (to find this hold the alt key and click the widget title). widget is 3.3.2 and flexviewer 3.3. Attached at the files as you requested. Thank you for taking the time to figure this bizare incident.
... View more
06-24-2013
08:02 AM
|
0
|
0
|
1111
|
|
POST
|
Lefteris, We have been through this allready... http://forums.arcgis.com/threads/80928-identify-widget?p=285169#post285169 ok. But I have no resolution. The layer is visible. From the config.xml file: <layer label="Agencies" type="dynamic" visible="true" url="http://svctenvims.dot.ca.gov/dea_web_gis/rest/services/agencies/agencies/MapServer/">
... View more
06-22-2013
10:58 AM
|
0
|
0
|
1111
|
|
POST
|
When I set the property true for the onlythese in the layer tag, I get the results of all layers regardless. Also the weblink is not available as a link. Any ideas? Thanks. <layers onlythese="true"> <layer> <name>MPO</name> <id>0</id> <url>http://xxxxx/rest/services/agencies/agencies/MapServer</url> <fields> <field name="NAME" alias="Name: "/> <field name="LABEL" alias="Label: "/> <field name="STREET" alias="Street: "/> <field name="CITY_ZIP" alias="City and Zip: "/> <field name="WEBURL" alias="Website: "/> </fields> <links> <link includeinresults="false" field="WEBURL" alias="View Website" tooltip="Click to View Website"> <linkprefix/> <linksuffix/> <iconfield/> <iconprefix/> <iconsuffix/> </link> </links> <zoomscale>15000</zoomscale> <forcescale>true</forcescale> </layer>
... View more
06-21-2013
03:58 PM
|
0
|
7
|
1263
|
|
POST
|
Lefteris, I am not sure if there is question in your last post or not...? Sorry for confusion....I was just throwing my thoughts out about overlay over a section of a line without the need of multiple points to establish the path of the overlay over the line. For example, if you need to overlay a section of a road to show the project limits, how can you do it other than inserting multiple points along the section? I don't think there is anything out there yet...
... View more
06-05-2013
08:18 AM
|
0
|
0
|
1543
|
|
POST
|
In that case, it looks like Robert has put you on the right track. R_ Yes. Thank you.
... View more
06-05-2013
08:06 AM
|
0
|
0
|
1543
|
|
POST
|
Lefteris, Drawing a line programatically is quite simple you just create an array of points and add them to a polylines path.
var pA:Array;
pA = [];
//just some loop to add all your XYs for your lines points
for (m=0; m<gArrObj.length; m++){
pA.push(new MapPoint(X,Y,new SpatialReference(102100)));
}
var pLine:Polyline = new Polyline(null,new SpatialReference(102100));
pLine.addPath(pA);
var gra:Graphic = new Graphic(pLine);
graphicsLayer.add(gra); Thank you Robert. Very similar to the google javascript code. A challenging task is to overlay a section of a line from a line layer and following its path. Other than inserting multiple points on the line I don't see any other way to be done.
... View more
06-05-2013
07:56 AM
|
0
|
0
|
1543
|
|
POST
|
the hurricane map looks like it is consuming a feed with the track data so the line is pre-rendered. Are you looking for a way to make a service that updates itself when the points of the line change (like from an event theme) or actually having someone enter two coordinates in the flexviewer, and having it draw the line? R_ Thanks for the reply. The second case, to enter two coordinates in the flexviewer, and having it draw the line.
... View more
06-05-2013
07:30 AM
|
0
|
0
|
1543
|
|
POST
|
Similar to the polylines that google overlays on their map, I am looking for a similar functionality to draw a line on a map based on predefined sets of coordinates. The app for the hurricanes provides this functionality at http://www.arcgis.com/home/webmap/viewer.html?webmap=2f5a28f82f4d41ec8dbe6cf96375a970. Any ideas?
... View more
06-04-2013
02:54 PM
|
0
|
8
|
3943
|
|
POST
|
This may be over simplified, but you could have a unique clustersymbol for each layer, thus differentiating by the symbol itself rather than a text based identifier. Understood. However, if you have different symbols representing different layers then you have to click each unique symbol to find the layer you are looking for. If I could use a custom png symbol, it would the problem without using text. Thank you.
... View more
04-15-2013
02:12 PM
|
0
|
0
|
512
|
|
POST
|
The clustering in the layer tag is a good way to deal with large amount of concentrated map points. However, if you wish to display the clustering symbols from 2 or more layers at the same time on the map, there is no way to differentiate the clustering symbols for which layer are for. Is there any way to include in the clustering symbol not only the numbers of points, but also the name of the layer that it is referring to? I know by clicking on the clustering you can get that info, but if you have several clustering breakouts it could a time consuming effort to identify the clustering of a specific layer.
... View more
04-15-2013
10:27 AM
|
0
|
2
|
1049
|
|
POST
|
Lefteris, Using the exact XML you provided I had no Issue. Do you have the layer visible in the map? [ATTACH=CONFIG]23055[/ATTACH] That's bizarre. The layer is visible. in the main config file the layer is identified as" <layer label="Agencies" type="dynamic" visible="true" url="http://svctenvims.dot.ca.gov/dea_web_gis/rest/services/agencies/agencies/MapServer/"> and the MPO is layer id=0 see screenshot. Thank you.[ATTACH=CONFIG]23061[/ATTACH]
... View more
03-28-2013
03:02 PM
|
0
|
0
|
3135
|
|
POST
|
I trying to use the custom identify tool with my layers and the tool just ignores their entries in the xml file. I am using the identifywidget.xml file that Robert provided with his tool and I included my layer as a test. When I zoom to the area of my layer the identify tool cannot find anything! When I zoom in the area of the layers that were originaly in the xml file the identify tool works! Any suggestions? Attached is the xml file. My layer is the second listed. I already checked the field names for mispellings or similar errors but nada. Thanks.
... View more
03-28-2013
09:16 AM
|
0
|
11
|
5565
|
|
POST
|
Lefteris, Sounds like you need to check that the assets for the streets thumbnail does exist in your project assets/images/basemap_streets.jpg Thanks. I was caught not paying attention again!
... View more
11-06-2012
09:36 AM
|
0
|
0
|
2461
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-19-2025 10:13 PM | |
| 3 | 02-06-2026 10:44 AM | |
| 1 | 01-08-2026 12:50 PM | |
| 1 | 01-05-2026 01:35 PM | |
| 1 | 12-30-2025 10:18 AM |
| Online Status |
Offline
|
| Date Last Visited |
4 weeks ago
|