|
POST
|
Mapdoggis, As you can see from the attached image, some of the URLs look corrupted, Regards Anthony
... View more
11-14-2013
09:16 AM
|
0
|
0
|
3761
|
|
POST
|
Cathy, Can you not deduct 180 of each of the values in excel or field calculator Regards Anthony
... View more
11-13-2013
09:16 AM
|
0
|
0
|
2285
|
|
POST
|
Lixin, The grids are actually graphics that are drawn on the map and are created each time you pan by working out the max/min coordinate values for the eastings and northings within the the viewable area; this is all done client side so does not touch the geometry service. If you contact Kerry Coffin at Esri who created the original code I am sure he would supply the .as files required so that you could re-write them for your own coordinate system or he might even have other grids for America already. Regards Anthony
... View more
11-13-2013
08:09 AM
|
0
|
0
|
1296
|
|
POST
|
I'm at a loss then, there should be no reason, maybe some tech help from esri can shed some light?
... View more
11-12-2013
09:34 AM
|
0
|
0
|
3761
|
|
POST
|
The only thing I could think why this may happen is that the thumbnails are created from the URL at the time you create the tour, if the URL changes after the tour has been created the thumbnail may still exist but the link to the full image does not. Have you checked your links are still valid?
... View more
11-12-2013
08:42 AM
|
0
|
0
|
3761
|
|
POST
|
Hi, I have just followed your link using my iPad and the large photos seem to be working, although only about 50% of them, not sure if this is caused by incorrect URLs, it might be worth checking all your links are correct and accessible, Regards Anthony
... View more
11-12-2013
07:58 AM
|
0
|
0
|
3761
|
|
POST
|
Yamin, Clustering can be applied only to feature and GeoRSS layers not dynamic layers. The layer tag you posted up looks like you are referring to the flex viewer not the API. Help on clustering in the viewer can be found here: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Clustering/01m30000004z000000/ Regards Anthony
... View more
11-05-2013
07:52 AM
|
0
|
0
|
828
|
|
POST
|
Ehren, In dropbox try clicking on your index.html file and select copy public link, this is the one I use. Regards Anthony
... View more
11-01-2013
08:52 AM
|
0
|
0
|
886
|
|
POST
|
Diego, You need to specify what icon you what to use for your basemap. To do this click on the pencil icon on your basemap layer which allows you to edit the settings for that layer. One of the options is to select an icon to use; You will of course have to create one to use or grab one from online such as: http://www.arcgis.com/sharing/content/items/716b600dbbac433faa4bec9220c76b3a/info/thumbnail/imagery_with_labels_ne_usa.png http://fcsharepoint.co.frederick.va.us/_layouts/ESRI.ArcGIS.Mapping.SharePoint/config/basemap_tbs/bingmaps_roads.png http://www.geo-fia.org/_layouts/ESRI.ArcGIS.Mapping.Sharepoint/config/basemap_tbs/bingmaps_aerial.png http://www.geo-fia.org/_layouts/ESRI.ArcGIS.Mapping.Sharepoint/config/basemap_tbs/bingmaps_hybrid.png Regards Anthony
... View more
10-29-2013
08:27 AM
|
0
|
0
|
1215
|
|
POST
|
Ethan, Heather Gonzago demonstrated how to do this at last years dev summit, the video and power points of her presentation can be found here: http://proceedings.esri.com/library/userconf/devsummit13/papers/devsummit-048.pdf http://video.esri.com/iframe/2305/000000/width/960/0/000000 Her source code is also available on GitHub: http://hgonzago.github.io/arcgis-viewer-flex/ Hope this is of some use Regards Anthony
... View more
10-27-2013
01:29 AM
|
0
|
0
|
1351
|
|
POST
|
Ben, If the value is coming from a field then the field name needs to be contained in square brackets: Len( [Field] ) Have a look at thus handy guide: http://www.esri.com/news/arcuser/0405/files/fieldcalc_1.pdf Regards Anthony
... View more
10-27-2013
01:13 AM
|
0
|
0
|
6948
|
|
POST
|
Anjelina, The ESRIMessages.properties file is located in the /locale/en_US directory that is part of the API download. See this help page: https://developers.arcgis.com/en/flex/guide/localization.htm Regards Anthony Hi I need ESRIMessages.properties for flex 3.2 up to flex 3,5 but I dont know how can I find it? please help me. Regards A.Ponker
... View more
10-22-2013
11:28 PM
|
0
|
0
|
540
|
|
POST
|
Cassie, The only difference is see with your configuration is the starting query. Have you tried the following: <?xml version="1.0" ?> <configuration> <layer>http://mis-esridb:6080/arcgis/rest/services/INFOR_GIS_PointLinking/MapServer/16</layer> <query>1=1</query> <titlefield>RANCH</titlefield> <linkfield/> <refreshrate/> <zoomscale/> <shareresults>false</shareresults> <orderbyfields>RANCH ASC</orderbyfields> <fields all="false"> <field name="RANCH"/> </fields> <filterfield> <name>RANCH</name> <alias>Filter by Ranch </alias> </filterfield> </configuration> Regards Anthony
... View more
10-09-2013
02:30 PM
|
0
|
0
|
2277
|
|
POST
|
Julie If you are using a 10.1 server the render will be provided by the service itself so for the example below it is using this layer that has its own renderer: http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Louisville/LOJIC_PublicSafety_Louisville/MapServer/3 If you want to over ride this with your own renderer or you are using a 9.3.1 server you need to specify your own symbology: http://resources.arcgis.com/en/help/flex-viewer/concepts/index.html#/Query_widget_tags/01m30000000t000000/ Cassie When the widget is first opened it will show all the results as the query tag is set to 1=1 (return everything). It is only when you type something into the filter box and select filter that the results will br narrowed down Regards Anthony I have configured a Query widget on map service, filter by "category". It can do a query, get result in the query widget. But it cannot render the result set on a graphics layer I check the sample, it renders the filter result on the map. http://resources.arcgis.com/en/help/flex-viewer/live/index.html?config=apps/config-query.xml My Query Widget xml file. What i missed to render the result on map? Thanks. <?xml version="1.0" ?> <configuration> <layer>http://testserver/arcgis/rest/services/Testing/TestReportAll/MapServer/0</layer> <query>1=1</query> <titlefield>category</titlefield> <linkfield/> <refreshrate/> <zoomscale>50000</zoomscale> <shareresults>true</shareresults> <orderbyfields>event_number</orderbyfields> <fields all="false"> <field name="event_number" alias="occ_number"/> <field name="category" alias="category"/> </fields> <filterfield> <name>category</name> <alias>Filter by category #</alias> </filterfield> </configuration>
... View more
10-09-2013
10:36 AM
|
0
|
0
|
2277
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-01-2016 01:57 PM | |
| 1 | 02-04-2013 01:05 AM | |
| 1 | 04-11-2013 09:53 PM | |
| 1 | 04-03-2013 09:42 AM | |
| 1 | 07-25-2014 10:58 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|