|
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
|
621
|
|
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
|
1158
|
|
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
|
3620
|
|
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
|
6116
|
|
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
|
3105
|
|
POST
|
Dan, Sure the method is when you use the addarcgisbasemaps="true" attribute in the map tag it will append available basemaps from the ArcGIS Portal to your map (meaning if you have manually add a particular base map than it will be the first on that is loaded and visible and all the remaining basemaps for the portal will be added after that one). Example: <map initialextent="-14083000 3139000 -10879000 5458000" top="40" zoomslidervisible="false" addarcgisbasemaps="true" wraparound180="true">
<basemaps>
<layer label="Streets" type="tiled" visible="true" alpha="1" icon="assets/images/basemap_streets.jpg"
url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/>
</basemaps> Don't forget to click the Mark as answer check on this post and to click the top arrow (promote). Follow the steps as shown in the below graphic: Hello Robert. Did what you recommended: <map wraparound180="true" initialextent="-13972000 4403000 -13202000 4801000" top="40" zoomslidervisible="false" addarcgisbasemaps="true" > <basemaps> <layer label="Streets" type="tiled" visible="true" alpha="1" icon="assets/images/basemap_streets.jpg" url="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/> </basemaps> I get the street basemap shown but its tile is missing in the basemap widget... see screenshot. Suggestions? THank you.[ATTACH=CONFIG]19063[/ATTACH]
... View more
11-06-2012
07:35 AM
|
0
|
0
|
3105
|
|
POST
|
I downloaded the uncompiled version of the streetview and run it. It works in Google Chrome but not in Firefox 16.0.1 or IE 8. Haven't tried in IE9. All other suggested modifications from users in this forum did not work. It seems that the coding for browser compartibility needs to be revised.
... View more
10-26-2012
11:16 AM
|
0
|
0
|
2547
|
|
POST
|
One reason to use arcgis online is the ability to query. if that is not available, then the explorer online it is more like a viewer rather a gis application. So, it is more like google maps. wher you can import shp files in your personal free account and create map for other users to view. If esri want users to distinguish google maps (where no plug is necessary) and arcgis explorer online, they must introduce gis features to the arcgis explorer online that is free (so far).
... View more
08-28-2012
08:32 AM
|
0
|
0
|
586
|
|
POST
|
I have a list of coordinates that align perfectly between google map and bing (and arcgis) map but on the one single point (41.59516,-124.100221) they do not. Actually, the point in google is about 400 feet away from the point in bing map with the same lat long!!! Ideas? Thank you.
... View more
07-12-2012
10:48 AM
|
0
|
0
|
1798
|
|
POST
|
That's not correct. I still cannopt get the location. I get the message not found. The update went live last night and the ability to find x,y coordinates is back. There are a few other enhancements. For example, Explorer Online now wraps the map across the international dateline. Check here for the complete list: http://help.arcgis.com/en/arcgisexplorer/help/#/What_s_new/015600000031000000/
... View more
07-09-2012
02:02 PM
|
0
|
0
|
1279
|
|
POST
|
Lefteris, No, not out of the box. You would have to modify code to add this capability. Don't forget to click the Mark as answer check on this post and to click the top arrow (promote). Follow the steps as shown in the below graphic: It seems the upcoming new version of the FLEX API has support for overlays. Horray! http://resourcesbeta.arcgis.com/en/help/flex-api/samples/index.html#/Adding_Graphics/01nq00000012000000/
... View more
06-01-2012
08:41 AM
|
0
|
0
|
706
|
|
POST
|
Lefteris, Straight from the readme.txt THank you and I apologize for wasting your time. I should have read it more thoroughly.
... View more
05-10-2012
08:28 AM
|
0
|
0
|
3775
|
|
POST
|
Giuseppe, There is a new version available that has the exclude layer capability. Hello Robert. I applied the excludelayer tag on the latest version of the TOC widget and I can see that the layer Schools is no longer present in the TOC. However, as you zoom in, you can see the school layer (school bus icons) is still visible. If I read the documentation correctly in this last version of the TOC, the school layer should not be visible in the map as well. Correct? http://svctenvims.dot.ca.gov/soundwall_gis/districts/index.html?config=district_config/d3/d3_config.xml Thank you.
... View more
05-09-2012
02:24 PM
|
0
|
0
|
3445
|
|
POST
|
In google maps is possible to pass on parameters on the url and have an overlay of a point or polyline drawn on the map. Is this possible in flexviewer?
... View more
05-08-2012
09:36 AM
|
0
|
3
|
971
|
|
POST
|
Lefteris, Yes the button is suppose to disappear as there is no need for it. When you finish drawing then the search is automatically executed. The reason the "enable multi-part graphics" checkbox is still presented (but unchecked) is that there may be a another layer that you want to manually enable the multi-part for. Don't forget to click the Mark as answer check on this post and to click the top arrow (promote) as shown below: Thank you Robert. I just didn't realize that after you disable the multi-part you can still invoke the search by drawing. The second issue is an issue of clearing the cach after you change the setting. It does work now. Is there any easy way to clear the cache to view a "fresh" map? I read numerous articles on clearing the cache for IE and Firefox and none of them really works. Other than closing all the browser windows I could not find another way to do so. It would be a very valuable tool to have a script that clears the cache without having to close the browser windows.
... View more
04-20-2012
07:54 AM
|
0
|
0
|
619
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | a week ago | |
| 1 | 06-19-2025 10:13 PM | |
| 3 | 02-06-2026 10:44 AM | |
| 1 | 01-08-2026 12:50 PM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|